Viewing 15 posts - 1,366 through 1,380 (of 2,897 total)
There are tools such as Compliance Manager that will track changes going forward, or you could create your own server side trace, and have it restart when the service gets...
June 6, 2010 at 7:47 pm
I interpreted the situation to be that there are already duplicate records, and the OP was wondering how that's possible since the index being rebuilt disallowed duplicates. So, duplicates should...
June 6, 2010 at 8:45 am
Is TCP\IP enabled on the named instance ?
June 4, 2010 at 12:49 pm
Shrinking causes fragmentation. Leave the space available for future growth.
June 4, 2010 at 10:50 am
If you search, you can find quite a few answers.
June 4, 2010 at 10:48 am
It might be good to run a trace and see exactly what is being executed by BackupExec.
His job doesn't show up in one of our queries ?
June 4, 2010 at 4:18 am
Run something like this to see all the backups, and see if there are any running other than yours.
SELECT sysdb.name, bkup.description, bkup.backup_finish_date,
case
when type='D' then '** FULL...
June 3, 2010 at 8:34 am
What is using up the other 12 gig ? Maybe something else can be moved off the drive ?
June 2, 2010 at 1:24 pm
As Steve mentioned you can use a maintenance plan. Then you can specify how many days to retain your individual backup files. It can be done through scripting also but...
June 2, 2010 at 1:23 pm
This post is 2 1/2 years old, and the OP already found it in master.
(Fooled me into looking)
June 2, 2010 at 1:03 pm
Are you backing up to a device ? With append, the size should grow by the size of the database. With overwrite, the size should stay about the same as...
June 2, 2010 at 8:19 am
Redgate, Idera & Quest make a variety of DB tools and utilities.
June 2, 2010 at 5:24 am
I don't think you need to run a t-log backup if there are no users in the system, and no other activity such as scheduled jobs or data imports. If...
June 1, 2010 at 9:15 am
So you want to remove SP3 and revert back to SP2 ? I would not call that a "migration" .. more like uninstall or rollback.
Some service packs cannot...
June 1, 2010 at 5:19 am
I wouldn't say that fragmentation causes blocking. But fragmentation may cause poor performance, which may make blocking more likely as processes take longer.
May 28, 2010 at 9:09 pm
Viewing 15 posts - 1,366 through 1,380 (of 2,897 total)