Viewing 15 posts - 76 through 90 (of 2,487 total)
Top stuff 😎
Now for SQL Server 2000, I would do ... :ermm::crying:
--------------------
Colt 45 - the original point and click interface ![]()
October 13, 2009 at 12:12 am
philcart (10/1/2009)
--------------------
Colt 45 - the original point and click interface ![]()
October 7, 2009 at 9:06 pm
Both valid points. But bear in mind that reducing SQL Server memory even further will push more work onto the disks where your real problem is.
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 7:16 pm
You can change the names to protect the innocent. 😉
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 6:33 pm
Are you able to post the output from RESTORE HEADERONLY and RESTORE FILELISTONLY?
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 5:02 pm
Fastest path to less timeouts would be to bury the problem in super hardware 😀
Short term, you aren't really going to get much bang for your buck.
Best option with the...
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 7:21 am
If you're restoring over an existing database and it has the same logical files, you don't need to use MOVE, the replace will replace the existing files.
Does the backup device...
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 7:05 am
hemul (9/30/2009)
We have a very large installation of sql server express, about 200 clients at different geographical locations.
All clients are accessible remotely through our vpn...
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 6:51 am
I grabbed the stats you posted on the other thread.
For the wait stats its pretty cut and dried.
PAGEIOLATCH_SH 1130875600 24069458365 300005 126621887
You've accumulated over 278 days of IO wait...
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 5:10 am
Or you could forget using maintenance plans altogether and simple T-SQL commands. You could roll your own, or use one of the many stored procedures in the script library.
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 4:42 am
4x146G RAID1+0
Sounds like a single disk array on which you have OS, paging file, tempdb, data files, log files and backups. You may have partitioned the array into multiple logical...
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 3:51 am
I may have missed it in the earlier replies, but have you also checked the NTFS permissions as well as the share permissions.
--------------------
Colt 45 - the original point and click interface ![]()
October 1, 2009 at 3:44 am
Better idea is to perform a RESTORE HEADERONLY FROM DISK = '...'
With that you can find out all you'd ever want to know about the backup.
Check http://msdn.microsoft.com/en-us/library/ms178536.aspx
--------------------
Colt 45 - the original point and click interface ![]()
July 9, 2009 at 1:31 am
I believe \Device\Scsi\dpti2o1 refers to an array adaptor.
Check if the adaptor has the latest firmware/drivers/etc...
--------------------
Colt 45 - the original point and click interface ![]()
April 20, 2009 at 4:36 am
Promising start ... eagerly awaiting more ... this is one DBA that doesn't mind diving into .Net, as long as its C# 😉
Also, for the record, the most servers I've...
--------------------
Colt 45 - the original point and click interface ![]()
April 20, 2009 at 4:06 am
Viewing 15 posts - 76 through 90 (of 2,487 total)