Viewing 15 posts - 1,216 through 1,230 (of 2,897 total)
In addition to traffic, network reliability varies in different organizations.
We back up most of our SQL databases on various servers to one server, then those centralised backups go to tape....
October 12, 2010 at 7:26 pm
Michael Valentine Jones (10/12/2010)
GilaMonster (10/12/2010)
Michael Valentine Jones (10/12/2010)
October 12, 2010 at 12:44 pm
Are you using BIDS ? I found this thread with 1 possible solution, not sure if it's relevant.
Can you create a basic maint plan to schedule & run...
October 12, 2010 at 9:54 am
SKYBVI (10/11/2010)
October 12, 2010 at 9:48 am
jamesmario (10/12/2010)
should be bidirectional.
Could you explain ? Your first post says Server1 to Server2. But bi-directional means both directions such as Server2 restored back to server1 ?
The more...
October 12, 2010 at 9:36 am
Is this a one-time restore ? Or do you want the 2 databases regularly synchronized at some level ?
October 12, 2010 at 5:22 am
ROLLBACK is an 'undo', but you had to have used the BEGIN TRAN before you ran the DELETE statement.
For future reference, backup the data and make use of transactions when...
October 11, 2010 at 12:38 pm
Basic steps for a "normal" restore:
1) Restore your most recent FULL
2) Restore your most recent DIFF (assuming it's more recent than the full)
3) Restore all the T-Logs more recent than...
October 11, 2010 at 11:38 am
george sibbald (10/11/2010)
Also does...
October 11, 2010 at 9:08 am
I'm not familiar with DPM. You need to backup the SQL database with the command BACKUP DATABASE
This can be done manually, through a script in a scheduled job, a...
October 11, 2010 at 8:32 am
General Guidelines - (specifc "best" options vary widely based on business needs) :
Create a maintenance Plan to run Transaction Log backups every 15 minutes or so.
Create a cleanup step that...
October 11, 2010 at 7:52 am
Gedas (10/8/2010)
1. stop SQL engine
2. delete db and tlog files
3. start SQL engine
4. delete db
5. restore...
October 8, 2010 at 8:47 am
Looks to me it has what you need (But I've been wrong before :-P)
frequency is: freq_subday_interval, int
"Number of freq_subday_type periods to occur between each execution of the...
October 7, 2010 at 10:15 am
Viewing 15 posts - 1,216 through 1,230 (of 2,897 total)