About 13,700 results
Open links in new tab
  1. SQL Server takes so much time to startup

    Mar 24, 2014 · The SSMS have nothing to do with the server. The SSMS is not part of the server, but an external application, which connect to the SQL Server as any other application do (Using connection …

  2. Remove Custom Reports from SSMS - social.msdn.microsoft.com

    May 11, 2009 · Does anyone know how to remove custom reports from the Reports context menu in SSMS? For example, if I've previously right-clicked on a table name, then select Reports from the …

  3. SSMS edit grid slow rendering/painting/displaying

    Jul 18, 2017 · If I use SSMS 2008 through RDC directly on server (on laptop I tried SSMS 16 and 17.1) then everything is fine, Edit grid is displayed in a split second. Selecting a 1000 rows on laptop also …

  4. Cannot set password in datasource connection string

    Oct 25, 2019 · If I use SSMS to change the connection string in den dialog everything works fine. If I let SSMS generate the tsml-script to alter the connection string, insert the password and execute …

  5. SSMS 2012 - the list of databases is not expanding

    Apr 24, 2012 · I cannot expand the list of databases in SSMS 2012 because of query timeout. I suppose SSMS runs query that makes SQL Server to open all databases.

  6. System.ComponentModel.Win32Exception (0x80004005) user name or …

    Oct 27, 2017 · Within that connection string you'd either specify Integrated Security=SSPI to use the current process credentials or User ID/Password to use SQL authentication. You need to ensure …

  7. Background Color for SQL Server Management Console

    Jul 3, 2012 · When registering a new SQL Server in SSMS 2008 (it can be SQL Server 2005 too), just click on 'Options >>' and select 'Use custom color' under 'Connection Properties' Tab.

  8. sql server management 2014 is unable to connect to Sybase ASE …

    Aug 17, 2016 · SSMS can only connect to SQL Server. Or more precisely, SSMS is implemented using SqlClient in ADO .NET, and SqlClient can only connect to SQL Server. Possibly a connection …

  9. Not enough storage is available to complete this operation when Open ...

    Nov 30, 2014 · On My own server I am using Sql server 2012 Enterprise Edition and when I Try to open .sql file with 2.6 GB the Following problem appears to me " The Operation could not be completed. …

  10. Unable to connect to the SSRS server via SSMS

    Jun 8, 2016 · I can refer to ReportServer and ReportServerTempDB using the same account with SSMS and wonder what's the difference between refferring to the DBs and connect to Report Server with …