Viewing 15 posts - 91 through 105 (of 130 total)
Seperate Disk for Tempdb will be good option in your case since it is being used extensively by application ( as mentioned by you).
August 23, 2010 at 3:00 am
Anyhow, if you have a bakcup of Secondary Database with copy_only option, the Backup will not be much of use, as the data on secondary db is a copy of...
August 23, 2010 at 1:08 am
There are service packs, feature packs, hot fixes and updates available
Hot Fixes are for one issue or may be more then one of similar nature. They are release frequently by...
August 20, 2010 at 5:18 am
Check the Authenication for Server3.
Also, hope that you are using Domain Account to login on the server ( not the Local system account).
August 20, 2010 at 4:41 am
Hi,
try to run performance monitor with memory related counter.
( Mostly Memory Manager -> Lock Memory, SQL Cache Memory, Target server Memory and Total Server memory).
Target server memory is the Memory...
August 20, 2010 at 4:32 am
August 18, 2010 at 10:03 pm
There is issue with the MSDB Database. ( must be a Torn page on disk drive where the mdf of the msdb is stored).
Run Checkdb against the database and review...
August 18, 2010 at 4:30 am
Well, i think that it should make any impact on uninstallation of the sql 2005.
Well try it at your end and share the result.
August 18, 2010 at 12:00 am
Better try to do backup from Query
Backup database <Yourdb name> to disk=<'Path of the Physical disk.bak'>
for e.g.
Backup database model to disk='C:\Model_backup.bak'
August 17, 2010 at 11:33 pm
TO find out Server Role for any user, following query can be used.
SELECT [name],sysadmin,securityadmin,serveradmin, setupadmin,processadmin,diskadmin,
dbcreator,bulkadmin,loginname FROM master..syslogins
WHERE loginname = '(Login)'
( in the output, all the roles with column valus as...
July 22, 2010 at 3:36 am
There is a wizard which will accomplish your task
Right click on the database, select script database as and then select either create, drop or drop and create option.
July 22, 2010 at 3:10 am
As per your blog, we have to disbale T-Log backup before starting Shirnk db or file operation.
But in the above question, Tlog backup is being executed before shrink...
July 21, 2010 at 11:44 pm
Viewing 15 posts - 91 through 105 (of 130 total)