Viewing 15 posts - 1 through 15 (of 50 total)
You are correct.
Try it for yourself, create a test database and size the transactionlog to 100MB.
Then do the DBCC.
August 23, 2013 at 3:43 am
The 10 is the target size, so you would end up with a transaction log that is 10MB.
August 22, 2013 at 2:49 am
Hi,
there are a number of things to consider when going virtual with SQL Server and if this is new
territory you should consider training.
I went down this route a couple...
August 20, 2013 at 1:58 pm
To failover to a log shipping secondary, just follow have a look at this article. Do not miss out on that .3 in the article talks
about a tail-log backup.
http://technet.microsoft.com/en-us/library/ms191233(v=sql.105).aspx
There...
August 12, 2013 at 1:08 am
Steve Jones - SSC Editor (8/6/2013)
WayneS (8/6/2013)
August 7, 2013 at 2:48 am
About:
DATABASE PROS WHO NEED YOUR HELP
Here's a few of the new posts today on the forums..
I personally do not like it, takes up a huge amount of space.
Tried to...
August 6, 2013 at 3:09 pm
You could try a couple of other things like:
1. Have a look at your maintenace plan, click edit on the subplan and click on view t-sql. Any problems there?
2. Delete...
August 5, 2013 at 3:51 am
If you have .bak as the in the file extension field, change it to only bak without any dots/asterisks and try again.
August 2, 2013 at 2:56 pm
Check out this connectivity troubleshooter:
August 2, 2013 at 2:54 am
Don't forget to get the security settings right for the datafolder where the data/tlog files reside.
If you just do a copy, no security settings are moved. So have a look...
August 1, 2013 at 7:18 am
If you give us some more details ( version/edition/os and so on), you probably will get more help.
There are a couple of connect items regarding your error message like:
If you...
July 31, 2013 at 3:27 pm
Hi,
you can't miss with Ola's solution regarding maintenance.
If you want to analyze your indexes, have a look at sp_blitzindex[/url].
It will tell you what is going on in your database, superb...
July 31, 2013 at 3:03 pm
Since this is common task for DBA's I would spend some time to put together a nice solution.
The size of the database is probably the decider for the type of...
July 28, 2013 at 8:48 am
Hi,
It is not possible to restore 2008 R2 backup to 2008.
The only way is to export the data.
Have a look at this thread for some ideas.
June 7, 2013 at 3:21 am
From the first post:
" So...the next step is to create a backup of the db on server b and restore a copy on server a which will run as a...
May 27, 2013 at 4:09 am
Viewing 15 posts - 1 through 15 (of 50 total)