Viewing 15 posts - 2,101 through 2,115 (of 2,897 total)
Yes, it is done quite a bit. I've just inherited some databases that have the ID field in the 2 different formats in various tables ..... screwy. The 2nd...
November 5, 2008 at 3:14 pm
xyzt (10/31/2008)
Full Recovery mode, SQL 2005
db full backup each evening
Transaction log backup at noon and 6...
October 31, 2008 at 6:59 pm
David Swanson (10/31/2008)
That being said, LiteSpeed's Object Level Recovery...
October 31, 2008 at 8:47 am
tosscrosby (10/31/2008)
October 31, 2008 at 7:49 am
Why do you want to delete backup history ? It doesn't take up that much space.
It can be useful to:
- Identify when an old backup was taken in...
October 30, 2008 at 8:31 am
Hmmm, must be something funky in the maint Plan. You actually see My_DB_20081029_0600.TRN type files on your system ?? Are they 0 bytes ? Is...
October 30, 2008 at 8:20 am
jay holovacs (10/30/2008)
October 30, 2008 at 8:10 am
yellowdog (9/3/2008)
I have extensive experience with native backup and Litespeed, but I'm in a situation now where I have to use Symantec Backup Exec (11d) with Agent for SQL Server.
Have...
October 30, 2008 at 8:04 am
I run this. You can change the WHERE clause to limit the # of days or specify a specific database. It's useful for double checking that everything's getting backed up...
October 29, 2008 at 2:46 pm
Sr SQL developer (10/29/2008)
October 29, 2008 at 11:54 am
The error is when you try to open the package to edit it ?
When was the last time it worked ?
What version of SQL, SP# ?
Does it affect all packages...
October 28, 2008 at 12:13 pm
Transactional replication might be a better solution to keep tables in 2 databases in sync.
October 28, 2008 at 11:47 am
Are you using SQL 2005 on your desktop to manage your 2000 server ? I remember some kind of problem with some DTS packages, and they were ok with...
October 28, 2008 at 11:20 am
Not sure why I'm bothering to post again ..... but here goes. As a DBA, the main job is to protect the data, just as you might protect...
October 28, 2008 at 11:16 am
Leo (10/28/2008)
GilaMonster (10/28/2008)
Leo (10/28/2008)
Thanks. I add another maintenance plan for transaction log only.
You need to have them in different plans because they have to run at different intervals. Remember what...
October 28, 2008 at 10:19 am
Viewing 15 posts - 2,101 through 2,115 (of 2,897 total)