Forum Replies Created

Viewing 15 posts - 17,791 through 17,805 (of 22,214 total)

  • RE: DeadLock

    It is possible that checking the queries and getting a good index in place may help as well. I'm personally not a fan of the DTA, but it can help....

  • RE: DeadLock

    First, turn off 1204 when you're collecting the info with 1222. It'll cut down on the noise and make it a bit easier to read.

    Second. You're getting lock escalation as...

  • RE: DeadLock

    All three queries are going after sgDataOPERATIONS. Is there a read statement prior to the delete statements that would cause lock escalation? What do the execution plans look like on...

  • RE: DeadLock

    1204 puts out a hard to use deadlock graph. If you can, can you recapture it using traceflag 1222? That one is much cleaner and easier to read.

  • RE: Determining MAXDOP of a SPID

    Check the actual execution plan. In the properties of the various processes it will show you if you're using parallelism and how many threads were used by the process.

  • RE: Error in job, but not when executed as query

    Excellent. Glad you tracked it down. Thanks for posting the solution here.

  • RE: Just Walk Away - Blacklisting - and Twits without Twitter

    I'm really against a black list. I'm far too likely to end up on it one day. Plust I'm probably not going to consult it until I've already stepped into...

  • RE: Error in job, but not when executed as query

    Wilfred van Dijk (4/6/2009)


    Yes, I know the meaning of this error, but why is the same statement giving this error in a Job and not in a query window???

    Assuming the...

  • RE: Are the posted questions getting worse?

    Best wishes Roy.

  • RE: Unused Procedures and tables

    There's no 100% sure way to verify that things are not used in your database. As others have outlined, it's possible to see whether or not things have been accessed...

  • RE: Lock request time our period exceeded

    Something is holding a lock on your system. It could be a long running process or an uncommitted or unrolledback transaction. Try looking at sys.dm_os_waiting_tasks or sys.dm_tran_locks to see what's...

  • RE: truncate log

    Don't use auto shrink. That's a major performance hit in most circumstances. If you've had some kind of over-sized transaction or error with the log backups or something that caused...

  • RE: Error in job, but not when executed as query

    That warning is pretty straight forward. Somewhere in the code a string is getting placed that's just too long.

    Also, on a side note, instead of using @@IDENTITY, I'd suggest you...

  • RE: Urgent HELP...!!!!!!!!!!!

    San (4/6/2009)


    Dear All,

    Somehow I managed to install SQL2k5 with different instance name and logged using "machineName\instanceName". Now another problem is that, when I select " " option in SERVER NAME...

  • RE: Manners

    I liked the podcast even more than the editorial.

    I don't think you were only pointing at those asking questions when you suggested we needed to treat others as we...

Viewing 15 posts - 17,791 through 17,805 (of 22,214 total)