I am considering Sql Server Database projects. It seems to import the schema and stored procedures from the database, but there is no mechanism to import the actual data. As part of our build process, we usually import both the schema and the data.
Can this be done from Sql Server Database projects?
source share