Viewing 15 posts - 45,676 through 45,690 (of 49,571 total)
Anythng in the SQL error log from the time of the stop?
July 16, 2008 at 1:16 am
Abhijit (7/16/2008)
It menas if i'll not take the full2 then I can restore the database in below sequece...Full 1, Diff 4, Tran backups 11,12
correct?
Yes, if full 2 was not...
July 16, 2008 at 1:14 am
Abhijit (7/16/2008)
Now want to build the indexing strategy on both tables. could anyone help me out in this?
Not enough information.
Are there any foreign keys? How are you going to be...
July 16, 2008 at 1:13 am
Abhijit (7/16/2008)
In this case instead of trncating the logfile if i'll shrink the log file what will happen?
Provided there's unused space within the log file, the size of the file...
July 16, 2008 at 1:07 am
Abhijit (7/16/2008)
Can we perform the restoration strategy this below manner..
1 Full say full1, full2
2 Differential say diff1, diff2, diff3....
3 Transaction say trn1, trn2....
When restoring the database.. Suppose u have...
July 16, 2008 at 1:00 am
matt stockham (7/15/2008)
July 16, 2008 at 12:45 am
Roust_m (7/15/2008)
But apparantly it does not allow you to share a production database (read/write) with reporting servers in read only mode.
You are correct, it does not. All of the databases...
July 16, 2008 at 12:40 am
rinu philip (7/15/2008)
The result gave : dataname,FULL,LOG_BACKUPIn the query : SELECT name, recovery_model_desc, log_reuse_wait_desc from sys.databases
what does 'log_reuse_wait_desc' --mean?
Its the reason that the space in the log file is...
July 16, 2008 at 12:34 am
SQL King (7/15/2008)
Well, i guess I have to stick with the old plan where I have Full Backup and full recovery. But I am definately taking the...
July 16, 2008 at 12:29 am
Abhijit (7/15/2008)
July 16, 2008 at 12:24 am
Transaction log entries are only purged on checkpoint if you are running in simple recovery mode. If you are in simple recovery mode, you cannot run log backups at all.
In...
July 15, 2008 at 12:51 pm
SQL King (7/15/2008)
July 15, 2008 at 12:47 pm
What do you get returned by the following (fix directory and server names if necessary)
exec master..xp_cmdshell 'dir \\Server A\*.*'
July 15, 2008 at 12:34 pm
GSquared (7/15/2008)
This Solomon name on each table looks very familiar. Did I do something else with this database a while back?
Probably. This isn't the first time Mike's posted a...
July 15, 2008 at 12:27 pm
Viewing 15 posts - 45,676 through 45,690 (of 49,571 total)