About 51 results
Open links in new tab
  1. Why is my LINQ-to-SQL Tools tool not showing up in Visual Studio 7.14?

    Jul 24, 2025 · 0 I installed LINQ-to-SQL in version 7.9, then noticed it didn't show up when I tried to use it. After doing some research, someone said to update visual studio to the latest, so I did that. I …

  2. Visual Studio Code vs SQL Formatting - Stack Overflow

    Jan 18, 2020 · 62 I downloaded Visual Studio Code thinking it would be nice to write T-SQL scripts and have the pretty auto-formatting happen as write. I've already installed the mssql extension. When …

  3. Do we need to use ssms if visual studio already has sql server?

    Jan 25, 2021 · Visual Studio? Awesome. Go write code. Now, fact is, not all of us can memorize every single bit of T-SQL needed to manage a system from soup to nuts. So, we use a GUI to make things …

  4. Debug SQL query in Visual Studio 2022 - Stack Overflow

    Jun 11, 2024 · I am trying to debug Microsoft SQL Server stored procedure from Visual Studio 2022. When I step into the code, I see what is shown in the screenshot. The actual stored procedure is not …

  5. How to connect to LocalDB in Visual Studio Server Explorer?

    327 In Visual Studio 2012 all I had to do was enter: (localdb)\v11.0 Visual Studio 2015 and Visual Studio 2017 changed to: (localdb)\MSSQLLocalDB as the server name when adding a Microsoft SQL …

  6. Missing SSIS toolbox in Visual Studio - Stack Overflow

    Jan 4, 2018 · I. In case you are sure that you have installed SQL Server Data Tools You can show the SSIS toolbox in 3 ways: (1) Visual Studio Menu strip Based on this Microsoft article: If you can't see …

  7. Visual Studio thinks correct SQL syntax is incorrect

    24 In Visual Studio 2013, I have created a database project and imported an existing database. At first all was fine, and the project built and produced create scripts. However, now Visual Studio seems to …

  8. How to connect to SQL Server database with Visual Studio (Windows ...

    Dec 17, 2019 · 1 According to your description, you want to connect DB in the Visual Studio. First, you need to choose Tools->Connect to Database->Microsoft SQL Server->Copy the Server Name from …

  9. Run SQL script inside Visual Studio - Stack Overflow

    Apr 28, 2010 · I have a scripted database SQL file that I need to execute inside Visual Studio to create a new database. I am so far unable to locate any function that allows me to do this.

  10. 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 yet a way to …