Viewing 9 posts - 1 through 9 (of 9 total)
I am having the same issue. What is crazy, is that the linked server WAS working fine. Spent a few days on the phone with Microsoft a couple...
August 21, 2008 at 9:16 am
I have played with this before at a client's site and thought it was a pretty good tool to help track down overall performance issues. Unfortunately, I don't think they...
February 17, 2006 at 12:13 pm
No, both answers are wrong, so they are valid according to the question. You CAN use a script, but you can ALSO use EM to do a point in time...
August 18, 2005 at 1:24 pm
I don't have anything to add about 64-bit Windows, but I do about rainfall in Seattle
It's something of an urban legend that Seattle...
April 26, 2005 at 8:42 am
Yeah, me too. Cube, not the database.....
Brandon
January 14, 2005 at 8:29 am
I think a more interesting question would be:
What would you get for the following (assuming same tables and data):
SELECT COUNT(col1) FROM one
SELECT COUNT(col2) FROM two
or simply
SELECT COUNT(col1), COUNT(col2) FROM...
November 24, 2004 at 8:37 pm
<rant>
There is nothing wrong with the question or the answer. You are throwing yourselves off by the plus (+) sign which, in this case, is only indicating that the integer...
November 3, 2004 at 8:32 am
I disagree with the answer.
Running the query below returns columns for tables/views and parameters for stored procedures and UDFs....
What am I missing? Or more correctly, what is BOL missing?
select ob.name,...
July 14, 2004 at 7:53 pm
Personally, I try to avoid bits in cases where there are several flags to be set, and opt for a single integer (or smaller). I use each bit of the integer for individual...
June 14, 2004 at 9:18 am
Viewing 9 posts - 1 through 9 (of 9 total)