Forum Replies Created

Viewing 15 posts - 106 through 120 (of 152 total)

  • RE: Can Always On AG substitute a SQL Server Failover Cluster

    TheSQLGuru (5/12/2016)


    Smendle (5/12/2016)


    All of your answers you seek are available from Microsoft...

    The OP wasn't confused or asking about WSFC. He was asking about a SQL Server Failover Cluster Instance.

    My apologies...

  • RE: Can Always On AG substitute a SQL Server Failover Cluster

    All of your answers you seek are available from Microsoft...

    Taken from https://msdn.microsoft.com/en-us/library/ff877884.aspx

    An availability group supports a failover environment for a discrete set of user databases, known as availability...

  • RE: Where was the output from a SELECT go in a trigger?

    Rod at work (5/2/2016)


    jeff.mason (5/2/2016)


    Oh, you don't want to do that, especially in a system with MARS involved. That would cause multiple recordsets potentially. You probably want to make...

  • RE: Moving prod databases from one server to another.

    Bharatvip (5/11/2016)


    We are moving 6 production databases from one physical server to another. The drive numbers and names on the new and old servers do not match up, but we...

  • RE: Group By, pick string value from max date

    rgoolio32 (5/11/2016)


    Hey,

    I am trying to write a query where I group my data by a string all my parameters are integers or date/time so i can use max,sum... functions to...

  • RE: Advice - data cleaning after import

    M Joomun (5/11/2016)


    I import a couple of text files (CSV) into a temporary table from a DOTNET application using the SQLBulkCopy command. This all works fine, but after the import...

  • RE: Regarding Existing Duplicate Key

    darklight_arizona (5/10/2016)


    Thanking You all

    Is there any way to create a unique key on a column in SQL SERVER 2008 without removing duplicates rows. We can't remove duplicate rows due to...

  • RE: SQL Agent Permissions

    Granting roles in databases does not grant them access to the server. Give them an AD group, if they don't already have one and grant that group access to...

  • RE: SQL Server Memory Configuration calculation

    info.sqldbamail (4/28/2016)


    Thanks for your answers, i had set my Max memory setting to 50 GB and now Target Server memory is showing as 51452 MB in performance counter so now...

  • RE: Slow backups

    mike 57299 (5/2/2016)


    I have a SQL 2012 Server. Our data is stored on a Dell SAN. All of it is connected using 10g TP. I have 22...

  • RE: Historical Date

    PSB (5/3/2016)


    Server is UTC time zone .

    I just need to delete today's records and insert new ones and keep yesterday and older records. Rest (time zone) is not mandatory.

    DELETE FROM...

  • RE: Dynamic incremental load in SSIS

    I took it to meant a configuration table with column names, however you are correct if its table names and the underlying column count can not be known ahead of...

  • RE: Dynamic incremental load in SSIS

    OK. This relies on the number of columns being known in advance and the data types also being known.

    SELECT 'Car','Boat','MotorCycle','Scooter' FROM T1

    This returns a row of data containing the...

  • RE: Dynamic incremental load in SSIS

    Phil Parkin (5/3/2016)


    Smendle (5/3/2016)


    You can do this within SSIS. Its a populate SQL from variable, while the column names don't have to be the same I do believe the...

  • RE: Historical Date

    PSB (5/3/2016)


    Hi,

    I need to wipe out just today's data and insert new ones . Yesterday's data should be untouched . But the procedure is wiping off yesterday's record using the...

Viewing 15 posts - 106 through 120 (of 152 total)