I am trying to make a Login form in visual studio and I watched few videos and it says that I need to use the SQL server data tool/Service-Based-Database in the solution item section but seems like it's not there. I already checked and it is installed already, anyone knows what I'm doing wrong or what other step should I take?
why Visual studio 2019 missing SQL Service-Based-Database
1k Views Asked by Mostafa Ghorbani At
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- Exception thrown at 0x0131EB06 Visual Studio
- Visual Studio 2015 Cordova Plugin Add Fail
- Cannot find InvalidCastException in C# Application
- generating C# code file during Visual Studio build
- Can I deploy multiple instances of my application on the same windows phone?
- Close the Solution Explorer window
- How to generate entity framework code-first migrations without using the package manager console?
- Implementing callback function for dialog-based application
- VB.net: How to make original variable value fulfill 2 statements?
- DLL being marked as DELETEPENDING
- String tokenizing in Visual Studio C++
- How to use "Multicharts Studies" in Visual Studio 2013?
- Programs Will Not Run In Visual Studio
- VB.Net: Display total when check boxes are checked
Related Questions in VISUAL-STUDIO-2019
- Multiple "The system cannot find the path specified" messages on running "Developer Command Prompt for VS 2019"
- Problem With Publishing a Self Contained EXE (Issue With Nuget)
- OpenCV haarcascades loading is NOT working at all
- The default ASP.NET Core + React template in Visual Studio 2019 doesn't work
- Visual Studio 2019 using 32-bit FileTracker with 64-bit toolset
- How to eliminate the intellisense warning under the <<<>>> in vs2019
- Problem searching for specific Mails using MS-Graph API
- Visual Studio 2019 Test Explorer did not find c++ google tests
- MSBuild 16.0 not finding its own dependent assemblies when loaded through MSBuildLocator
- Report viewer is not showing crystal report
- How to change default C++ language standard in Visual Studio 2019?
- Using Telerek Just Decompile to re-create a .NET source projectL: Unable to debug as normal
- Does VisualStudio support multiple GIT submodules?
- Passing environment variables to tests in Visual Studio 2019
- Visual Studio 2019 Keeps Directing to MetaData Files when using Go To Definition
Related Questions in SQL-DATA-TOOLS
- SSDT <<project could not be deployed>> <<a connection cannot be made. ensure the server is running>>
- Tool to extract specific data from a Oracle database (with over 100 tables) to another Oracle Database which has the structure but not the data
- why Visual studio 2019 missing SQL Service-Based-Database
- SSIS package doesnt work on server
- How to connect to Azure VM SQL Server Analysis Service Instance using a Developer Computer
- Creating SQL Agent JOBs in SQL Server 2012 Database Projects from VS 2012
- Using core/model database with small changes on different installations for customization without duplicating code
- Oracle to SQL in SSIS - ETL
- Sql Project Publish replaces Deploy - how to supress versioning and hook into tfs build
- "Object reference not set to an instance of an object" when publishing a sql project VS 2013
- How to Overwrite Database Table Data Using SQL Server Data Tools
- Connecting Multidimensional Cube to PowerView
- SSRS No Query Designer is Available
- How can I view <binary data> contents in Sql Data Tools Visual Studio 2010?
- Incompatible SSIS projects in VS 2022
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?



You are trying to add a "Solution Item" - you likely right clicked on your Solution in solution explorer, rather than one of your projects. If you right click on your actual project in solution explorer and attempt to add an item, you should be able to see the Service-based Database.
So do one of the following: