I have a local .mdf
file I use it as a database in my asp.net webforms website, since I don't have Microsoft SQL Server and I have Visual Studio v2015 also I have a connection string here :
Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename="C:\Users\Dark\Documents\Visual Studio 2015\Projects\ITResco\App_Data\ITResco_DB.mdf";Integrated Security=True
So how can I generate its SQL script since I don't have a Tasks -> GenerateScript
Command