Forum Replies Created

Viewing 15 posts - 9,016 through 9,030 (of 9,241 total)

  • RE: Where to start performance tuning

    search this site for some of Brad McGhee's tutorials, they're very helpful

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: heavy load of CPU constantly after upgrade to sql server 2005 sp2

    as a side note BOL also recommends to update usages too using

    dbcc updateusage

    I've already seen a similar problem on a couple of databases i upgraded recently.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Warning yellow sign when I open my SSMS :crying:

    glad you're all sorted 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Altering multiple columns

    can only be done for adding columns as far as i know

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2005 and VMware

    Rod at work (7/17/2008)


    We've got a new server purposed to be our new production database server. The system administrator would like to put VMware onto this machine and run...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2005 and Sysprep - again

    you should always rename the server before SQL is installed.

    Un install SQL server, rename the server then re install

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SQL Server 2005 installation

    virtual server enterprise will quite happily allow virtual sql servers to run, in fact it is possible to set up a 2 node sql cluster 😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Pro/Con of setting up a NEW MSSQL Server for a single vendor DB vs. attaching to our exsiting SQL Server?

    under 10 user connections!

    i would home on an existing instance

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Verifying File Integrity

    have the backup verify the files at backup time. if storing on a backup on a network,

    backup to local drive first then copy to network

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Convert a existing SQL Server 2000 database to 2005

    when you attach\restore a db to SQL2005, i'm pretty sure it runs DBCC CHECKDB as part of the upgrade!

    You would certainly be advised to update the stats to sql2005 stats

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Moving distmdl.mdf and distmdl.ldf files...

    you can also use the alter database modify file command to move the files, make sure they're in the same location as MASTER as already stated

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Move one databse from one server to other one, and renamed it

    Junior_DBA (7/21/2008)


    1) offline DB

    2) detach DB

    for future reference;

    once the database is marked offline you do not need to detach the database you can just go ahead and copy the files...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Warning yellow sign when I open my SSMS :crying:

    go into Add\remove programs and select the .NET 2 framework. Run a repair of this first (click change\remove and it will ask to repair or remove)

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Advantages to have mutiple data files

    as mentioned the primary reason for filegroups is to spread the database across multiple disks\arrays to increase performance. Placing filegroups on the same array is really pointless

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: SYstem Upgrade

    just out of interest why are you upgrading Windows 2003 std to 2003 Enterprise in the first place. I always prefer a clean install for NOS's

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 9,016 through 9,030 (of 9,241 total)