Forum Replies Created

Viewing 15 posts - 9,001 through 9,015 (of 9,244 total)

  • RE: Re: High CPU Utilization Troubleshooting

    set up some perfmon counters and profile the developers code. Once you have the trace and permon results you can tie them together and check for problems that way

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

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

  • RE: Change Instance name on Server

    from BOL 😉

    SERVERPROPERTY ( propertyname )

    InstanceName

    Name of the instance to which the user is connected.

    Returns NULL if the instance name is the default instance, if the input is...

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

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

  • RE: setting the recovery model

    bodhilove (8/18/2008)


    Hope you don't find my explanation too dry...

    I am transfering a 2000 db to 2005. I haven't been given a test environment to work with. I am migrating by...

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

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

  • RE: Recommend any third-party database scripting software?

    Redgate gets my vote

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

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

  • RE: SQL Server to start in which account?

    create a domain account and have the agent service runas that account (use sql configuration manager to change the account details). Give this account permissions to whichever remote folders it...

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

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

  • RE: Registering servers in MS SSQL 2005

    none of my registered servers have the green and white arrow only connected servers

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

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

  • RE: Automatic System Database Backups?

    Scott Duncan (8/11/2008)


    Watch out for apps backing up their own databases. They may be useful for places that don't have a DBA to look after things properly but otherwise...

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

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

  • RE: Transaction Log Backup fails on Monday Morning

    fully review all operations that occur over the weekend before the log backup happens on the monday, something is interrupting your backup chain. Does your index rebuild or maintenance plan...

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

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

  • RE: Can't install sql server 2005:(

    are both machines on a network?

    if so, put the cd into the drive of the machine where installation was successful and share the disk out. The launch setup from the...

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

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

  • RE: uninstalling multiple instances

    you can also run the SQL setup from cd and that can be used to modify installed instances

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

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

  • RE: Please help me in writing a query to retreive data from three tables

    i would apply some normaliastion to table 2 as suggested first as you'll find yourself ending up with some extra tables which will change the query anyway

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

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

  • RE: Upgrading SQL 2000 Enterprise to SQL 2005 Enterprise

    i always favour migrating to a clean install rather than upgrade existing instances

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

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

  • RE: Whole servers in single user mode after build install

    have you tried re running the patch? it'll tell if if its already installed, might be worth re applying if you can

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

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

  • RE: MDF

    am i correct in saying you want to remove the extra filegroup and extra log file?

    to remove the filegroup all objects in that filegroup would need to be moved to...

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

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

  • RE: SQL Server 2005 64 bit

    the 64 bit database backend should be transparent to the apps. SQL is SQL.

    However check with the vendor that their app supports sql2005 as a database platform

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

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

Viewing 15 posts - 9,001 through 9,015 (of 9,244 total)