Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SQL Server Administration (2008)
  SQL Server View Definitions Checkout/Checkin

Author  Topic 

amsqlguy
Yak Posting Veteran

89 Posts

Posted - 2011-06-06 : 16:29:15
Guys,

How can we make sure that an object is being modified by single user at any point of time so that changes to the object definition are not overwritten. FOr example how do we make sure that a user checksout a objects makes the changes, we are having issues where the view changes are being overwritten, does the checkin/checkout applu for databse objects through SSMS.

Any suggestions and inputs would work.

Thanks

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2011-06-06 : 17:11:09
Version control software handles this, and it can be integrated into SSMS. Have you looked at Subversion?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog
Go to Top of Page
   

- Advertisement -