Forum Replies Created

Viewing 15 posts - 31 through 45 (of 152 total)

  • RE: Temp DB Issue

    Nice article, thanks Jeff.

  • RE: Temp DB Issue

    Jeff Moden (2/12/2010)


    Accidental cross joins are actually quite common and are a typical cause of TempDB going nuts.

    Thanks Jeff, can you please give me an example of "Accidental" cross join?...

  • RE: Temp DB Issue

    Thanks for the response RP, but no such thing in our case.

    I used following queries to check the row count for each object in tempdb and the open trans, but...

  • RE: Patern Matching

    Thank you so much for following up Jeff, and sorry for not providing the feedback. Actually i needed it for a one time import so i used Lowell's solution and...

  • RE: Transpose

    Thanks Lynn, you are the best 🙂

  • RE: Point in Time with Differential Backup

    Thanks Lynn.

    I took following code from BOL and its using StopAt with full backup, how come?

    RESTORE DATABASE MyAdvWorks

    FROM MyAdvWorks_1, MyAdvWorks_2

    WITH NORECOVERY, STOPAT =...

  • RE: Patern Matching

    @lowell:

    Thank you so much for your solution it works but only if there is one reference number in the notes. If you look at my original post there...

  • RE: Top 2 records

    Thanks guys, "ROW_NUMBER/PARTITION BY" worked for me.

  • RE: De-Dupe

    Thanks for your help, reading BOL now.

  • RE: De-Dupe

    Ed-86789 (10/28/2009)


    I would suggest the "Fuzzy Match" feature in SSIS. I have used it a couple of times to cross reference data between different systems and it has been...

  • RE: Local Service Account

    Lowell, thanks for your help.

    We removed the access permissions from the shared folder and its working fine now with the 'Local System'.

    You said it should not work with 'Local system'...

  • RE: Local Service Account

    Thanks guys.

    I know using Local Service Account is not a good idea but for now it was working fine and was able to connect to the remote location untill we...

  • RE: De-Dupe

    I have a company table containing all the information about different companies (name, contact, address etc).

    I want to identify the closely matching companies based on company name.

    e.g i want to...

  • RE: SQL Traces

    Thanks guys, appreciate your help.

  • RE: SQL Traces

    Thanks guys, i was thinking along the same line but was wondering if there is another way to do it.

    Actually i want to monitor the performance of the server by...

Viewing 15 posts - 31 through 45 (of 152 total)