Viewing 15 posts - 1,756 through 1,770 (of 2,636 total)
I don't always do restores in Enterprise Manager, but I think what you need to do is check "Force restore over existing database" on the Options tab.
So I'm clear...
December 14, 2006 at 10:26 am
David,
I believe the RESTORE option you need to use is WITH REPLACE. This will delete the existing database and restore the backup with the same name as the existing database. ...
December 14, 2006 at 9:10 am
There's a nice table showing the differences in recovery models in BooksOnLine under "Selecting a Recovery Model".
Greg
December 14, 2006 at 8:47 am
Do you mean you want someone to be able to open a package but not save or execute it? If so, grant EXEC permission on sp_get_dtspackage, but deny permission on...
December 13, 2006 at 3:03 pm
What works for me is to click the 'Populate from Source' button, then the 'Execute' button.
Greg
December 12, 2006 at 12:55 pm
sp_reassign_dtspackageowner must have all three parameters. you can find the ID by running sp_enum_dtspackages in msdb.
Greg
December 12, 2006 at 12:47 pm
The wizard will transfer objects if you check the "Run Immediately" option.
Greg
December 12, 2006 at 12:38 pm
Susan,
See Mohammed's post above. If you don't need point-in-time recovery ability and you don't want to do log backups, change the database recovery model to "Simple" and forget about truncating...
December 6, 2006 at 5:13 pm
you're right about the Bulk Insert task but I don't think he's using one since he has a SELECT query in it. It appears that he's importing from a table.
Greg
December 6, 2006 at 4:59 pm
Jason,
I don't have any experience with Veritas, so I don't feel qualified to recommend whether you should use it or not. As I said in my previous post, keeping backups...
December 5, 2006 at 3:16 pm
You could create views with the names you want to use that select from the tables. Then, you could use the views in your queries.
Greg
December 5, 2006 at 10:35 am
I assume you're talking about copying using DTS or truncate/insert, so tables aren't dropped and recreated. If that's the case, the only way I know of finding when data was replaced...
December 5, 2006 at 10:31 am
Designate an exception file for the Transform Data task on the 'options' tab of the task properties. Uncheck '7.0 format' and check 'Error text', 'Source error rows', and 'Dest error...
December 5, 2006 at 9:13 am
Jason,
Since your database is using Full recovery model and the tlog is 36GB, I'd say you either need to start doing log backups as well as full backups or you...
December 5, 2006 at 9:05 am
At first glance, I'd say that replication would be a good option. You can replicate to multiple subscribers and if you use transactional replication, the databases would be more syncronized...
December 1, 2006 at 11:10 am
Viewing 15 posts - 1,756 through 1,770 (of 2,636 total)