Forum Replies Created

Viewing 15 posts - 196 through 210 (of 372 total)

  • RE: Strange problem with witness server

    so you have three datbases on the primary that you are trying to mirror over the the secondary and only one of the three are getting mirrored?

    MCSE SQL Server 2012\2014\2016

  • RE: How to resolve issue while installing service pack

    you will have to more specific.

    What is the error message that the user is getting? Is the database in a normal \ suspect \ or recovery state? are all...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    I also found the issue with trying to restore, the MS artcle does not say that you have to create a master key first. Once I did that I was...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    I got the file to write our once taking the sp_addumpdevice off. Now I am unable to get the cert on the new sql server. always problems...

    Thank you Gail for...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    Yes the drive is valid, yes MSSQLSERVER has rights to write to the drive and no it is not there, I have not been able to ever write the key...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    Still getting;

    Msg 15240, Level 16, State 1, Line 2

    Cannot write into file '\\drive\SQLPrivateKey'. Verify that you have write permissions, that the file path is valid, and that the file does...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    It took mine off, serveral times.

    However it still is not working. I took the spaces out. I will PM you since my paths are not getting on here correct.

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    The file path is correct, the post keeps chopping it off.

    I took the space out, it dod not work.

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    USE master;

    GO

    ALTER DATABASE "mydatabase"

    SET RECOVERY FULL;

    GO

    -- Create mydatabase and MBAM mydatabase devices.

    USE master

    GO

    EXEC sp_addumpdevice 'disk', mydatabase Device',

    '\etworkdrive\mydatabase.bak';

    GO

    -- Back up the full mydatabase. -- This is the script I get the...

    MCSE SQL Server 2012\2014\2016

  • RE: Moving Encrypted Database

    Yes, my service account that SQL uses has full permissions to the drive.

    MCSE SQL Server 2012\2014\2016

  • RE: Create Database - CONTAINMENT

    GilaMonster (10/22/2013)


    It's the Database!!! (10/22/2013)


    Why would you put a DB on the C:\ of a clustered SQL server?

    You can't even do that, a database file for a clustered SQL...

    MCSE SQL Server 2012\2014\2016

  • RE: Can't remove DB mirroring

    Perry Whittle (10/28/2012)


    I've recreated this under 2012 and the only way i could remove the broken mirrored db was to stop the SQL Server service and delete the db disk...

    MCSE SQL Server 2012\2014\2016

  • RE: SQL cluster

    4 nodes A\A;

    Install Instances

    SQL01\INST1

    SQL02\INST2

    SQL03\INST3

    SQL04\INST4

    then install the biniares (add node) on each sql server;

    biniares for 2,3,4 on node1

    biniares for 1,3,4 on node2

    biniares for 1,2,4 on node3

    biniares for 1,2,3...

    MCSE SQL Server 2012\2014\2016

  • RE: Create Database - CONTAINMENT

    coming into this thread late, forgive me Gail if I repeat what you have said,

    Why would you put a DB on the C:\ of a clustered SQL server? I would...

    MCSE SQL Server 2012\2014\2016

  • RE: contained databases

    Got an answer from MS;

    Drop the users in the contained database first, then run the database alter statement, then run the statement on the engine to say 0 contained databases....

    MCSE SQL Server 2012\2014\2016

Viewing 15 posts - 196 through 210 (of 372 total)