Forum Replies Created

Viewing 15 posts - 1 through 15 (of 33 total)

  • RE: T-SQL

    Scott Duncan-251680 (1/7/2010)


    Jeff Cook-476310 (1/7/2010)


    I'm not sure what is going on but when I went to http://www.sqlservercentral.com/questions/T-SQL/68500/

    and answered predicate (to the revised question), the site said:

    Sorry - you...

  • RE: Any ideas how to investigate this error?

    If you add "Exception" and "User Error Message" to the trace, do they report the same useless exception information?

  • RE: Updating a View

    I am new to the database field so the term 'schema' being used to mean the 'design' of the table and not the 'container' the object resides in confused me.

    You're...

  • RE: Breaking Things Apart

    That's good news - I've always thought MS would do better letting people buy individual components rather than massive bundles. That way if I only want Word and Excel...

  • RE: Printing System Messages

    Ah, yes, I see. From your first post, it seemed like you wanted the parameterized string, not the result.

    I don't think you can get the result string in SQL...

  • RE: Printing System Messages

    Do you need to do this programmatically? If not, you could just change your query results to Text mode for easy printing, then run:

    SELECT description FROM sysmessages where msglangid...

  • RE: 10/23/07

    I think we agree it was a poorly worded question, and the explanation wasn't much better (it was just copied word-for-word from BOL.) Perhaps a better question would have...

  • RE: A Broken Quorum and Protecting the Witness

    "You don't want A to become primary again, because of longer downtime, clients who are connected to B may experience connection problems if their transaction are pending as they...

  • RE: A Broken Quorum and Protecting the Witness

    I didn't realize we can use SQL Server Express for a witness, that's quite good to know!

    If your primary goes offline from both your mirror and your witness, doesn't that...

  • RE: A Broken Quorum and Protecting the Witness

    There are three simple ways you could solve the stated problem.

    The first one is to have the witness at a third location.  I realize that the reason for putting it...

  • RE: Question of the Day for 04 Jun 2007

    I got this question right, but it would be good if the answer indicated the fact that the 60 second sweep time is only the default configuration.  Even the referenced...

  • RE: The Differences Between SQL Server 2000 and 2005 - Part 2

    One of the biggest requests on SQL Server forums is how to aggregate string values.  The answer was always "you can't", with the...

  • RE: Question of the Day for 20 Apr 2007

    The explanation says "This returns a 5...", when in fact the rest of the explanation correctly states that it returns 7.

  • RE: Query performance - wierd problem

    Well, BETWEEN would require an index scan at least - seeks only get specific values.  Are your statistics up to date?  SQL Server might not know an index scan would...

  • RE: Query performance - wierd problem

    If you're an admin, the best way is to run a simple trace.  Trace Stored Proc start and stop, and TSQL Statement start and stop events.  If your app connects...

Viewing 15 posts - 1 through 15 (of 33 total)