Forum Replies Created

Viewing 15 posts - 316 through 330 (of 331 total)

  • RE: Insert into table from other table while excluding duplicates

    If you do Just a select with a where clause of one of the values that you know should not have duplicates. Do you get more than one record?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Insert into table from other table while excluding duplicates

    Are you positive that they are duplicates if any of the columns have anything different leading or falling zeros, spaces could make sql server see the row as unique.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: need to learn how to be a DBA

    Why don't you just download SQL Server Express to get your hands dirty first before spending $$.

    http://www.microsoft.com/express/Database/InstallOptions.aspx

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Simple Recovery Model

    They are right it is much easier to manage your system in full recovery model. If your wanting to keep your hands out as much as possible you can do...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: No results using varbinary datatype in where clause

    Hey appreciate that sometimes all you need is a second pair of eyes!

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    rfr.ferrari

    No problem on performance this is for High availiability being able to recover with low or no loss of work time. In the case of hardware failure active/active failover in...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    Thanks, Elliott!

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    WayneS or SQLRNNR

    Not sure of that, But I read the licensing agreement from Microsoft and they consider it to be part of a failover cluster in my case of active/active...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    Thanks for all of your replies! I have my answer: Active/Active would be necessary for my clustering needs.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    WayneS

    So your saying if I did a 2 node failover and did log shipping that would be considered a 3 node cluster by microsoft?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    WayneS

    Thanks, I was trying to set up where I have 3 sql servers on standard edition so that I have a failover and can log shipfrom node 2 with out...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    Elliott

    With that said if node one is active and node two is active and node 2 is the fail over can I use the node 2 for log shipping...

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    WayneS

    So if active/active does not have the same resource how is the sql server able to failover with ur copy of production db?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Whats the benefits to clustering

    Hey GSquared

    I thought spreading out the work load is called load balancing and SQL server does not support true load balancing?

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

  • RE: Counting multiple records as one

    Thanks LutzM thats what I was looking for.

    :cool:

    "There are no problems! Only solutions that have yet to be discovered!"

Viewing 15 posts - 316 through 330 (of 331 total)