Viewing 15 posts - 46 through 60 (of 223 total)
found the issue. The customer gave sql server service account public role. Changed that to sysadmin. it's working fine now.
September 29, 2010 at 2:38 am
I've put the file in G drive and ran the below script:
EXECUTE master.dbo.xp_delete_file 0,N'G:\',N'bak'
I don't get any error message. It says it completed successfully, but my file is still there.;-(...
September 28, 2010 at 9:38 am
I don't see any error message in windows or sql logs. It says command completed successfully.
September 28, 2010 at 9:06 am
you can find information here:
September 7, 2010 at 3:17 am
Please post the result of Restore Filelistonly.
September 3, 2010 at 3:23 pm
Any ideas anyone?
Many thanks.
August 13, 2010 at 12:07 pm
Sorry Stefan.. Just been really busy with Upgrades.
Here's the feedback:
On 7 million rows:
the updates took 10 minutes with your suggestion.
Creating the indexes took about 25 minutes. So overall 35 minutes.
I...
May 27, 2010 at 10:41 am
Hi Stefan
your interpretation is correct. I have been on client site for the last two days. Will test it today when i am in the office.
May 26, 2010 at 1:47 am
Everytime a status changes it writes a record in the statushistory which then gets audited and is written in productionaudit table.
So for instance the status was 2 between '2010-05-24...
May 24, 2010 at 10:24 am
First of all, thank you for your continous help. It's much appreciated.
The question is what you want to do when there are multiple entries in the statushistory that matches the...
May 24, 2010 at 8:00 am
Yes... like I said... "accidental cross join" in the form of a many-to-many join. Any chance of you saving the execution plan as a "real" execution plan so I can...
May 24, 2010 at 1:40 am
i am struggling with this one.. I can't understand y the estimated number of rows is more than 7 millions.. When the total number of rows is 7 million for...
May 23, 2010 at 12:18 pm
hi Stefan
Please find attached the table and index definations and executionplan.
May 21, 2010 at 10:31 am
After testing more i found that the method Select Into.. is quicker than disabling index and running update.
But i am following Select into for another update like below it takes...
May 21, 2010 at 1:59 am
Hi Jeff
In such a case, disabling the clustered index would keep that huge amount of disk overhead from occuring.
By disabling the clustered index, won't the update statement error. If...
May 19, 2010 at 8:47 am
Viewing 15 posts - 46 through 60 (of 223 total)