About 19,500 results
Open links in new tab
  1. [ISSUE] The Security update for SQL Server 2008 R2 SP3 …

    Since KB4057113 is the latest security update for SQL Server 2008 R2 SP3, so no way to cover it with any updates. In my opinion, you can uninstall the KB4057113 firstly, then install the …

  2. SQL SERVER 2016 Setup/Upgrade Error: Client Tools SDK and …

    Nov 22, 2018 · I tired to Update SQL Server 2014 Enterprise to SQL Server 2016 Enterprise today. All components succeeded except Client Tools SDK and Client Tools Backwards …

  3. There are no SQL server instances or shared features that can be …

    Nov 13, 2009 · When ever i am installing SQL server 2008 SP2 in windows 8.1. i got the error like : There are no SQL server instances or shared features that can be update on this computer.

  4. Trigger not firing - social.msdn.microsoft.com

    Nov 6, 2012 · Trigger is firing while i am updating and inserting manually, but while i am reading from file and inserting in the table i am facing the problem.i am facing the problem from i …

  5. KB5014365 installation failed (MSSQL 2016)

    Nov 2, 2022 · Produkt: SQL Server 2016 Database Engine Services - Update " {CF0C07CC-59B8-4A5C-A4D4-CC66D9262CB8}" konnte nicht installiert werden. Fehlercode 1642. …

  6. LINQ To SQL - Trigger Firing Problem - social.msdn.microsoft.com

    Jul 21, 2007 · Right click add "Linq to SQL classes"; 2. Add connection to DB in server explorer; 3. drop the DB table to design panel, at this stage only pop up "The connection string contains …

  7. Error Running Update on Table with No PK

    May 30, 2014 · Write an UPDATE stored procedure with parameters on the remote server and execute it from this server.

  8. How to update large quantity of data in database using C#?

    Nov 12, 2015 · You can have a performance gain with the bulk insert and massive update if the amount of rows is big, compared to updating the data row by row.

  9. What technique to use to update production table from staging …

    Mar 12, 2007 · The basic SSIS package uses a script compentant and imports the data into a staging table which has the same structure as the production table. I have a final Execute SQL …

  10. Anyone knows the meaning of the LOP_SET_FREE_SPACE etc?

    Feb 2, 2016 · Mass modifications of LOB data is likely to in turn force SQL Server to update PFS data (Google for PFS if you want to know what that is). My first guess would have been …