Forum Replies Created

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

  • RE: Get the Foreign Key Hierarchy

    Thanks, that worked great. Now I need to find only columns with a foreign key back to the original column. This gives me a good start.

  • RE: Get the Foreign Key Hierarchy

    How would you start with a specific table and get everything down from that?

  • RE: Delete without locking?

    I tried using ROWLOCK on the DELETE, but I believe the DELETE's are too large. I ended up adding NOLOCK to the SELECT's that are being done and it's working...

  • RE: Help with Bulk Insert Error

    If I changed either path to an invalid path I received a different (better) file not found error. What I found out was that there was a problem when the...

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