Forum Replies Created

Viewing 15 posts - 8,596 through 8,610 (of 9,244 total)

  • RE: Missing Indexes

    what ADI posted is not what the OP required

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

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

  • RE: Database mail using Exchange Server

    do you have database mail configured correctly?

    check BOL for more info

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

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

  • RE: Database Mirroring or Log shipping on different server

    Paresh Prajapati (12/23/2008)


    Can u differentate Active/Passive and Active/Active.

    Bac i don't have deep knowledge and confuse to it.

    I simply know that in Active/Passive alustering one is active at a...

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

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

  • RE: Hey, merry xmas and a happy new year fellow SQL dudes (and dudettes)

    certainly will

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

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

  • RE: SQLVDI error 1060

    check this link

    http://www.microsoft.com/downloads/details.aspx?FamilyId=50b97994-8453-4998-8226-fa42ec403d17&displaylang=en

    scroll down and find the MSI package

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

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

  • RE: SQL Help in populating a table

    Jeff Moden (12/22/2008)


    Thanks for the kudo, J. :blush:

    better than a pork chop 😀

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

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

  • RE: SQLVDI error 1060

    try manually installing the backward compatibilty tools from the CD.

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

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

  • RE: Missing Indexes

    samsqlserver (12/21/2008)


    Now i am want to know what query did sql server recieve to find that there is a missing index.

    the query optimiser will add an entry if it finds...

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

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

  • RE: Add Columns to existing table where I need the column to be?!

    disable any constraints,etc and rename the table. Create the new table with the column order and then pump the data across. But why, as pointed out already it doesnt matter...

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

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

  • RE: Transaction Log Size

    msalmaan (12/22/2008)


    very huge transaction log in size.

    msalmaan (12/22/2008)


    size is about 1GB

    wow, as big as that 😀

    msalmaan (12/22/2008)


    and unable to open it.

    not advisable

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

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

  • RE: copy a database from one server to another server

    use the generate scripts option to script of the indexes, constraints, triggers,etc

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

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

  • RE: Error in starting sql server in single user mode

    ah see it now.

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

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

  • RE: Error in starting sql server in single user mode

    Ahmad Osama (12/22/2008)sqlcmd -S BUILDSERVER -E

    is BUILDSERVER the correct instance name?

    restart the instance and login through SSMS and open a new query window then run

    select @@servername

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

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

  • RE: Automatisation of duplicating databases

    it should be possible to dump the RESTORE FILELISTONLY to a temp table and then build a restore command from the data in that temp table

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

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

  • RE: Error in starting sql server in single user mode

    yeah, you'd expect a named instance to have a unique servicename

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

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

Viewing 15 posts - 8,596 through 8,610 (of 9,244 total)