Activity overview
Latest activity by avalin
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.
Yeah it's exactly what we mean [image]
Seems like a good work around and should solve our problem [image] Is there any plans to add explicit support for this in the future? Would be a great function. / comments
Yeah it's exactly what we mean
Seems like a good work around and should solve our problem Is there any plans to add explicit support for this in the future? Would be a great function.
For the moment we haven't added it to source control.
What I mean is how to we handle configuration data that we have in the database that can be altered by the user and there for isnät static data but sometimes we want to change it when a customer upgrade to the nextversion.
For example. I have Table t1 with column col1. In col1 we want to replace all 'X' with a 'O'. This is the only thing we want to do. Not change any database object. / comments
For the moment we haven't added it to source control.
What I mean is how to we handle configuration data that we have in the database that can be altered by the user and there for isnät static dat...
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 ...