About 10,800,000 results
Open links in new tab
  1. Connect different Windows User in SQL Server Management …

    Apr 22, 2016 · Is there a way in SQL Server Management Studio 2005 (or later) to change the Windows Authentication user (as you could in SQL Server 2000 and older)? This is the …

  2. How do you specify a different port number in SQL Management …

    I am trying to connect to a Microsoft SQL 2005 server which is not on port 1433. How do I indicate a different port number when connecting to the server using SQL Management Studio?

  3. How to view the stored procedure code in SQL Server …

    I am new to SQL Server. I am logged into my database through SQL Server Management Studio. I have a list of stored procedures. How do I view the stored procedure code? Right clicking on …

  4. How can I generate an entity–relationship (ER) diagram of a …

    128 I want to generate an ER diagram of an SQL database using Microsoft SQL Server Management Studio (SMSS). However, I don’t know how to. I found this technique online: …

  5. sql server - SSMS Results to Grid - CRLF not preserved in …

    This issue has been fixed in SSMS 16.5 build 13.0.16000.28 with the addition of an option to preserve CR/LF on copy/save (more details) (Connect bug). Tools > Options Expand Query …

  6. How to edit data in result grid in SQL Server Management Studio

    Dec 28, 2010 · Its true that we can right click the table and say open table to get an editable table output, but what I want is editable query output, only certain rows matching for my criteria, and …

  7. Format SQL in SQL Server Management Studio - Stack Overflow

    Feb 13, 2020 · In Visual Studio & other IDEs, you can easily auto format your code with a keyboard shortcut, through the menu, or automatically as you type. I was wondering if there is …

  8. Import CSV (flat file) using SQL Server Management Studio in …

    Oct 5, 2021 · Open SQL Server Management Studio (SSMS): Start by launching SQL Server Management Studio on your computer. Connect to Your Database: Connect to the SQL …

  9. ssms - How do I search for a ', ' and replace with ', '<CR><LF> in …

    May 12, 2015 · In SQL Server Management Studio (SSMS), use the find/replace box with the "Use Regular Expressions" box selected and replace , (comma character) with ,\r\n (comma …

  10. How do I view the SSIS packages in SQL Server Management Studio?

    May 12, 2015 · 7 Open SQL server Management Studio. Go to Connect to Server and select the Server Type as Integration Services and give the Server Name then click connect. Go to …