Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 9,244 total)

  • RE: Connect SQL Server 2014 named instance

    yan-160997 (3/15/2016)


    Thanks, Jon.

    Well, contacted Microsoft, and ran portqueryUi, it was found that UDP port was blocked inside the server.

    Now the question is how can we know where...

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

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

  • RE: SQL Server 2012 Witness server for SQL 2008 database mirroring

    all partners should the same version of SQL server

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

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

  • RE: Stairway to AlwaysOn Level 8: Segregate Mirror Traffic in AlwaysOn

    george sibbald (3/9/2016)


    thanks as always Perry.

    I presume if you decide to segregate the traffic after initial set up you can do this by use of the alter endpoint command?

    either alter...

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

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

  • RE: How to Move MS SQL Cluster to Standalone

    Harshana-455711 (3/11/2016)


    Hi

    We need to move MS SQL Cluster to Standalone SQL Server, what are the steps we need to follow & how to move same instance name with virtual name....

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

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

  • RE: principle server down

    Jon.Morisi (3/10/2016)


    USE master

    ALTER DATABASE [database] SET PARTNER FAILOVER;

    GO

    You cannot failover normally as the principal is lost\offline, with a synch session no witness and failed principal you have to use

    USE master

    ALTER...

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

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

  • RE: How do you update IP address of Mirror Primary without rebuilding the mirror?

    WHug (3/1/2016)


    I have a SQL Server mirror with no witness with TCP. Connections are configured to use certificates. The IP address of the Principal Partner is changing; the...

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

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

  • RE: Disable TDE

    you do not need to restore the DMK or even open it to restore a TDE protected database to another server!

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

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

  • RE: How to decrypt the password using Powershell

    SQL-DBA-01 (3/4/2016)


    Even could not able to pass it properly to the connection string using $bytes and username too.

    $password = read-host -prompt "Enter your Password"

    $secure = ConvertTo-SecureString $password -force -asPlainText

    $secure

    $bytes...

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

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

  • RE: error during shrink file after restore on test

    tony28 (3/5/2016)


    Hello,

    I did backup and restored to test..

    bak file has about 13GB.

    database has allocated mdf file for 40GB and log file for 5GB... I wanted shrink this mdf, because there...

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

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

  • RE: Can you reference the row number to delete rows in a table

    mrjae (3/6/2016)


    Hi there,

    I am new to sql server and i am practicing on SQL Express. I have created a table and in error I have duplicated rows. My first...

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

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

  • RE: TDE - Impact on TempDB and other Unencrypted DBs in that Instance

    SQL!$@w$0ME (3/3/2016)


    Thanks Kevin.

    Can we use one server certificate(master db) to encrypt multiple dbs in the instance. Or should we create multiple certificates for each TDE db. If so any impact...

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

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

  • RE: Login Permission

    Jon-183221 (3/1/2016)


    Could they not then just go and connect via Excel/Access or anything else?

    Yes and you can also roll those back too 😉

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

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

  • RE: Issues with backup to a network drive

    can you post the history from the job?

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

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

  • RE: Login Permission

    VastSQL (3/1/2016)


    Hi Experts,

    We have a SQL Server and application uses login 'demo' to connect to DB which is having db_owner privilege. Developers can read the config file and they...

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

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

  • RE: Move both data and log file to another Drive/disk ??

    monamym (2/28/2016)


    Hi all,

    I have a question , imagine a server that we didn't implement it as standard and now we want to move it's file to other drives to make...

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

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

Viewing 15 posts - 1,321 through 1,335 (of 9,244 total)