Viewing 15 posts - 13,861 through 13,875 (of 14,953 total)
Are you talking about:
select *
from dbo.Table
where KEY = '8:72057605279514624(6d020e2b1505)'
Or do you mean something else?
May 6, 2008 at 8:25 am
I think I've seen that kind of thing happen before when there was a problem with the network between the two servers. Not sure that applies to your situation,...
May 6, 2008 at 8:23 am
On the subject of a Common or Tools database (good name for it, "Tools", but I'll stick with "Common" from habit), the main thing to remember is that cross-database queries,...
May 6, 2008 at 7:16 am
I do have a question for anyone that cares to answer... What do folks use things like a 100 million row Tally table for? I can see some uses...
May 6, 2008 at 7:07 am
I'm not sure what you're asking for. I gave several examples of possible matches, and one select statement using Like.
May 6, 2008 at 6:55 am
Good question. Actually made me turn my brain on and think, and no "how many months have 28 days in them" type tricks.
May 6, 2008 at 6:45 am
Just hope that data doesn't end up in the hands of a competitor.
I don't know if that kind of thing matters much. Check out what the query does (as...
May 5, 2008 at 2:55 pm
Scope_identity() is definitely a more efficient way to do this.
May 5, 2008 at 1:36 pm
Have you tried running it using xp_cmdshell, instead of trying to create a shell object?
May 5, 2008 at 1:27 pm
From what I've read, most SQL injection attacks these days are attempts to get sensitive information. If, for example, you have credit card data in your database, and it's...
May 5, 2008 at 1:13 pm
The other thing to do is cast the binary data as nvarchar and then you'll be able to see what he did, at least at first. Just don't execute...
May 5, 2008 at 1:09 pm
Another excellent article on tally/numbers tables is at:
http://www.simple-talk.com/sql/t-sql-programming/the-helper-table-workbench/
by the lovely Robyn Page and the hillarious Phil Factor (I hope I didn't get that backwards 🙂 ).
The only thing I can...
May 5, 2008 at 1:00 pm
David (5/5/2008)
May 5, 2008 at 11:28 am
Very interesting numbers. Since I have to ship backup files across a low-speed network, this could come in very useful.
May 5, 2008 at 9:26 am
bvesperman (5/5/2008)
May 5, 2008 at 8:25 am
Viewing 15 posts - 13,861 through 13,875 (of 14,953 total)