Viewing 15 posts - 436 through 450 (of 644 total)
nhphuong76 (1/29/2012)
miss copy, full path is D:\MSSQL_BACKUP\DB_backup_201201221250.trn
Perform this on your backup file to ensure it is valid:
RESTORE VERIFYONLY FROM DISK = 'D:\MSSQL_BACKUP\DB_backup_201201221250.trn' WITH STATS = 1
If the result comes as...
January 31, 2012 at 2:56 am
crazy4sql (1/31/2012)
you need to install SP1 on all instance.When you will run setup, it will ask the instance name.
Thanks for the reply Ashish. I understand when we install the Service...
January 31, 2012 at 2:11 am
Guys , please anyone , who has done this in past :cool:!!
January 31, 2012 at 1:08 am
Thanks Gail for providing the answer. I have been assigned to a new project where I saw this kind of memory configuration on one server. It was very surprising for...
January 24, 2012 at 2:05 am
Dan Guzman-481633 (1/18/2012)
Sorry for the confusion but I'm in the process of making some last minute changes to Level 7 of this Stairway. My day job sometimes gets...
January 19, 2012 at 7:27 am
carmellabanker (1/19/2012)
January 19, 2012 at 5:46 am
Thanks for the replies folks! One more question is, what about the shared components ? Should I update them too if I am installing the Service Pack for just one...
January 19, 2012 at 4:12 am
Dan Guzman-481633 (2/14/2011)
Comments posted to this topic are about the item <A HREF="/articles/Stairway+Series/72467/">Stairway to Server-side Tracing - Step 7: How to Automate SQL Traces using SQL Jobs and SSIS</A>
Hey Dan,
I...
January 18, 2012 at 1:23 am
george.pancescu (1/16/2012)
January 17, 2012 at 2:02 am
This very good script is available on msdn itself to identify & rebuild/reorganize indexes based on the fragmentation level. You can use the same.
-- Ensure a USE <databasename> statement has...
January 17, 2012 at 1:10 am
Bhuvnesh (1/16/2012)
Thanks divine but seconds error is still there .
May be you have mistakenly tried to insert the same row on both servers. i.e. you have inserted the row on...
January 16, 2012 at 6:49 am
george.pancescu (1/16/2012)
Divine Flame (1/16/2012)
Try to use the MAXDOP hint in your index rebuild statement & test the performance after that:
ALTER INDEX IndexName ON TableName REBUILD WITH (MAXDOP=1)
I am not sure...
January 16, 2012 at 6:42 am
george.pancescu (1/16/2012)
I will remove the "update stats" statement; regarding the job schedule, we used to have it on Saturday at 3AM, but what made...
January 16, 2012 at 5:21 am
Please provide some information about the hardware of the server also.
As a guideline:
1. Rebuild the index only in the off hours (in the night or whatever is appropriate)
2. Since you...
January 16, 2012 at 4:59 am
Viewing 15 posts - 436 through 450 (of 644 total)