Tagged Questions
The vsdb tag has no wiki summary.
1
vote
2answers
45 views
SQL SERVER number of .bak files created
I am wondering where (if possible) you can configure the number of backups, for a particular SQL Server database, are kept within the system backups folder. i.e. it should "clean up" old backups ...
1
vote
1answer
1k views
Problems building VS database project on TFS build server
I have two Visual Studio database projects. Both build fine on my local dev environment.
On the TFS build server, with a TFS build solution containing both projcets, one builds fine and the other ...
0
votes
0answers
20 views
SQL Server .BAK creation default mask
Currently, when SQL server creates a .BAK file (backing up a database) it is using a default mask such as
DatabaseName-YearMonthDay-Time.bak
Is there a way to change this default? i.e. Suppose I ...
0
votes
1answer
194 views
How can I fix “SQL03042: The ALL clause is not supported”?
I have just recently added our db schema into a VSTSDB project and one of the sp's is coming up with a strange error on the line:
revoke all from StatsReports
Now I've taken a look at the Sql docs ...
0
votes
1answer
37 views
Two different VSDB Projects for DBCreation and Population?
I've just stated developing with vsdb, and while it seems to be functional, it seems like it introduces unnecessary restrictions.
Effectively what I'd LIKE to do is use it to manage database ...