About 1,540,000 results
Open links in new tab
  1. How to Identify port number of SQL server - Stack Overflow

    Oct 18, 2013 · This caused my SQL Server Management Studio to malfunction (due to a null number bug in Visual Studio 2010). It was able to connect and list tables, as well as open an edit 200 rows …

  2. How can I determine installed SQL Server instances and their versions?

    I'm trying to determine what instances of sql server/sql express I have installed (either manually or programmatically) but all of the examples are telling me to run a SQL query to determine this w...

  3. How to find server name of SQL Server Management Studio

    Apr 18, 2013 · I installed Microsoft SQL Server 2008. When I start SQL Server Management Studio (SSMS), I get the Connect to Server login window with a blank textbox for Server name. I have tried …

  4. How to check SQL Server version - Stack Overflow

    What are the possible ways to determine the deployed SQL Server version? I’ve tried to do it using the SQL Server software. I want to do it using a command line SQL statement.

  5. Create Local SQL Server database - Stack Overflow

    I've used SQL Server Management Studio before, but only when the server is already up and running. I need to start from the beginning and create my own instance on the local computer. The instruc...

  6. Import MySQL database into a SQL Server - Stack Overflow

    Mar 19, 2022 · I have a .sql file from a MySQL dump containing tables, definitions and data to be inserted in these tables. How can I convert this database represented in the dump file to a SQL …

  7. How to fix Recovery Pending State in SQL Server Database?

    Sep 14, 2018 · In my case, this affected the secondary server in a High Availability SQL Server cluster. The primary was Synchronizing but the secondary was Recovery Pending. After checking in …

  8. Unable to connect to SQL Server instance remotely

    Mar 28, 2009 · HKLM\Software\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\LoginMode Update the value to 2 and restart the Sql Server service to allow mixed authentication. Note that …

  9. How to fix error “SQL Server (MSSQLSERVER) stopped automatically?

    May 24, 2016 · The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, …

  10. How do I see active SQL Server connections? - Stack Overflow

    Jan 21, 2019 · I am using SQL Server 2008 Enterprise. I want to see any active SQL Server connections, and the related information of all the connections, like from which IP address, connect …