About 54,600 results
Open links in new tab
  1. Do we need to use ssms if visual studio already has sql server?

    Jan 25, 2021 · Just like the title, why do we need to use ssms if visual studio (2019) already has sql server? I am just starting to EXLPORE MORE about databases (.mdf) in c# (specifically for …

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

  3. Connecting to local SQL Server database using C#

    May 4, 2014 · Suppose I have created a SQL Server database called Database1.mdf in the App_Data folder in Visual Studio with a table called Names. How could I establish a …

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

    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 Object Explorer on …

  5. visual studio - How can I install the default Microsoft SQL Server …

    Oct 18, 2022 · On my PC, I messed up the default installation of the SQL Server that comes with VS22. I managed to install SQL Server manually again, but I have to write a database class …

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

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

  8. sql server - 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 …

  9. Visual Studio Code mssql extention: SQL Server (mssql) - Unable …

    Nov 26, 2019 · I'm trying for the first time to get my project to run in Visual Studio Code. This includes a MySQL database. So I've installed the SQL Server (mssql) extension version 1.7.1. …

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

    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 …