Viewing 15 posts - 211 through 225 (of 508 total)
Very good discription of files and filegroups Adrian. Often multiple files and filegroups are used to gain maximum performance from hardware and SQL server.
Wes
December 29, 2003 at 8:24 pm
from article 224071
_________________________________________
NOTE: You will not be able to access any user databases at this time. You should not perform any operations other than the steps below while using this...
December 24, 2003 at 12:54 pm
have you moved the model logs back to their original location and try a restart? Did you detatch the model database before moving the files? I'm not even sure you...
December 24, 2003 at 5:42 am
I assume you have a connection of some sort to actually run a tsql step or a data transform. I would check to see if that connection has (local) in...
December 23, 2003 at 6:38 pm
Thats a fact call Microsoft. I would run the dbcc checkdb with the repair_fast that is a non distructive repair and should not cause data loss. Any time you have...
December 19, 2003 at 4:13 pm
Collation will be what the collation of the database is if you restore or detatch and reattach collation shouldn't change.
Wes
December 17, 2003 at 6:29 pm
The most bullet proof way is to restore the databases. If you can though. I would detatch your user databases from the current system copy the files over to the...
December 17, 2003 at 5:18 am
Hrum, memory usage per database is a task that may not be obtainable. SQL brings pages in and out of memory as needed and doesn't generally allocate any fixed memory...
December 16, 2003 at 6:26 am
Don't shrink! Shrinking before the bulk insert causes two things, One your DB has to grow back out again to handle the new data, Two disk fragmentation of the datafiles...
December 16, 2003 at 6:14 am
I've had problems with Symantec in the past and have since moved to mcafee corp addition with the same exclusions. I have yet to have a crash that I can...
December 14, 2003 at 10:39 pm
Or, you may need to spread your backups across diffrent times i.e. backup the largest db's alone on a diffrent maint plan and schedule that an hour or two away...
December 14, 2003 at 10:36 pm
On a side note... One thing you may want to do is make sure you have some type of index rebuild or defrag scheduled as regular maint on the db....
December 14, 2003 at 10:29 pm
Sql Server 2000 Performance Tuning Technical Reference is a good start on how to size your hardware to support the speed you are trying to attain. HP did several test...
December 8, 2003 at 9:11 am
Check a couple of things. One the account that sql server and the agent are set two run under have enough permissions to start i.e. usually a domain acount with...
December 4, 2003 at 12:23 pm
I have used in the past uptime and availability excluding and documented down times or tasks that cause databases or data to be unavailable like index rebuilds. Anything else more...
December 1, 2003 at 4:53 pm
Viewing 15 posts - 211 through 225 (of 508 total)