Viewing 15 posts - 46 through 60 (of 73 total)
I think the goal is to make it a set-based operation, so by SQL standard the error message should be as uninformative as possible ("String or binary data would be...
August 18, 2009 at 7:36 am
Thank you for exploring an approach that I hadn't considered. I actually advised a colleague this month that there isn't a practical way to send bulk rows to SQL...
August 18, 2009 at 4:46 am
Frankly, just asserting that CheckDB is a "comprehensive" database-validator had me reaching for No. One gotcha that I think I know is that after upgrade from SQL Server 2000...
August 18, 2009 at 3:48 am
GilaMonster (8/16/2009)
select * from sys.databases where name not in ('master','model')
select * from sys.databases where name not in ('master','model', null)
Note that this is only the...
August 17, 2009 at 6:57 am
Re this "traceflag" (I'm not familiar with using that term for "alter the data processing behaviour of the server", but clearly that's what you say): these posts and linked articles...
August 13, 2009 at 4:44 am
I will say that I for one wouldn't write 20 tips for better SQL without doing some research to make sure that all 20 were valid for all versions of...
August 12, 2009 at 9:55 am
Anyone can do th@. "create table [ ] (rja_carnegie@excite_dot_com int)" 😛 (on 2005)
I "depreciated" it myself, but if you're confident that a script only needs one variable...
August 12, 2009 at 9:46 am
A previous exercise elsewhere, which I think was about testing for primes in the fewest characters of script, was where I learned you can use @ as a variable name...
August 12, 2009 at 6:56 am
As for the editorial policy of the site, it's hard to argue with success. This is one of the most successful SQL sites anywhere. Obviously, it has something...
August 11, 2009 at 4:24 am
tom.groszko (8/10/2009)
Convert also works with Sybase. How do I format a date with CAST as I can with convert.
You don't, of course. Well, unless you set country code to...
August 11, 2009 at 3:50 am
Eddie Wuerch (8/10/2009)
http://tinyurl.com/kr7tvb (lmgtfy link) ...
August 11, 2009 at 3:20 am
gregory.anderson (8/10/2009)
Thanks for your response, but I'm having a little trouble...
August 10, 2009 at 9:28 am
If anyone would like to borrow my copy of Dilbert and the Way of the Weasel...
Co-workers and managers have company goals, steal-from-the-company goals, career goals, nepotism goals, not-do-any-work-after-lunch goals. ...
August 10, 2009 at 8:31 am
gregory.anderson (8/10/2009)
August 10, 2009 at 8:19 am
Viewing 15 posts - 46 through 60 (of 73 total)