Forum Replies Created

Viewing 15 posts - 511 through 525 (of 1,539 total)

  • RE: restore master database in sql server 2000

    stop the sql server service and restart it.

  • RE: restore master database in sql server 2000

    stop the sq

  • RE: Create new index direct advantages?

    i dont think an index can be indexed. When you query a table having index and the where clause contains a column on which index is built, the index is...

  • RE: HOW can we start Multi user mode

    run this command

    alter database mydb set multi_user

    Edit - This would put the database in single user mode not the server.

    Also, this is a dupicate post. Please post your...

  • RE: restore master database in sql server 2000

    shanila_minnu (8/21/2009)


    how can we restore master datbase apart from command prompt...i tried using commang prompt by typing sqlservr -c -m but it is not working...is there any other method to...

  • RE: sql2005 replication

    groads2 (7/1/2008)


    I created a new table in a data base. I then setup transactional replication. I created a snapshot and synchronized the subscriber. The new table did...

  • RE: sql2005 replication

    Pradyothana Shastry (5/21/2009)


    If you properly setted the replication, still table is not replicated means

    * Check table has a primary key or noth

    🙂

    If there is no primary key on the...

  • RE: locks and models

    mroja_2005 (8/20/2009)


    Hi,

    What is the difference between Pessimestic and optimistic locking models?

    I'd used pessimistic and optimistic locks in the past in visual basic 6.0.

    In pessimistic lock, a particular user wont...

  • RE: install hotfix

    ruchika thapa (8/20/2009)


    Does SP3 will have cumulative update package 13 for SP2

    Build 9.00.3325 is the Cumulative update 13 for SP2 and yes, installing SP3 will have all cumulative updates in...

  • RE: install hotfix

    Can you recheck with the ppl who told you to install that patch?

    http://www.sqlservercentral.com/articles/Administration/2960/

    gives all patches/hotfixes for 2005 including their KB links.

    It's safe to reboot the server after applying a...

  • RE: select query

    Tara (8/20/2009)


    This moight look simple, i am not getting the result i am looking for.

    I want to select database names that end with _CA or _NY and so on, i...

  • RE: install hotfix

    espanolanthony (8/20/2009)


    But pradeep i do not find the particular hotfix. or can you please send me the link where i will find this HotFix.

    The hot fix is 41609.

    I would...

  • RE: synchronize remote database

    Mani Singh (8/20/2009)


    you Just take care to see that your logs are not heafty in full recovery mode. (Check bulk-logged as an option.. but it should be your call, if...

  • RE: install hotfix

    For safety, take backup of your system and user databases before applying the patch.

    Also resource database, just in case if you need to revert back.

  • RE: install hotfix

    download the patch from MS site and then run the executable.

Viewing 15 posts - 511 through 525 (of 1,539 total)