Shut down your friend computer:
Type in notepad:
@echo off
msg * I don't like you
shutdown -c "Error! You are too silly!" -s
Save it as "<filename>.bat". and run it
Query: DECLARE @CSVValue NVARCHAR(50)='100,101,102' DECLARE @eachValue NUMERIC(9,0) while len(@CSVValue) ...
No comments:
Post a Comment