Forum Replies Created

Viewing 15 posts - 2,071 through 2,085 (of 9,241 total)

  • RE: DEEP Deep TROUBLE!!! MSSQL Services not starting and TCP Actively Denying connection errors. PLEASE HELP

    mataleao87 (5/28/2015)


    mataleao87 (5/28/2015)


    Using google produces a pretty good list of people who have experienced this before. They all pretty much say the same thing to fix it. &ie=utf-8&oe=utf-8]https://www.google.com/search?q=The+Remote+Procedure+Call+failed+[0x800706be]&ie=utf-8&oe=utf-8

    I tried to...

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

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

  • RE: Where does SQL Server store information about Tempdb configurations

    the metadata is stored in the master database. The main catalog is sys.master_files which contains file information for all databases. There is also a catalog inside each database called sys.database_files...

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

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

  • RE: SQLServer 2012 alwayson wsfc

    the network teams have nothing to do with it.

    Also, each mirror endpoint on each instance is relevant to that instance only, the configurations are held in the AlwaysOn group config.

    You're...

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

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

  • RE: Change of Temp DB Location in SQL 2008R2 Cluster

    just use the following for any tempdb files and restart the instance

    alter database tempdb modify file

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

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

  • RE: is_master_key_encrypted is 0 even after implementing TDE using automated script. Please suggest

    SQL-DBA-01 (5/27/2015)


    Thnx Perry.

    So is my automated script wrong (attached one in previous mail) per the process of enabling aTDE??

    Do I need to do any changes to it? Plz suggest.

    I don't...

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

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

  • RE: Retrieving a Binary File from Your Database

    Great article, 5 stars

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

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

  • RE: is_master_key_encrypted is 0 even after implementing TDE using automated script. Please suggest

    SQL-DBA-01 (5/26/2015)


    HI Experts,

    I wrote an automated script to implement TDE, but I found that after any db is encrypted, the "is_master_key_encrypted" column shows 0.

    Can you suggest reviewing my script what...

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

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

  • RE: Renaming a named instance of SQL 2012

    it is not possible or even supported to rename a named instance. The only name you can change is the computername. For instance, a named instance BLOGGS on computer FRED...

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

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

  • RE: Failover Clustering MS SQL Server Standard 2014

    you may install 2 clustered instances using Standard edition onto a 2 node cluster like so

    Server 1

    SQL_Instance_1

    SQL_Instance_2

    Server 2

    SQL_Instance_1(Failover)

    SQL_Instance_2(Failover)

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

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

  • RE: Renaming a named instance of SQL 2012

    you cannot rename a named instance.

    Here are the supported upgrade paths for sql server versions

    https://msdn.microsoft.com/en-us/library/ms143393(v=sql.110).aspx

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

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

  • RE: Log Shipping from 2005 to 2008R2

    have you ever run DBCC CHECKDB against these databases

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

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

  • RE: Log Shipping from 2005 to 2008R2

    can you provide the full report?

    Was this database previously a sql server 2000 database at any time?

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

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

  • RE: Log Shipping from 2005 to 2008R2

    vsuresh (5/27/2015)


    After the upgrade can I switch the secondary database back to stand by read only mode?

    Only if you upgrade the sql version on the primary too

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

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

  • RE: Secondary replica in AG

    how long has the db been sitting there restoring, if you're unsure initiate a fresh copy of the primary database and replace the secondary

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

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

  • RE: Log Shipping from 2005 to 2008R2

    vsuresh (5/26/2015)


    Hello

    Our production server and test server are currently on 2005. We have log shipping in place from production to test server. We are planning to upgrade to 2008 R2....

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

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

Viewing 15 posts - 2,071 through 2,085 (of 9,241 total)