Viewing 15 posts - 1 through 15 (of 21 total)
Eirikur Eiriksson (10/16/2015)
😎
1) Safety measures first, Backup the database with verify etc.
2) Create a new file group, add a new data file...
October 16, 2015 at 6:57 am
Jeff Moden (10/15/2015)
Eric M Russell (10/15/2015)
Create indexes on the NEW tables. Remember to create clustered indexes before non-clustered indexes.
As with a clustered index rebuild, the HEAP will be preserved...
October 15, 2015 at 7:52 pm
Eric M Russell (10/15/2015)
First, Backup w/ verification and duplicate backups.
o Drop all foreign keys, indexes, including clustered, from OLD tables that will be altered. It will free...
October 15, 2015 at 7:45 pm
Michael L John (10/15/2015)
<snip>
You have some fundamental misunderstandings.
Shrinking a database likely will cause fragmentation, but re-building the indexes does not automatically cause the database to grow.
If an...
October 15, 2015 at 7:33 pm
Kristen-173977 (10/13/2015)
dave 67553 (10/13/2015)
My test figures were:
Backup Filesize reduction 80-85%
Backup elapsed time saved 40%
Impressive results. Definitely will discuss with my IT guy. We cloud host at two sites and archive...
October 13, 2015 at 8:47 am
Several bits of great advice I will use so marked multiple answers. Thx folks!
October 13, 2015 at 8:27 am
Bill Talada (10/13/2015)
1. Lack of disk space.
2. Incorrect constraint on a column (wrong datatype).
With compression you can solve #1 and turn a blind eye to #2.
Likely your...
October 13, 2015 at 8:13 am
Kristen-173977 (10/13/2015)
October 13, 2015 at 8:09 am
As for backups, are you compressing your backups? If not, do so. It saves time and storage space and very few SQL Servers are so CPU constrained that they can't...
October 13, 2015 at 8:03 am
Kristen-173977 (10/13/2015)
October 13, 2015 at 7:59 am
John Mitchell-245523 (10/13/2015)
Shrinking your database won't have any effect on the size of the backup, only the size of the database files.
1. Have you tried ALTER TABLE MyTable ALTER...
October 13, 2015 at 7:48 am
@SSCarpal Thx. I am going to experiment with compression to see what sort of time/space trade off the data has. Might also be helpful for the forthcoming AlwaysOn env where...
October 13, 2015 at 7:37 am
@GM thanks! That seems explicit enough to actually be clear.
September 23, 2014 at 12:02 pm
@Lynn, agreed. I wanted to be some prepared though by having some opinions from folks that may researched this before. Thanks, Dave
September 23, 2014 at 12:01 pm
This would be from MSDN not a Developer Edition per se, and would not be used for production during normal use, but only if failed over to, which Software Assurance...
September 23, 2014 at 10:02 am
Viewing 15 posts - 1 through 15 (of 21 total)