Forum Replies Created

Viewing 15 posts - 8,641 through 8,655 (of 9,244 total)

  • RE: sql 2005 installation

    once you have updated usages and indexes\stats run the following against the database

    dbcc checkdb (mydatabase) with all_errormsgs, no_infomsgs, data_purity

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

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

  • RE: SQLVDI errors in Event Logs

    what is the version of your sql instance?

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

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

  • RE: SQL Server - Domain controller

    K. Brian Kelley (12/15/2008)


    This should be taken care of automatically thanks to the Windows Time service. The first DC (assuming it's holding the role of PDC emulator) should be set...

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

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

  • RE: SQL Server - Domain controller

    ensure the virtual DC's clock is constantly in sync otherwise it could become orphaned from the domain

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

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

  • RE: sql 2005 installation

    just use the update, dont rely on the updates being correct when done in the 2000 database. When moving from SQL2000 to 2005 always update stats and usage.

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

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

  • RE: Copy Database Wizard - "Access to the path 'x' is denied."

    when you share a folder in windows you have a share tab and a security tab. Share permissions and security permissions are different and need to be configured correctly...

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

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

  • RE: sql 2005 installation

    update stats using

    sp_updatestats

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

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

  • RE: i have mdf and ldf files how to restore these 2 files in sqlserver 2000

    ps (12/14/2008)


    Though i consider attaching a database the simplest option to put the database back in action

    that is the option that should used

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

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

  • RE: Backup of users in a database

    if for some reason you dont bring the logins across all is not lost

    example.

    database A has a user called BOB and there is a login called BOB on SQL server...

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

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

  • RE: way to resolve virtual memory problem

    Nicholas Cain (12/14/2008)


    Kudos Perry, much kudos. 😎

    thanks m8tey, at least i learnt something at school all those years ago.

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

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

  • RE: True Lab Environemnt

    matt stockham (12/14/2008)


    because you restored the database in QA and started with an empty cache

    exactly my thoughts

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

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

  • RE: SQL 2005 RTM - SP2

    when you run the SP it gives you the details of any database instances and comonent tools. Re run it and post a screenshot can you

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

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

  • RE: i have mdf and ldf files how to restore these 2 files in sqlserver 2000

    ps (12/13/2008)


    You can also create a dummy database with the same name as your original database, shut down sql server service and overwrite your data files with original files. Restart...

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

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

  • RE: Virtual memory

    ensure you set the min and max memory to the required settings for the RAM you are using

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

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

  • RE: True Lab Environemnt

    query plans are held in cache memory, are the machines the same spec or different (cpu and memory)

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

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

Viewing 15 posts - 8,641 through 8,655 (of 9,244 total)