Viewing 15 posts - 196 through 210 (of 2,436 total)
Have you double checked your NIC settings and Switch port settings ?
Some NICs and Switches need 'auto' and others need a 'fixed' transfer rate set. Your hardware and Switch vendors...
September 21, 2009 at 10:16 am
The solution is:
1) not to use maintenance plans
2) add FULLSCAN
3) write a better script (Hint: there are lots out in SSC)
Some best practices:
1) do not try to defragment heaps
2) do...
September 18, 2009 at 3:52 pm
for the world culturally deficient could reanslate 4.5 lac into USD please ...
September 18, 2009 at 12:21 pm
At present we have separate AD accounts for services on 'logical' groups of servers. These AD service account passwords are changed annually or when staff changes. We are moving further...
September 18, 2009 at 11:01 am
Here is what we have setup on demand on key servers as a 'default':
General State Counters
======================
Memory - Available MBytes
Memory – Pages/sec
Network Interface – Bytes total/sec
Physical Disk - %...
September 17, 2009 at 2:54 pm
why not try using the insert/exec construct to store the results of your xp_cmdshell output in a temp table, delete the nulls and use selects to check your results.
September 17, 2009 at 2:08 pm
Agreed that it does work (we tested the same in a lab environment back in 2006).
The important thing to remember though is that if you have a production issue with...
September 15, 2009 at 7:43 am
It look like you have a valid backup file.
Try this command and post the results please ...
RESTORE DATABASE [Testing]
FROM DISK = N'D:\SQLBackups\wsgis20090906.bak'
WITH
MOVE N'WSGIS' TO N'G:\SQLDBFiles\Testing.mdf',
MOVE N'WSGIS_log' TO N'G:\SQLDBFiles\Testing_log.ldf', STATS...
September 14, 2009 at 2:37 pm
execute this script in a query window:
RESTORE FILELISTONLY
FROM DISK = N'D:\SQLBackups\wsgis20090906.bak'
post the results of the query please.
September 14, 2009 at 1:12 pm
hmmm ... could it be that these are Maintenance Plans ?
September 14, 2009 at 9:53 am
Rule #33 ?
I am curious what the list of rule you have is ?
Would you mind sharing ?
September 14, 2009 at 7:49 am
What was the resolution to your situation ?
Please advise so all can learn from your experience ...
September 11, 2009 at 1:54 pm
back on point - if I was not a DBA I'd be:
Cabinet/Furniture maker
Landscaper/Master Gardener
Construction equipment operator (Operating Engineer)
Please notice that not one of these professions is related to IT directly.
However,...
September 11, 2009 at 11:21 am
Try performing the restore filelistonly and verify from a query window and post the messages.
September 10, 2009 at 11:32 am
Viewing 15 posts - 196 through 210 (of 2,436 total)