Viewing 15 posts - 49,276 through 49,290 (of 59,066 total)
Tom Hamilton (7/9/2008)
I was researching cross-tab like products and your postings come as one who knows how.
I need to produce a of Cases and comma-separated list of Jurisdictions, like...
July 9, 2008 at 4:39 pm
Ummmm.... I use T-SQL and CmdShell... Once in a while, I may throw a little VBS into the mix... but everything else I do when I do DBA work is...
July 9, 2008 at 4:17 pm
Dugi (7/9/2008)
So if you compare one MVP(SQL - and we have some infos how to become MVP) with one Software Engineer (SQL or Oracle Database) Graduate Master or...
July 9, 2008 at 2:11 pm
webrunner (7/9/2008)
In your editorial you write, "I'm not sure why I was picked."
That's very humble. But as someone who has benefited from the SQL expertise that you and many others...
July 9, 2008 at 2:06 pm
I just tell it to ignore at least 1 error...
July 9, 2008 at 10:19 am
Looks ok to me... don't forget... you can use MAX in place of SUM for things that aren't numeric in nature provided they're unique.
And, thanks for the feedback.
July 9, 2008 at 10:18 am
Angelindiego (7/9/2008)
Thanks...
July 9, 2008 at 10:15 am
Christopher Stobbs (7/9/2008)
HI Jeff,Sorry you lost me on the column name there?
Sorry... I meant "SysComments"... not "SysColumns"... I've repaired the post where I made that error.
The key is that the...
July 9, 2008 at 10:13 am
It's ok, really... as suggested, it's a really great study in the human element. Some post with out reading, some argue they read, some read and still don't understand.
And,...
July 9, 2008 at 10:07 am
Gosh... this is an "adjacency" hierarchy on steroids... my feeling is that the tables are not correctly designed... there should be a table where ALL the managers and employees are...
July 9, 2008 at 10:02 am
A sports MVP knows how to get one... serve the team and go the extra mile. Should be no different for SQL Server or any of the other categories...
July 9, 2008 at 9:54 am
The only problem with that is if the function name sits on the "border" between two code segments in SysComments... you could miss a dependency that way. Works 99%...
July 9, 2008 at 9:42 am
Non-sequential inserts on a clustered key are a huge problem. It makes for page splits and some very slow inserts once a page split has occured. You need...
July 9, 2008 at 9:37 am
RJ (7/9/2008)
well! Each user has their own database & server. Not all users use common server.
So, you're going to send out scripts customized for each user?
You can write a batch...
July 9, 2008 at 9:10 am
I haven't executed it (the last part of the code), but it looks correct. The first part of the code still has a "Dense_RANK" in it... 2k has no...
July 9, 2008 at 9:05 am
Viewing 15 posts - 49,276 through 49,290 (of 59,066 total)