Forum Replies Created

Viewing 15 posts - 3,511 through 3,525 (of 9,241 total)

  • RE: Rebuilding a server

    robin.pryor (2/26/2014)


    Thanks for all the advice! I ended up deciding against restoring the system db's. There's too much complexity in the security and the jobs to chance bringing it down...

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

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

  • RE: Query on AlwaysOn

    SQL-DBA-01 (2/25/2014)


    Hi,

    How to find when (date/time) a database was last removed from AlwaysOn Listener?

    Is there any query (DMV) to find the details easily?

    AlwaysOn databases are bound to an AlwaysOn group,...

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

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

  • RE: DBCC CHECKDB after migration from 2005

    quackhandle1975 (2/25/2014)


    then restore a full bk from source instance and run all the checks at that point

    That is another way. Typically time it so the database is migrated fairly soon...

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

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

  • RE: Cannot access default instance set up by previous owner of computer

    grantbanjo (2/24/2014)


    Hello,

    I first ran a search for on the Internet and then on SQL Server Central for this situation, but was unable to find a close match.

    I have SQL Server...

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

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

  • RE: DBCC CHECKDB after migration from 2005

    When you attach\restore the 2005 database to 2008 the database will go through an internal SQL Server upgrade, this does complete a fair amount of logical checks. Get the database...

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

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

  • RE: Error adding second node to a sql server 2008 r2 failover cluster.

    check the cluster events for any errors. Have you perfomed a cluster validation after adding the new node to the Windows cluster but before attempting to run the SQL Server...

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

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

  • RE: 2008R2 Standard reports - Transaction Log Shipping Status

    Have you checked the restore job step history closely. The step may indicate restore issues but still marks as successful.

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

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

  • RE: Cannot drop orphan data file

    what is the recovery model for this database

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

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

  • RE: Opening .sql files result in connect to database engine prompt

    Adam Bean (2/24/2014)


    Hey all,

    When opening .sql files, I get a connect to database engine prompt every single time. Never had this problem before and not sure when it started or...

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

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

  • RE: windows cluster quorum setting on windows server 2012

    why would it affect performance, it basically tells sql server not to use the new style of identity maintenance and act like a sql 2008 instance in that respect

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

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

  • RE: DB Mirroring - Witness server at PROD or DR?

    nikhil.desai1 (2/24/2014)


    Hi,

    What will be the best option for DBA to physically locate Witness server at PROD site or at DR site in Database mirroring ?

    Thanks and Regards,

    Nikhil P Desai

    You do...

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

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

  • RE: windows cluster quorum setting on windows server 2012

    It forces identities in sql server to behave as it did in previous versions. The trace flag is added to the service startup list to persist it on service restarts.

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

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

  • RE: Login failed. The login is from an untrusted domain and cannot be used with Windows authenication (Microsoft SQL Server, Error: 18452)

    Are you receiving this after your domain migration?

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

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

  • RE: Adding new database

    It sounds like the datafiles still exist on disk. Rather than creating a new database, try Attaching an existing database and browse to the disk files.

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

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

  • RE: SAP requires SQL sysadmin to work

    I have worked with a few applications in the past that all required elevated privilege. This is a typical candidate for ring fencing to a separate instance.

    If the application is...

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

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

Viewing 15 posts - 3,511 through 3,525 (of 9,241 total)