About 395 results
Open links in new tab
  1. continued SQL login failure despite attempts to reset [sa] password in ...

    Jun 24, 2011 · I encountered difficulties with admin login & password before --as in, my client had forgotten the sa password --but I was able to resolve the issue; I "reset" the password using SQL …

  2. Limiting the number of concurrent sessions per user

    Feb 12, 2019 · As following to my local security policy, I have to establish the limit appropriate to the type of user account accessing the SQL Server instance on SQL Server 2014 Enterprise.

  3. Error source: Microsoft.VisualStudio.DataTools

    Dec 12, 2008 · You don't have primary keys and sql server tables should never have duplicate rows. Try adding a primary key column to the table.

  4. The OVER SQL construct or statement is not supported.

    Oct 7, 2021 · According to the error message, I think you try to run a query in SQL Reporting Services Query Designer or MS SQL Server Management Studio.

  5. The INSERT statement conflicted with the CHECK constraint

    Jan 19, 2014 · Run the stored procedure/query in sqlserver management studio or query analyzer and see if it succeeds (with same paramaters) IF it fails, post the statement that you used.

  6. Installation error 29506 on SQL Management Studio...

    Dec 3, 2011 · The other solution, you could change the UAC settings to be minimal (search for UAC in the start bar and select Control Panel –> Change User Account Control Settings) and set to minimal …

  7. Cannot Deploy SQL Server Database to Azure SQL

    Dec 19, 2017 · To test the Azure SQL Server, I created a database and added a table and connected to it through SSMS and a Microsoft Access ODBC Connection. I am using SQL Server 2016 (not …

  8. SQL Server Express 2008 - Missing Client Tools / Management Studio ...

    Jun 13, 2012 · I downloaded and performed a full install of SQL Server Express 2008 Nov CTP. It was installed on a fresh installation of Windows Vista Enterprise x64. During setup, I checked the 'Client …

  9. SQL Server slow after rebooting windows server

    Jun 18, 2020 · The software connecting to the SQL server gets very slow and every transaction has a delay for like 0.5 sec which is bad. Now, when I log onto Windows Server 2019 and copy that a …

  10. call cobol from MS SQL stored procedure - social.msdn.microsoft.com

    Jul 7, 2015 · Hello - DB2 has built-in support for COBOL so it is relatively easy to execute COBOL program from stored procedures however in SQL Server there is no direct way of doing this.