Activity overview
Latest activity by surm
"Get Latest" red balls in SSMS 2012 Object Explorer tree?
Hello,
We are using the "Dedicated development model"
I can see "blue balls" appear in SSMS 2012 Object Explorer tree when I make changes to the SQL Objects (eg tables, stored procedures etc) indic...
David Atkinson wrote:
Are your developers developing on a single shared database, or do they each have their own development sandbox?
Red Gate
Hi David,
We have the shared development database model.
Regards / comments
David Atkinson wrote:
Are your developers developing on a single shared database, or do they each have their own development sandbox?
Red Gate
Hi David,
We have the shared development databa...
PhilScrace wrote:
We've opted not to meddle with users security in order to lock objects, for obvious reasons. Was this a concern of yours?
Hi Phil,
Yes - The idea of meddling with SQL Server security to mimic TFS "check out" did not go well with developers.
There is another tool (ApexSQL Version) which seems to have "check in/check out" option on SQL Server objects. Was looking for something similar in Redgate since our organisation already has Redgate.
regards / comments
PhilScrace wrote:
We've opted not to meddle with users security in order to lock objects, for obvious reasons. Was this a concern of yours?
Hi Phil,
Yes - The idea of meddling with SQL Serv...
If you are using the Shared Model then we are proposing that users lock the objects in SQL Server
Hi Phil,
By "..users lock the objects in SQL Server...", do you mean changing SQL Server permissions (eg. temporarily removing "modify" permission from other users)?
Regards / comments
If you are using the Shared Model then we are proposing that users lock the objects in SQL Server
Hi Phil,
By "..users lock the objects in SQL Server...", do you mean changing SQL Server permi...
How to "Check out" (lock) an SQL Server Object for editing?
We check-out a source file (like a c# file or SSIS Package) from TFS before editing. Our TFS does not allow multiple check-outs of the same file, so by "checking out", we prevent other users inadve...