About 31,500 results
Open links in new tab
  1. SQL Server Object Explorer disappeared from Visual Studio 2022

    Feb 13, 2025 · I can't see SQL Server Object Explorer on the left tab of my screen in Visual Studio 2022. I have tried window - reset window layout Tried looking for it in the view tab (not …

  2. Visual Studio Code vs SQL Formatting - Stack Overflow

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

  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 …

  4. How to get the connection String from a database - Stack Overflow

    May 7, 2012 · The easiest way to get the connection string is using the "Server Explorer" window in Visual Studio (menu View, Server Explorer) and connect to the server from that window.

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

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

  7. localdb ( (localdb)\MSSQLLocalDB) is not listed in Visual Studio IDE ...

    Jun 9, 2023 · I recently installed Visual Studio IDE 2022 Version 17.6.2 and created a new Blazor Server Project targeting .NET 7. For some reasons, unknown to me, the localdb is not listed …

  8. visual studio - How can I change the timeout for a manually …

    Dec 27, 2013 · In Visual Studio IDE, enable Server Explorer by navigating to View ->Server Explorer In the Server Explorer, right click on the connection to SQL Server where the CLR …

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

  10. sql server - Visual Studio 2022 localdb ( (localdb)\MSSQLLocalDB) …

    May 23, 2022 · Have you tried opening Microsoft SQL Server Management Studio right-clicking on the instance and looking at the properties, getting the name (something like this …