Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: linked server error - "Invalid connection string attribute"??

    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...

  • RE: Performance Poll

    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...

  • RE: Question of the Day for 18 Aug 2005

    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...

  • RE: 64-bit is here

    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...

  • RE: Question of the Day for 14 Jan 2005

    Yeah, me too.  Cube, not the database.....

     

    Brandon

  • RE: Question of the Day for 25 Nov 2004

    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...

  • RE: Question of the Day for 03 Nov 2004

    <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...

  • RE: Question of the Day for 15 Jul 2004

    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,...

  • RE: Question of the Day for 14 Jun 2004

    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...

Viewing 9 posts - 1 through 9 (of 9 total)