Viewing 15 posts - 1,381 through 1,395 (of 2,897 total)
Replication or Log Shipping come to mind. Log Shipping is probably the simplest.
You could export/import the data, but that might be cumbersome and take a while.
May 28, 2010 at 1:21 pm
Thanks, I might revisit when I get more space.
As to the OP, my strategy isn't any different for a big db than it is for a small one. Make sure...
May 28, 2010 at 10:23 am
We're on RG 6.0 now, so I think it was 5.0 at the time (about a year ago). I couldn't determine if it was related to the large amount...
May 28, 2010 at 9:42 am
jodieevans (5/14/2010)
I chose snapshot replication because our reporting database needs to be a snapshot of out live database taken at the start of each working...
May 28, 2010 at 8:52 am
I have a 1.2 T database. We use BackupExec straight to tape because we don't have space to hold a native backup on disk. We tried using Redgate, but it...
May 28, 2010 at 8:45 am
If you create a new backup device, do you get the same result ?
May 26, 2010 at 1:18 pm
Greg Charles (5/26/2010)
select * into "Backup Table Name" from "source table"
This will create a new table and populate it with the result set of the select from source table. ...
May 26, 2010 at 1:07 pm
I don't know what the problem is. I just created a Backup Device and gave it a name and destination path. Then, after creation, look at properties & on General...
May 26, 2010 at 1:00 pm
Are the live backup jobs referencing that backup device ?
May 26, 2010 at 12:41 pm
passivebyz (5/26/2010)
I'm looking for a script which will include the logic to send an email when blocking occurs that includes the information such as what sessions were blocked and what...
May 26, 2010 at 12:40 pm
Maybe the network admin has setup BackupExec jobs backing up databases directly to tape.
You could add [font="Courier New"]bs.user_name [/font]to your query and see what it shows for those entries.
May 25, 2010 at 10:03 am
I can't see how detach-attach would have any effect on the database. There must have been some other action that occured either before or after.
May 24, 2010 at 9:30 am
Viewing 15 posts - 1,381 through 1,395 (of 2,897 total)