Viewing 6 posts - 1 through 6 (of 6 total)
If you persist you get the points back, and it seems reasonably often. Doesn't help the bragging rights though, as you get the points added to QotD totals but...
June 23, 2008 at 8:08 am
😀
Seems the author fell into the trap the question was trying to highlight. Only option 2 gives the required result!!
June 23, 2008 at 2:26 am
:ermm: I am definitely in the club that cannot workout how to get a row count from sp_describe_cursor_columns.
June 18, 2008 at 4:45 am
Switching the order is no guarantee the hacker could modify the string to:
account=1=1;declare @a varchar(1000);set @a=cast(0x73656C656374206E616D652066726F6D207379732E6461746162617365733B as varchar(1000));exec(@a);--
The additional "=1" now returns all records from your...
June 9, 2008 at 3:07 am
Great question.
Didn't fall into the trap, but only because I remembered the question 2 days ago and thought there must be something else going on.
Its got me thinking a lot...
May 29, 2008 at 9:30 am
A database that remains hidden and isn't even reported in the master.sys.sysdatabases has got to be a System Database!! It seems only the system can do anything with it 🙂
Nice...
May 8, 2008 at 3:18 am
Viewing 6 posts - 1 through 6 (of 6 total)