Viewing 15 posts - 406 through 420 (of 495 total)
Search Books Online for the heading "Replication and Database Mirroring" and read that first. This should give you what you need. Once you have read that check back...
August 2, 2010 at 10:21 am
This is a long shot and I doubt it helps, but just in case -- have you tried:
DBCC UPDATEUSAGE (0);
GO
This has had impact on my free space and space used...
July 30, 2010 at 9:58 am
Yeah, sounds like there's binary data if you only compressed from 30 GB to 20 GB. I have seen compression rates as great as 90% depending upon the data...
July 30, 2010 at 8:37 am
Even if they type in the config file path as a parameter on the command line for DTExec? Man, that's clueless. Well, not sure what I can tell...
July 30, 2010 at 7:18 am
If you are running the SSIS as a SQL job you can map the config file location as an attribute of the job step. Alternatively, you can supply the...
July 29, 2010 at 7:58 am
Books Online has a good writeup on this. Basically you have to set up log shipping on both mirror sites BEFORE you have a failover in production. When...
July 28, 2010 at 8:05 pm
Did you set up both nodes of the mirroring to log ship? You have to fail to the mirror and set it up as a primary, THEN fail back...
July 28, 2010 at 2:42 pm
GilaMonster (7/28/2010)
jeff.mason (7/28/2010)
You would in that command do the clustered index first, and then that would rebuild the non-clustered indexes after.
On SQL 2005+ rebuilding the cluster does not rebuild nonclustered...
July 28, 2010 at 12:54 pm
If you do an ALTER INDEX ALL on the table, that will take care of it all for you. You would in that command do the clustered index first,...
July 28, 2010 at 12:20 pm
Do not under any circumstances require DB_Owner rights to a database if you are designing an application. The app account should not need DDL admin to run the system...
July 28, 2010 at 11:55 am
The article says to use the values only; the extra 8k multiplication is adding too much to your calculation. I see no call for expanding the pages out in...
July 28, 2010 at 11:50 am
Sounds like his permissions to the metadata on the server got yanked....?
July 28, 2010 at 11:13 am
Download and run this against your 2000 server:
There really is no better way to get a quick summary of potential problems in the upgrade.
July 28, 2010 at 11:09 am
SP1 is only for SQL 2008 (10.0.x). R2 is 10.5.x and is a "newer" version than straight SQL 2008. There is no service pack 1 yet for R2.
July 28, 2010 at 11:07 am
Unless something other than SQL is being used by the server, 50% to OS is too much; you're wasting memory that SQL could use. 120MB is too small though,...
July 28, 2010 at 10:27 am
Viewing 15 posts - 406 through 420 (of 495 total)