Viewing 15 posts - 211 through 225 (of 266 total)
Yes you should always install the latest service pack.
Thanks
July 6, 2017 at 6:47 am
June 12, 2017 at 3:29 am
June 12, 2017 at 2:52 am
June 6, 2017 at 3:43 am
A reboot will clear out the plan cache so following the reboot a new plan will need to be created. This may account for the performance degradation you are seeing.
June 6, 2017 at 3:30 am
krishnabudampati - Thursday, June 1, 2017 4:20 AMI rebuild indexes using script.
And what are the sizes of the tables please?
June 1, 2017 at 4:57 am
June 1, 2017 at 1:27 am
May 31, 2017 at 7:24 am
May 31, 2017 at 1:26 am
Are you using the Import and Export wizard to do this? If so you can import from Excel or you can create your own SSIS package to do the import...
May 30, 2017 at 2:11 am
It just looks like a permissions issue. Does the account you are using have access to E:\MYDB?
Thanks
May 26, 2017 at 1:24 am
You can't truncate a table that has a foreign key constraint, that is the whole reason for having a constraint. You will need to delete and re-create the constraints so...
May 25, 2017 at 8:18 am
I still don't understand why you want to shrink the log file. From what I've read the transaction uses 0.5% of the log so where is the problem? Is this...
May 23, 2017 at 1:02 am
The log is growing because it needs to, if you reduce it it will only grow again. The only time I would shrink the log file is if there had...
May 22, 2017 at 7:21 am
From what I recall (feel free to correct me anyone) but a truncate will reseed any identity column so you will need to bear this in mind.
Thanks
May 18, 2017 at 5:08 am
Viewing 15 posts - 211 through 225 (of 266 total)