Posts
Sort by recent activity
SQL Source Control get heavy load on the server
Is there anyway to configure how often sql source control shall pull the database server? As it is now it seems like it almost kills my server when I use source control
Add user and their role connection?
Is it possible to commit users AND information about which pre-defined sql server roles they belong to?
As for now it seems like we can only commit the users and our own created roles.
How to handle data modification in a migration script
We are planning to start using Source Control in the coming months and are thininkg about how we shall handle data modfications. Static data and data moving when creating new tables can be handled ...