Forum Replies Created

Viewing 15 posts - 136 through 150 (of 282 total)

  • RE: ANNOYED: SSMS messes with formatted scripts

    Lynn Pettis (11/21/2008)


    Different people may use different settings for tabs. I set up SSMS to replace tabs with spaces which eliminates this as an issue with my formatted scripts.

    SO...

  • RE: Identify DB Owner from Backup File?

    george sibbald (10/24/2008)


    I don't think you would be able to get that information from a backup as its not held in the database itself but in master..sysdatabases.

    So perhaps you are...

  • RE: Identify DB Owner from Backup File?

    Lowell (10/24/2008)


    i looked at the 4 special RESTORE commands that I know of in BOL:

    RESTORE HEADERONLY

    RESTORE FILELISTONLY

    RESTORE LABELONLY

    RESTORE VERIFYONLY

    looks like you can find the name of the user that...

  • RE: SQL 2005 Enterprise Edition x64 SP2

    Perry Whittle (8/5/2008)


    Lee Hart (8/5/2008)


    forgetting for a moment that SQL server Enterprise edition uses more than the standard install...

    both SQL 2005 Std and Ent address RAM up to the OS...

  • RE: SQL 2005 Enterprise Edition x64 SP2

    Jeffrey Williams (8/5/2008)


    Lee Hart (8/5/2008)


    1. I had already set the Min and Max values for RAM (1 GB's & 6 GB's)

    2. I did configure the domain account for...

  • RE: SQL 2005 Enterprise Edition x64 SP2

    Jeffrey Williams (8/5/2008)


    A couple of things you should look at:

    1) Setting MIN/MAX memory (which you have already done)

    a) Make sure MIN is at...

  • RE: SQL 2005 Enterprise Edition x64 SP2

    I did set the MIN and MAX memory limits and I am noticing a SMALL change in the amount of CPU usage down to 90% from 100%...

    I ran the PROFILER...

  • RE: SQL 2005 Enterprise Edition x64 SP2

    Initially I didn't set anything, forgetting for a moment that SQL server Enterprise edition uses more than the standard install...

    Once i realized that so much of the available memory was...

  • RE: SQL 2000 Security Fix KB948110

    GilaMonster (7/31/2008)


    A quick guess - have you removed Builtin\Administrators from the allowed logins? If so, put it back, make it sysadmin and try the patch again.

    No promises. That security patch...

  • RE: SQL 2000 Security Fix KB948110

    getting the same exact senario

  • RE: Maintaining Statistics in 7.0 & 2000

    Hi Manu,

    I am watching the webcast now!

    Thanks,

    Lee

  • RE: DUMB reindexing question

    toniupstny (5/19/2008)


    Have you tried to increase the Fillfactor for this index?

    Toni

    Hi Toni,

    That fill factor is the "recommended" fillfactor from the company and hence is the delivered fillfactor for those indexes...

    I...

  • RE: sql server does not use index without hint

    GilaMonster (5/7/2008)


    What tends to cause massive fragmentation on the disk level is repeated shrinks and grows of the data file, especially if there are multiple data files on the same...

  • RE: sql server does not use index without hint

    TheSQLGuru (5/7/2008)


    Rem (5/7/2008)


    One more thing. This table is truncated and repopulated on a weekly basis. No insert/delete or update are done to the table after the load. ...

  • RE: Migrating from one sqlserver 2000 to another new sqlserver2000

    Hi Mark,

    I guess it is personal preference on how you want to do it...in the past I have done the following when we migrated servers to new hardware

    The new server...

Viewing 15 posts - 136 through 150 (of 282 total)