About 2,420,000 results
Open links in new tab
  1. SQL Server® 2016, 2017, 2019 and 2022 Express full download

    Jan 25, 2017 · All previous version of SQL Server Express were available in both web and full downloads. But I cannot find full download of SQL Server® 2016 Express. Does it exist? Asked the …

  2. Retrieve the maximum length of a VARCHAR column in SQL Server

    Many times you want to identify the row that has that column with the longest length, especially if you are troubleshooting to find out why the length of a column on a row in a table is so much longer than …

  3. SQL Server Configuration Manager cannot be found

    Mar 23, 2012 · After installing SQL Server 2008, I cannot find the SQL Server Configuration Manager in Start / SQL Server 2008 / Configuration Tools menu. What should I do to install this tool?

  4. How to set variable from a SQL query? - Stack Overflow

    I'm trying to set a variable from a SQL query: declare @ModelID uniqueidentifer Select @ModelID = select modelid from models where areaid = 'South Coast' Obviously I'm not doing this right as it ...

  5. How to send email from SQL Server? - Stack Overflow

    Nov 9, 2012 · How can I send an email using T-SQL but email address is stored in a table? I want to loop through the table and be able to send email. I cannot find a good example of doing this so far.

  6. Shortcuts to comment and uncomment SQL queries in SQL Server …

    Aug 22, 2022 · To comment 3 SQL queries with shortcuts in SQL Server Management Studio(SSMS) as shown below, first, I dragged them, then pressed only one of CTRL+K or CTRL+C but I couldn't …

  7. What is "Connect Timeout" in sql server connection string?

    In addition, SqlCommand.CommandTimeout specifies the timeout value of a specific query running on SQL Server, however this is set via the SqlConnection object/setting (depending on your …

  8. sql server - SQL Query for Logins - Stack Overflow

    Sep 1, 2008 · What is the SQL query to select all of the MSSQL Server's logins? Thank you. More than one of you had the answer I was looking for: SELECT * FROM syslogins

  9. Wait on the Database Engine recovery handle failed. Check the SQL ...

    In my case, setting SQL Server Database Engine service startup account to NT AUTHORITY\NETWORK SERVICE failed, but setting it to NT Authority\System allowed me to …

  10. How to fix SQL Server 2019 connection error due to certificate issue

    Dec 17, 2021 · In SQL Server Configuration Manager, in the console pane, expand SQL Server Network Configuration. Right-click Protocols for <instance Name>, and then select Properties. Choose the …