About 6,240 results
Open links in new tab
  1. WsusDebugTool.exe /Tool:purgeUnneededFiles

    occurred while establishing a connection to SQL Server. The server was not foun

  2. Uninstall SQL Server 2008 Express R2 and SQL Server 2012 unsuccessfully

    Mar 29, 2015 · Uninstall the existing SQL Server 2008 R2 (or SQL Server 2012 ) and all the components from the control panel. Remember to back up the user databases before uninstalling SQL Server.

  3. Copy tables with all constraints - social.technet.microsoft.com

    0 Sign in to vote How I can copy table with all indexes, FOREIGN KEY, primary key, contraint etc. I used the following command to copy dim1 table into dim2 table but didn't copied any indexes, FOREIGN …

  4. Clone SharePoint 2010 Production environment for Test Environment

    You can't just rename the SQL Server used. There are some (essentially for the purposes of being supported) hard coded connection strings in the Configuration database itself.

  5. [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 …

  6. Null Values in SCCM Database - social.technet.microsoft.com

    Microsoft SQL Server reported SQL message 515, severity 16: [23000] [515] [Microsoft] [ODBC SQL Server Driver] [SQL Server]Cannot insert the value NULL into column 'LastUserName0', table …

  7. 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.

  8. Rename VM in Hyper-V and Failover Cluster

    May 4, 2015 · Question 0 Sign in to vote Hi, I'm trying to rename a VM, and I've succeeded in all Fields, except on the name in the summary of the failover cluster (Zsap03 is the name I want and that is …

  9. Renaming "This PC" Tile - social.technet.microsoft.com

    Rename it as you want, and pin it. // This won't rename Computer globally) 2. While using Windows 8, rename "Computer" as you like, by doing it as previously suggested. Then, pin "Computer" to create …

  10. Create a search box which is connected to a SQL database

    We do not want users to be able to edit, as the "true and correct" data source will be the extracted information within the SQL database table. Also, would the list automatically update if the SQL …