About 51 results
Open links in new tab
  1. 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 …

  2. Visual Studio 2022 unable to debug T-SQL - Stack Overflow

    May 14, 2024 · Unable to start the Transact-SQL-debugger, could not connect to the Database Engine instance '"my-instance"'. Make sure you have enabled the debugging firewall exceptions are using a …

  3. Visual Studio Code vs SQL Formatting - Stack Overflow

    Jan 18, 2020 · 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 …

  4. How to develop t-sql in Visual Studio? - Stack Overflow

    Mar 26, 2015 · 2 We are using Visual Studio 2013 with SSDT mainly for versioning t-sql code, so the sql is being developed on the dev server and then we use schema compare to transfer the scripts into …

  5. SQL Server Integration Services Projects not available in Visual Studio ...

    Aug 8, 2022 · I am trying to install SQL Server Integration Services Projects in Visual Studio. I am doing the following:

  6. 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.

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

  8. Linq to SQL tools in Visual studio 2022 Community and Pro

    Jan 31, 2023 · I'm installing Visual studio 2022 (I tried with Community and Pro) in a Windows 11 (virtual machine on macOS - Parallels desktop) but i can't find Linq to SQL Tools under Individual …

  9. How do I connect Azure SQL to Visual Studio? - Stack Overflow

    Feb 2, 2021 · You can use this connection string to add a connection via the SQL Server Object Explorer, (Ctrl+, Ctrl+S) in Windows, I assume it's (Cmd+, Cmd+S) on Mac, to be able to query your …

  10. 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 …