Viewing 15 posts - 2,341 through 2,355 (of 4,745 total)
Presuming here you still want all 3 databases on the same server.
Performance wise it is probably only going to help if you put each database on a different drive.
availability wise...
August 28, 2010 at 12:27 pm
Cannot remember details (its probably in BOL) but each page has a header as well at least taking up bytes, so the 8th row did not fit and went onto...
August 28, 2010 at 4:46 am
not aware of a definitive recommendation from MS, but all the info I have ever seen suggests small, about 500MB - 1GB. not much point going really small.
Never had a...
August 27, 2010 at 4:42 pm
sqlbuddy123 (8/27/2010)
Actuall after the Server Rename and SQL Rename you need to...
August 27, 2010 at 4:22 pm
CirquedeSQLeil (8/27/2010)
Steve Jones - Editor (8/27/2010)
August 27, 2010 at 9:08 am
SQL has never had Incremental backups in the sense most people think it means, those are differentials. I think you will find they are using a confusing term to describe...
August 27, 2010 at 8:22 am
To make the failover automatic you need to be using the latest access components, i.e. as Perry said SNAC. check BOL and msdn for details on this.
You would also need...
August 27, 2010 at 3:15 am
jody 26314 (8/26/2010)
OR do i need to have the webapp on a different server than LIV and MIR?
this would be the normal practice.
August 26, 2010 at 5:15 pm
sys.dm_tran_locks is one of the new dynamic management views that came in with SQL2005 and allow you to extract information about what is going on within the SQL engine. It...
August 25, 2010 at 6:11 am
what happened here in the end? was any of the above useful?
August 24, 2010 at 3:22 pm
ricnav (8/20/2010)
Windows File Manager:
mdf file 575,784,960 KB
The results of sp_spaceused are:
database_size: 771,292...
August 21, 2010 at 3:02 am
You say 'The db file is 575 GB. The GUI tells me that currently allocated space is 771 GB and available space is 205 GB (26%). The drive has a...
August 20, 2010 at 2:43 pm
try a shrink with the truncateonly option first to get back some space with minimum resource usage (might not get any back but worth a try) and then do the...
August 20, 2010 at 2:36 pm
bbaird_1945 (8/19/2010)
August 20, 2010 at 11:24 am
All available from cluster admin tool under administrative tools
August 19, 2010 at 7:18 am
Viewing 15 posts - 2,341 through 2,355 (of 4,745 total)