About 393 results
Open links in new tab
  1. On OPENQUERY Usage with LOCAL Server - social.technet.microsoft.com

    -- OPENQUERY failure demo with dup column names sprocUSE tempdb; GO CREATEPROC dynamicSQLSproc ASDECLARE @SQL nvarchar (max) SET @SQL= 'SELECT spid=@@spid, …

  2. Delivering replicated transactions - Replication seems stuck

    We are trying to set up replication for a very big partitioned table on SQL Server 2012. It was not possible to initialize the replication from backup so had to follow snapshot option. Concurrent …

  3. Server cloning and sysprep problems - social.technet.microsoft.com

    Nov 3, 2009 · Thanks for your answer, but my problem is not related to Visual Studio, SQL Server or SharePoint. I know (or pretend to) how to deal with these where I rename a computer.

  4. Cannot bulk load because the file operating system error code 5 access ...

    If a SQL Server user is logged in using Windows Authentication, the user can read only the files accessible to the user account, independent of the security profile of the SQL Server process.

  5. Server Collation SQL_Latin1_General_CP1_CI_AS versus …

    In your case, changing the collation on a database level will only change the default collation to be used for new columns/new tables; it will change nothing to existing tables/columns or when you directly …

  6. Unable to connect my SQL server 2000 instance using SMO object …

    Please let me know what is the pre request for connecting SQL server 2000 instance or anything else needs to be check. Note :- I have tried to connect some other SQL server 2000 instance, its …

  7. SCCM 1810 - SQL Installation failed on Server 2019

    1. We start the Installation from the SCCM console. 2. The prerequisite check passed. 3. The Bootstrap File are successfully 4. During the SQL Server 2016 Express SP2 installation stopped with following …

  8. Sql server 2016 not a valid installation folder

    Aug 24, 2016 · I'm running SQL server installation center 2016 and When I click "New SQL Server stand-alone installation or add features to an existing installation" I get to pick a folder. No matter …

  9. [Microsoft] [ODBC SQL Server Driver]Syntax error or access violation

    CREATE TABLE DBO.#TEMPTABLE { ASSET VARCHAR (50) } DECLARE @INSTINSERT AS NVARCHAR (4000) SET @INSTINSERT= 'INSERT INTO #TEMPTABLE (ASSET)' SET …

  10. ODBC Driver 17 for SQL Server - Linked Server Fails

    The way I fixed it was I created the DSN connection using the ODBC Driver 11 for SQL server – it supports TLS 1.2 just fine and the linked server did not fail after 10 minutes. As a matter of fact, I …