Forum Replies Created

Viewing 15 posts - 4,471 through 4,485 (of 9,253 total)

  • RE: how to create a sql login and add to database user which already exists

    It's deprecated but still usable in SQL Server 2008 R2 and it's a one liner. As follows

    USE [real]

    GO

    EXEC sys.sp_change_users_login 'Auto_Fix', 'appp', NULL, 'somepassword'

    GO

    Then just use

    EXEC sp_addsrvrolemember 'appp', 'bulkadmin'

  • RE: Problem in Configuring Mirroring

    shohelr2003 (12/11/2012)


    Is there any security issue? Please let me know.

    Yes, hence why you should use certificates!! See more on NTLM and passthrough authentication at this link.

  • RE: 2nd Live Copy

    mike 57299 (12/10/2012)


    That is why I want to have a script to restore it each night.

    your script will need to restore and recover the following each night

    • full backup
    • any...

  • RE: Problem in Configuring Mirroring

    see this link for configuring mirroring using certificates.

  • RE: SQL SERVER 2012 CLUSTERING

    vijayjain347 (12/10/2012)


    Sql server 2012(Standard edition) and windows server 2012(Standard edition) will support AlwaysOn High Availability ???

    You will need SQL server 2012 Enterprise edition.

    vijayjain347 (12/10/2012)


    Windows server 2008 R2 (Enterprise Edition) and...

  • RE: How to rename a SQL Server 2005 Failover Clustered instance

    In failover cluster manager, expand the virtual network name resource and the virtual IP resource will be there.

  • RE: 2nd Live Copy

    mike 57299 (12/10/2012)


    Yes, the data in a writable state is a must. That is why mirroring and log shipping won't work.

    Mike

    It wasn't stated hence my question, now that we...

  • RE: move db files to another directory

    sqlfriends (12/10/2012)


    Perry Whittle (12/5/2012)


    Stopping sql server is a bit like using a sledge hammer to crack a nut. You only need to take the database offline as follows

    ALTER DATABASE mydb...

  • RE: Slow Full backup in SQL SERVER 2008 R2

    local disk or NAS\SAN based disk?

  • RE: 2nd Live Copy

    you want the data in a writable state presumably?

  • RE: High availability best practice?

    Martin Stephenson (12/6/2012)


    If I set up log shipping, the translogs are applied to the target database, if the source gets a new full backup, doesnt that break the log chain...

  • RE: Log Shipping failing when the primary DB is taken offline

    Perry Whittle (12/6/2012)


    and the results of the query i supplied above????

    ?????????????? :Whistling:

  • RE: Not able to connect db user in standby database

    ananda.murugesan (12/6/2012)


    yes..Thanks

    user apperaing in secondary instance database by atuomatically during restore log shipping process..But it won't connect the application due to login is not apperaing under security->Login, Does we...

  • RE: Log Shipping failing when the primary DB is taken offline

    GilaMonster (12/6/2012)


    Has the primary been restored from a backup?

    Questions, questions. It's like the Spanish inquisition here lol 😀

  • RE: Log Shipping failing when the primary DB is taken offline

    and the results of the query i supplied above????

  • Viewing 15 posts - 4,471 through 4,485 (of 9,253 total)