Forum Replies Created

Viewing 15 posts - 8,746 through 8,760 (of 9,244 total)

  • RE: vmware cpu vs core - understanding the licensing

    that's not how it works, a virtual CPU has no knowledge of cpu cores. The physical host is licenced per physical socket. You need to weigh up your licensing requirements....

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

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

  • RE: SCript out all logins inthe server

    that's not what he requires

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

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

  • RE: Cannot create a new trace

    your welcome

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

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

  • RE: Migrate 2000 32bit to 2005 64bit

    Ted Stryker (11/19/2008)


    I was afraid you were going to say that 😀

    There's nothing else running on the box, max server memory is set to leave 6gb for the OS and...

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

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

  • RE: Create database using Backup file

    venki

    you can of course also use the management studio if you prefer GUI interraction

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

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

  • RE: SQL Server Newbie Needs Advice on Setup and Backup

    Leo (11/18/2008)


    Why RAID 5 need minimum of 3 drives?

    Leo (11/18/2008)


    Disk 2 -Promise 1+0 Stripe/RAID 0 SCSI DISK (400GB FREE)

    RAID 1+0, this requires even more disks than RAID 5. It would...

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

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

  • RE: CHECKDB and REINDEX

    ssismaddy (11/18/2008)


    It is replicated and we can't change the recovery model....But I m all set now with the dynamic views above....Thank you

    even if it is replicated you can still change...

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

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

  • RE: Cannot create a new trace

    to delete a trace you have to stop and close it

    exec sp_trace_setstatus traceid, 0 --stop trace

    exec sp_trace_setstatus traceid, 2 --close trace

    all of this is no good until you know the...

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

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

  • RE: vmware cpu vs core - understanding the licensing

    SQL2005 must be licenced per virtual processor. However if you licence the physical sockets on the host box you are covered for unlimited virtual cpus\VM's on that host

    check for more...

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

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

  • RE: SQL Server Newbie Needs Advice on Setup and Backup

    Leo (11/17/2008)


    Hi Perry,

    I have similar situation at work. My IT guys build a Test Server for SQL 2005 and he said that we have 2 400GB x RAID 5 drives...

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

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

  • RE: CHECKDB and REINDEX

    it's also worth noting that under bulk logged and simple recovery models the following are minimally logged

    ALTER INDEX

    CREATE INDEX

    we always set our db recovery models to bulk logged, rebuild indexes...

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

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

  • RE: Recommend a good SQL 2005 Book?

    i have books from Wrox which are fantastic

    Professional SQL 2005 programming

    Professional SQL2005 performance tuning

    I recommend these. They go into a lot of detail about the database engine (datafiles, logfiles,...

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

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

  • RE: Backup faild..Amazing reason of space (Actually i have seen that there are lots of space on the disk.)

    it could be the backup is larger than the free space available!!

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

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

  • RE: Difference between Log shipping and DB mirroring

    database mirroring provides a warm standy copy of the database.

    Log shipping works differently, log files are shipped to a remote database and applied. The database has 1 of 2 states,...

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

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

  • RE: SQL Server Newbie Needs Advice on Setup and Backup

    samuel.tillman (11/10/2008)


    6x72GB HHDs. What I have been asked to do specifically is setup the raid configuration and the backup scheme for the Databases and Transaction Logs.

    RAID 5 is ideal for...

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

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

Viewing 15 posts - 8,746 through 8,760 (of 9,244 total)