Viewing 15 posts - 106 through 120 (of 464 total)
GSquared (7/9/2009)
July 9, 2009 at 4:04 pm
I agree with Carl ... just allocate the existing databases across the 4 LUNs. Given the number of databases and your server hardware, I'm guessing that they aren't used...
July 9, 2009 at 3:50 pm
Another option might be to send a database backup.
It really depends on the nature and purpose of the data. Will it be imported manually? Does it need to sync...
July 9, 2009 at 3:44 pm
It will only help if blocking is the issue. Since you mentioned that the tables are rarely updated, are you sure that blocking is the problem? It could...
July 9, 2009 at 3:37 pm
It makes no difference at all to a unique constraint as it will always check for equality on all columns in the constraint/index, therefore the number of page reads will...
July 9, 2009 at 3:27 pm
Currently getting almost the same error on all attempts to post. Looks like the post counts may be the problem. Preview is working, posts are obviously applying regardless...
July 8, 2009 at 10:55 pm
A filegroup with multiple files is using a proportional fill algorithm i.e. striping your inserts across the files. Performance benefits come from being able to push/pull data to/from the...
July 8, 2009 at 10:52 pm
Sorry for double post - site is giving a .net error message.
Steve Jones, if you read this, this is a detailed .net message that should be trapped before it's sent...
July 8, 2009 at 10:33 pm
I'm not aware of any hard limit, only ones imposed by available resources.
To answer the original question, each has its advantages and disadvantages - you would have to...
July 8, 2009 at 10:31 pm
I'm not aware of any hard limit, only ones imposed by available resources.
To answer the original question, each has its advantages and disadvantages - you would have to...
July 8, 2009 at 10:29 pm
It doesn't stop the proc from being cached exactly, but it makes it inefficient. When a proc is first compiled (on first use) the parameters are known and can...
July 7, 2009 at 9:27 pm
If you can modify the createOrder proc then I would first investigate whether it can be changed to read the rows directly, or populate the rows into a temp table...
July 7, 2009 at 9:12 pm
If you are scripting your backups you can check the database status in sys.databases and only backup those databases that are available. The same script can then run on...
July 7, 2009 at 8:59 pm
Not necessarily ... stats can update regardless of the fragmentation levels, and regardless of whether the stats need to be updated.
To generate stats the engine needs to read the table,...
July 7, 2009 at 2:10 pm
You might also want to have someone confirm (in writing) that restores are also the responsibilty of the sysadmins, and that they have someone competent to recover the database(s) accurately...
July 7, 2009 at 1:48 pm
Viewing 15 posts - 106 through 120 (of 464 total)