About 50 results
Open links in new tab
  1. Error Handling with SQL 2008 Merge Statement?

    Mar 24, 2009 · I’m using the Merge statement to perform Updates and Inserts inside a stored procedure. The procedure works fine but one thing is bothering me, how to handle errors if …

  2. Incorrect syntax near MERGE - social.msdn.microsoft.com

    Apr 1, 2013 · The code above is a seriously trimmed down version of the real merge statement (which works on SQL Server 2008 R2). This seems to be an issue with the compare tool.

  3. Merge or transfer file in the filegroup - social.msdn.microsoft.com

    Jul 10, 2009 · If a file is located in the disk which has a bad sector, I think you need to move the file into another disk rather than merge a file in the primary filegroup. This can be done with …

  4. cannot insert duplicate key row in object …

    Dec 5, 2012 · I have a merge replication setup in a server.I took the backup of subscriber database and restored it in another server with keep replication on (i restored it in entire …

  5. ReportViewer Excel merge cell issue - social.msdn.microsoft.com

    Oct 7, 2021 · - ReportViewer Excel "save as" function produces Excel files with merged cells. How can this be avoided so that exported reports to excel have 1 field per cell? This makes further …

  6. SSIS Multiple Joins on multiple tables on databases on different …

    Jun 17, 2013 · I am unable to use this sql query in an OLE DB connection because of this, and I cannot use linked servers. In a test environment where these database are on the same …

  7. Update statement on PAGEIOLATCH_EX - social.msdn.microsoft.com

    Mar 16, 2018 · A update statement is running on a table which has 250 million records. This update process is running for long time with wait_type "PAGEIOLATCH_EX". Wait_resource is …

  8. Set Variable equal to result from query? - social.msdn.microsoft.com

    Mar 30, 2011 · I have a query that returns multiple records. One of the columns in the query contains a list of Ids. I want to set a variable that is equal to the list of values in this one column.

  9. Merge Join does not work as expected in SSIS

    Jun 15, 2018 · SSIS being case sensitive the values have to be of the same case if you want Merge Join to return the matches. In case they're of different case use UPPER to convert all of …

  10. merge replication history analysis - social.msdn.microsoft.com

    Sep 21, 2017 · Merge replication, one publisher/distributor (SQL 2014 SP2), 2 subscribers (both are SQL 2008 R2 SP1). Subscriber A inserts a record, and then 1.5 minutes later changed …