Forum Replies Created

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

  • RE: system table problems

    The odds are pretty low. What can you tell me about it?

  • RE: system table problems

    David:

    OK, sorry to be so thick. When I test for IsMSShipped = 1, the "missing" stored procedure DOES show up, along with a whole slew of system stored procedures...

  • RE: system table problems

    David:

    Changing

    (OBJECTPROPERTY(O.ID, 'IsMsShipped') = 0)

    to

    (OBJECTPROPERTY(O.ID, 'IsMsShipped') 1)

    produces the same results as before. I'm not sure what you mean by "Alternatively, SELECT the ones equal to 1", as I'm already doing...

  • RE: system table problems

    SP20 is just the name of a test stored procedure I threw together in about 45 seconds. Any objects not intended strictly for testing have appropriately self-documenting names.

  • RE: system table problems

    The two rows are below. I've found a workaround mentioned several places on the web, that seems to give me correct results, but I feel uneasy about it as...

  • RE: system table problems

    At this point, I'll be thrilled if I can get this working on a single server. All of our servers are SQL 2000. As far as I know...

  • RE: system table problems

    Oops - I spoke too soon - making both tables qualified did cause a stored procedure to show up, but on closer examination it is NOT the user defined one...

  • RE: system table problems

    You've once again proved the value of a second pair of eyes. As soon I added the qualification to syscomments, the code picked up the "missing" stored procedure. ...

  • RE: problem querying system tables

    Thanks, Jeff!

  • RE: problem querying system tables

    I fixed the truncation in QA by changing the appropriate setting there. But I'm using the same code in a stored procedure called by a DTS package. The...

  • RE: problem querying system tables

    Hmm, that's odd. I was getting a similar error when I first started developing this code, but am not now. But it's still truncating the [text] field and...

  • RE: how do you launch tutorials?

    That seems to be true for some of the top-level topics (e.g., Analysis Services and Data Mining), but NOT for the first (and presumably most fundamental) one, SQL Server Tools.  If...

  • RE: Introduction to SQL Server 2005

    The article is very poorly written, and apparently not even proofread.

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