Viewing 12 posts - 1 through 12 (of 12 total)
Thanks Sarus and thanks James... that's exactly why I have this difference in terms of resultsets!!!
Life is good again
May 5, 2004 at 9:05 am
The strange thing I notice is that both the script and my stored procedure are run against the same server and they show me different results. I'm using the same...
May 4, 2004 at 2:40 pm
As usual, great article James, Good Job!
I finished reading it and it let me so intrigued that I decided to give it an additional twist to the code and try to port it...
May 4, 2004 at 10:22 am
Great Article Joseph!
This is even more interesting when you consider the new features in the "soon to be revamped" DTS in Yukon. I read that you will be able to...
May 3, 2004 at 10:18 am
Weird behavior...
Good to know it Brian... thanks for the info!
April 16, 2004 at 4:06 pm
Hi lakusha!
I reproduce your "error" in my onw evironment and I got the same results... the only difference is that ALL Information Schema Views are unavailable through any database that is...
April 16, 2004 at 12:41 pm
Before you issue a command like
"select * from server.database.information_schema.columns"
Have you configured "server" as a linked server?
To qualify a column in the form of "server.database.table.column" is OK as long as you...
April 16, 2004 at 8:38 am
Hi David:
Use SP:Completed Event in the SQL Profiler... this should be enough for you needs.
April 2, 2004 at 9:16 am
I'm very pleased to see a book review that doesn't fall into the %100 category of "this is the all in all, greatest, king of books" reviews. I don't know...
March 26, 2004 at 2:33 pm
Great article Dinesh!
I agree with you that accessing registry keys from SQL Server scripts/stored procedures is not something that you will do often, but is great to know that you...
March 23, 2004 at 10:54 am
The problem with some of this weird functions is... you use it so sparingly that when you need it you forget the syntax and their meaning...
I've never developed a...
March 18, 2004 at 11:23 am
I want to ask apologize in advance if my eyes are out of focus but as much as I have seen, the listings do not appear (not directly in the...
June 10, 2003 at 4:10 pm
Viewing 12 posts - 1 through 12 (of 12 total)