About 7,610 results
Open links in new tab
  1. Could not load file or assembly …

    Oct 29, 2018 · Thanks a lot Philips. As per user suggestion we managed to solve the assembly creation issue in SQL Server 2008 R2 that’s been in existence for long time. Replaced the SQL Server …

  2. How to insert word document like resume (*.doc) into sqlserver

    Oct 7, 2021 · We need to retrieve the Word document from SQL Server, and then edit the document. After that, update the Word document in SQL Server with the edited one with the update statement:

  3. Transactional Replication - Publishing stored procedure execution ...

    Jan 3, 2009 · I am publishing stored procedure execution via Transactional Replication. I recently upgraded from SQL Server 2000 (32 bit server) to SQL Server 2005 (64bit). The new servers are …

  4. Linked Server - Update Command in Store Procedure SQL 2008 not …

    Jul 3, 2018 · We have create a store procedure to update a column value on SQL Server A - table. The column data type is Boolean and the update is throwing up the below error

  5. Update modified date column with getdate when any column in a …

    Nov 6, 2013 · I think we can create a trigger only FOR UPDATE as for inserting we would assign a default (GETDATE ()) value for that column.

  6. 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 maintaining PFS …

  7. The patch installer has failed to update the shared features Exit Code ...

    Nov 27, 2012 · During SQL 2008 SP3 install to SQL 2008 2008 SP2 64 bit enterprise server with a defaults instance and a named instance the installation failed. I was not able to find much information …

  8. update the same value always returns "one row affected"

    Mar 12, 2007 · I can not understand this: if I update a row with the same value, sql server 2005 return that one row was affected, in the management studio too.

  9. update table all null values to 0 single query

    Jan 8, 2015 · Question 0 Sign in to vote hi dear ; How Can I do , update table all null values to 0 using single query or procedure Saturday, December 6, 2014 5:18 PM

  10. SQL Server Agent does not start jobs after Failover

    Sep 24, 2013 · From your message I figured out that simply changing the "enable" indicator in sysjobs does not update the sysjobschedules table. That was the reason that after failover, the jobs were in …