Exclusive Table Checkouts / Table Locking

craigsdccraigsdc Posts: 2
Hi,

We currently using the Shared Database Development model, and have a quick question regarding sql source control on development machines.

Is it possible to do exclusive checkout of tables at all?

Meaning, if user X makes a change to a table, it auto checks out the table and user Y cannot make changes to that table until user X checks in the changes.

Currently we have SQL Source control on the server only, and not on our development machines.. If it is installed on our development machines will SSMS detect that use X has made changes, and not allow user Y to modify it at all.

Thanks,
Craig

Comments

Sign In or Register to comment.