Forum Replies Created

Viewing 15 posts - 211 through 225 (of 508 total)

  • RE: Partition a database?

    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

  • RE: SQL Server resource error

    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...

  • RE: SQL Server resource error

    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...

  • RE: DTS Packages On Clustered Server

    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...

  • RE: ACCESS_VIOLATION restarts SQLServer Service

    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...

  • RE: Migrating to a Cluster

    Collation will be what the collation of the database is if you restore or detatch and reattach collation shouldn't change.

    Wes

  • RE: Migrating to a Cluster

    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...

  • RE: SQL tool-- Patrol for MS SQL

    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...

  • RE: Insert into select from taking hours (URGENT))

    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...

  • RE: Anti-Virus software on a SS...Opinions wanted

    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...

  • RE: Backup slows system down too much

    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...

  • RE: Major Noob here. Dbcc Question

    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....

  • RE: Max Memory - Enterprise, W2K AS, W2003 EE

    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...

  • RE: SQL Agent Starting - MS Cluster

    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...

  • RE: Service Level Agreements

    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...

Viewing 15 posts - 211 through 225 (of 508 total)