Viewing 15 posts - 31 through 45 (of 152 total)
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?...
February 12, 2010 at 5:54 pm
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...
February 12, 2010 at 12:22 pm
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...
February 5, 2010 at 6:58 pm
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 =...
February 5, 2010 at 10:51 am
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...
January 30, 2010 at 1:16 am
Thanks guys, "ROW_NUMBER/PARTITION BY" worked for me.
November 16, 2009 at 12:25 pm
Ed-86789 (10/28/2009)
October 28, 2009 at 1:11 pm
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'...
October 26, 2009 at 11:25 am
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...
October 26, 2009 at 11:00 am
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...
October 26, 2009 at 9:48 am
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...
October 14, 2009 at 12:26 pm
Viewing 15 posts - 31 through 45 (of 152 total)