Viewing 15 posts - 256 through 270 (of 3,738 total)
My problem is that I use T-SQL but there are too many Log backup files that it seems that the GUI is by far the fastest way to resore.
I'm concerned...
January 28, 2016 at 7:44 am
Ed Wagner (1/28/2016)
If you must use the GUI, be sure to not overwrite the production...
January 28, 2016 at 7:36 am
The following URL looks like what I want to do:
http://sqlblog.com/blogs/merrill_aldrich/archive/2013/03/15/ssms-2012-restore-gui-gotcha.aspx
Any clarifications would be greatly appreciated.
January 28, 2016 at 7:21 am
I found this:
Use the Management Studio in the following fashion to learn what you need:
Choose your database, right-click and select Tasks / Restore / Database.
On the Restore...
January 28, 2016 at 6:41 am
J Livingston SQL (1/21/2016)
have you read this ....may help as additional source
I'm going through these articles.
I also to a quick look at the video.
Thanks.
January 21, 2016 at 1:25 pm
J Livingston SQL (1/21/2016)
have you read this ....may help as additional source
Yes this video is moor clear and detailed. I will keep it as a reference.
I'm looking specifically at troubleshooting...
January 21, 2016 at 8:53 am
Actually the part that I have trouble following stats at 2:500 at the following URL:
January 21, 2016 at 8:21 am
EXEC sp_SpaceUsed tblCall
namerows reserved Data index_size unused
tblCall1296410 19254232 KB...
January 19, 2016 at 11:39 am
There are only 1,296,391 records but the table is wide.
I recommended that we did not partition the table. There is too much risk among other things but someone thinks that...
January 19, 2016 at 11:33 am
The records in the call table are updated Regularly.
Thanks.
January 19, 2016 at 11:01 am
Hugo Kornelis (1/19/2016)
January 19, 2016 at 10:56 am
Jeff Moden (1/19/2016)
Welsh Corgi (1/19/2016)
The ID Column is the Primary Key.I archive some records already.
To what extent would that complicate things?
Possibly, a shedload. What have you used as the...
January 19, 2016 at 10:56 am
Jeff Moden (1/19/2016)
Welsh Corgi (1/19/2016)
The ID Column is the Primary Key.I archive some records already.
To what extent would that complicate things?
Possibly, a shedload. What have you used as the...
January 19, 2016 at 10:48 am
The ID Column is the Primary Key.
I archive some records already.
To what extent would that complicate things?
The following years have not been archived:
YearDateRecordCount
19981
20071
20093
20102
20117
2012242464
2013285255
2014355891
2015394239
201618297
The following years have been archived:
YearDateRecordCount
NULL46
189938
19951
19981295
19997967
20006600
200150483
200267137
200370068
200467311
200568502
200668595
200784438
2008104377
2009151171
2010200165
2011232679
January 19, 2016 at 10:10 am
2008R2 does not have the data structure that I need.
It does not have the DimTime Dimension.
January 18, 2016 at 2:44 pm
Viewing 15 posts - 256 through 270 (of 3,738 total)