Forum Replies Created

Viewing 15 posts - 3,406 through 3,420 (of 9,244 total)

  • RE: Memory Issue with Named Instance

    AmarettoSlim (3/30/2014)


    Using the link Lynn mentioned you'll likely need to start SQL Server in single user mode (-m). If you find that you can't connect to the instance after doing...

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

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

  • RE: Evenly splitting large DB files

    DVSQL (3/26/2014)


    So I tried it that way, stuck the command into a cursor, looped through all the user indexes, and it didn't seem to work. Maybe 8% of data was...

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

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

  • RE: Can you determine an estimated execute time of an SQL statement

    sys.dm_exec_requests has a percent complete column and also an estimated finish time, but only for a set of specific commands. You'll need to capture time stats in a similar environment...

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

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

  • RE: SQL 2012 AlwaysOn

    adeel.imtiaz (3/30/2014)


    Do we need a Shared Storage(SAN) for SQL Server 2012 AlwaysOn

    No, not for a standard AlwaysOn configuration involving replicas that are standalone installs of SQL Server

    adeel.imtiaz (3/30/2014)


    Do we need...

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

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

  • RE: SQL Server Failover cluster virtualbox

    chewychewy (3/29/2014)


    Hi Guys,

    I have virtualbox installed on my notebook.

    For testing purpose, is it possible to setup SQL Server Fail-Over cluster using virtual box?

    I don't have a shared storage. How can...

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

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

  • RE: User database moved to "System Databases" container

    deepak.bisht (3/21/2014)


    I need help.

    One of my user database is somehow moved to "System Databases" container in SQL Server Management Studio(I don't know how it moved).

    i.e. it is visible in Enterprise...

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

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

  • RE: recovering space from the Primary database file?

    Eric Mamet (3/27/2014)


    We have a little problem where our database has grown far too much and we'd like to recover (most of the) space.

    This database contains mostly one BIG...

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

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

  • RE: Duplicate key issue ... again ... and again ...

    sql-lover (3/28/2014)


    Perry Whittle (3/28/2014)


    The default behaviour for an identity column now is to increase the seed after a restart or failover, etc. By doing this

    sql-lover (3/27/2014)


    I fixed it via...

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

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

  • RE: Failover on 2 servers AlwaysOn AG with read-only secondary replica

    GordonLiddy (3/28/2014)


    with the primary configured for Read/write.

    This means that connections with the application intent set to ReadOnly will not be granted in the Primary role

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

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

  • RE: Duplicate key issue ... again ... and again ...

    The default behaviour for an identity column now is to increase the seed after a restart or failover, etc. By doing this

    sql-lover (3/27/2014)


    I fixed it via DBCC command

    you are...

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

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

  • RE: Failover on 2 servers AlwaysOn AG with read-only secondary replica

    GordonLiddy (3/28/2014)


    Hi there!

    What happens when an automatic failover occurs, in a two server AlwaysOn Availability Group configuration where the secondary replica is configured as read-only?

    If both replicas are...

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

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

  • RE: SQL Server connection problem using Windows Authentication

    lisafox.it (3/27/2014)


    Observation - The virtual hostname is registered in DNS and it is resolving without any problem.

    What command are you using to test the name resolution?

    lisafox.it (3/27/2014)


    But, when I...

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

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

  • RE: Queries on SQL Server 2012 "AlwaysOn"

    chewychewy (3/26/2014)


    Hi Guys,

    I'm quite confused and need your advise.

    Understand that for AlwaysOn, we have 2 options:

    1. AlwaysOn Failover Cluster Instances

    2. AlwaysOn Availability Groups

    For no 1 its more of...

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

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

  • RE: SQL Server 2012 AlwaysOn

    Essentially the databases DB1,DB2,DB3,DB4,DB5 would be primary on Server A in an AlwaysOn group with secondary as Server B

    The databases DB6,DB7,DB8,DB9,DB10 would be Primary on Server B with secondary as...

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

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

  • RE: SQL Server 2012 AlwaysOn - ASYNC mode

    chewychewy (3/27/2014)


    Hi Guys,

    When in ASYNC mode, the primary replica commits transactions without waiting for acknowledgement that an asynchronous-commit secondary replica has hardened the log. Asynchronous-commit mode minimizes transaction latency on...

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

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

Viewing 15 posts - 3,406 through 3,420 (of 9,244 total)