Forum Replies Created

Viewing 15 posts - 24,766 through 24,780 (of 39,817 total)

  • RE: sp_msforeachdb

    Mike,

    I'm confused, you asked for all databases, then you say a few. What exactly are you trying to do?

    You can also grab the query from sp_helpdb and filter out system...

  • RE: T-Sql rant

    Lynn Pettis (3/16/2009)


    But Tom Sawyer got other people to do his work for him WITHOUT insulting and offending people. Obviously, and I may be wrong here, foxjazz must not...

  • RE: T-Sql rant

    I think THE THREAD has no worries from this one.

  • RE: Trigger Issue forUpdation

    Edited your code so it would better fit on the page.

    A couple of things:

    - sending mail in a trigger is a bad idea. It's part of the transaction, and if...

  • RE: Letting People Go Securely

    The punishment isn't for you, it's your co-workers. If you resign today, and they're not aware, then your work gets shuffled to them, starting today, because you resigned.

    I understand the...

  • RE: Letting People Go Securely

    Julie,

    I hate to ask.

  • RE: T-Sql rant

    Bob,

    Excellent point. I believe all are edited now.

  • RE: SQL 2000 Stored Proedure ..CONVERT function to run this query

    It's strange since the proc shows nvarchar. ntext conversions are what make this error.

    Are you sure this is the correct definition? Did this come out of VCS or the server?

  • RE: endpoints with tsql payload

    I believe the T-SQL endpoints are the listeners for normal SQL connections using TDS. Meaning every connection you make outside of an http/mirroring connection.

  • RE: Where do I start?!

    Hey, I think I worked there.

    Bevan had the advice I followed and it worked well. Make a backup and then whack a table a developer needs if you have to...

  • RE: T-Sql rant

    Gift Peddie, apologies. I've edited the post.

  • RE: recommended requirements

    There's no way to give you blanket recommendations. That's like asking which car should you choose for a race.

    Do you have an existing system?

    How many people will use the system?...

  • RE: Can't Connect with SQL Login

    We don't allow the topics to be deleted. We prefer that you just put another post out there.

  • RE: Large Index not Defragmenting

    default fillfactor?

    DBCC showcontig give you similar results? I almost suspect the DMV is not updating correctly after the rebuild.

  • RE: SQL 2000 Stored Proedure ..CONVERT function to run this query

    Stranger. Is the body field ntext?

Viewing 15 posts - 24,766 through 24,780 (of 39,817 total)