I am trying to create an application that allows users to search the database for customers profiles.Visual Studio allows to attach a sql database to the web project, how efficient/reliable is it to attach a sql database to the web project to create an application that will be handling my scenario.
Is is a good idea to attach the sql database within the project or is it a good practice to have a separate database in a sql server and have the application connect to the sql server?
Is is a good idea to attach the sql database within the project or is it a good practice to have a separate database in a sql server and have the application connect to the sql server?