Forum Replies Created

Viewing 15 posts - 13,216 through 13,230 (of 22,214 total)

  • RE: when delete command auto commits?

    GilaMonster (2/16/2011)


    Ian Scarlett (2/16/2011)


    Grant Fritchey (2/16/2011)


    but I think I'm right on this one if implicit transactions are on.

    I also thought that if you executed a procedure on a connection with...

  • RE: why the avatar picture you use

    Marco V (2/16/2011)


    Grant Fritchey (2/16/2011)


    And now it's a new one. It was time to change.

    did the post trigger it?

    Yep. Wouldn't have bothered probably. I'm not overly driven by it. Just...

  • RE: when delete command auto commits?

    Ian Scarlett (2/16/2011)


    Grant Fritchey (2/16/2011)


    Assuming a standard stored procedure, when the procedure reaches it's end. With a query outside of a procedure, when the batch completes (there's a go statement...

  • RE: why the avatar picture you use

    And now it's a new one. It was time to change.

  • RE: Uniqueidentifier as PK

    muten79 (2/16/2011)


    Hello there

    I have been having a read about best practices when designing a database.

    I have developed an application using OIDs (object identifiers) for any class I will store in...

  • RE: Slow SP

    No one script is going to tell you what you need. There are just too many variables that you haven't defined for me to suggest a single point of focus....

  • RE: finding slow running queries

    kvr1985 (2/16/2011)


    thank you for information

    i will read the article later .how can find the slow running queries.

    You can find slow running queries by using a server-side trace to gather metrics...

  • RE: when delete command auto commits?

    Assuming a standard stored procedure, when the procedure reaches it's end. With a query outside of a procedure, when the batch completes (there's a go statement or it's the end...

  • RE: why the avatar picture you use

    There was a chat about Babylon 5 one day and I decided to switch. I'm too lazy to make it something else. That's about it.

  • RE: Slow SP

    Are you sure the only difference is hardware? How much different is that hardware? Are there multiple CPU's in UAT but not in Dev or vice versa? What are the...

  • RE: Deploying database

    That's a very broad topic. What's going wrong? What have you not been able to do? Are parts working but not other parts?

    I've posted an article here on SSC[/url]...

  • RE: finding slow running queries

    You want to set up a server side trace to do that. I have a small article here on SSC[/url] describing how to do it.

  • RE: How to Determine Database Load?

    Basic metrics such as wait states and queues, cpu load, disk i/o, these are the things that tell you the server is under load. It doesn't tell you why necessarily....

  • RE: Creating a View

    I'm with Cold Coffee on this, there are mechanisms that don't involved a JOIN to put data from different tables together, but you're still defining some type of relationship between...

  • RE: Understanding Indexes

    Jeff Moden (2/15/2011)


    Gail and Grant (or anyone else that can jump in),

    The article also has the following statements:

    ...[font="Arial Black"]whereas, with a nonclustered index the leaf level contains the address to...

Viewing 15 posts - 13,216 through 13,230 (of 22,214 total)