Forum Replies Created

Viewing 15 posts - 166 through 180 (of 1,079 total)

  • RE: How do I select the most current date

    Edit: read the question wrong. 
    Difficult to test without sample data.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: DBCC PAGE

    Stewart "Arturius" Campbell - Sunday, February 26, 2017 10:40 PM

    Intersting question, Henrico, thanks
    had to read up on this (found it in

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Join two tables that do not have matching keys

    Join on LEFT(3, reference) - assuming the nrs will always be less than a 1000.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: backup/restore singe table (Export table?)

    Edvard Korsbæk - Friday, February 24, 2017 11:37 AM

    PoSh or BCP, either work well. Keep it simple.
    ?????

    Sorry - I am new...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: 2 Instances on a cluster

    Sure is: https://msdn.microsoft.com/en-us/library/ms179530.aspx

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: How can we sort these records this way ? - SQL HELP

    Select * FROM #a order by memberid, histclaim DESC

    is that the order you require?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: 2 Instances on a cluster

    Yes, but each Windows and SQL cluster will require it's own shared disks, Names, IPs. 
    IOW, you can use the same hardware to host 2 independently operating SQL clusters.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Are the posted questions getting worse?

    GilaMonster - Friday, February 24, 2017 2:10 AM

    Steve Jones - SSC Editor - Thursday, February 23, 2017...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: backup/restore singe table (Export table?)

    write a simple BCP script for the table you need to export, schedule as required.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: SSMS versions

    Yes you can, but why would you keep SSMS 2014, any specific reason?

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: AlwaysOn setup - using same Windows Cluster Name

    If it's in the same domain, it won't work, they need to be unique. 
    Instead, stretch your Windows cluster over the 2 regions, so all nodes belong to the same...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: From Cluster to Virtual Machine using VMware

    No, personally I would not put anything other than the DB Engine on my production DB Server.
    Give SSAS, SSIS, SSRS their own servers.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Failover Clustering Questions

    You'll need central storage, not dedicated to either.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: Failover Clustering Questions

    You will need to redeploy that Instance as a Clustered instance, you can't convert it.
    Failover clustering has a big massive central point of failure: shared storage. 

    You could...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

  • RE: From Cluster to Virtual Machine using VMware

    luismarinaray - Thursday, February 23, 2017 6:13 AM

    Dev, Test and Production SQL Server environments in the same VM but in different instances,...

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    This thing is addressing problems that dont exist. Its solution-ism at its worst. We are dumbing down machines that are inherently superior. - Gilfoyle

Viewing 15 posts - 166 through 180 (of 1,079 total)