SQL Server 2005 sp1
Maybe you can answer this.
Are the Stored Procedures dt_CheckOutObject and dt_CheckInObject used for some type of built-in source control?
Is source control for SQL Server built-in to the Management Studio, or is it purchased separately?
Thanks!
Frank
These are created when you connect using some Visual Tools of Microsoft, this is the list of procedures which will be created during the process:dt_addtosourcecontrol
dt_addtosourcecontrol_u
dt_adduserobject
dt_adduserobject_vcs
dt_checkinobject
dt_checkinobject_u
dt_checkoutobject
dt_checkoutobject_u
dt_displayoaerror
dt_displayoaerror_u
dt_droppropertiesbyid
dt_dropuserobjectbyid
dt_generateansiname
dt_getobjwithprop
dt_getobjwithprop_u
dt_getpropertiesbyid
dt_getpropertiesbyid_u
dt_getpropertiesbyid_vcs
dt_getpropertiesbyid_vcs_u
dt_isundersourcecontrol
dt_isundersourcecontrol_u
dt_removefromsourcecontrol
dt_setpropertybyid
dt_setpropertybyid_u
dt_validateloginparams
dt_validateloginparams_u
dt_vcsenabled
dt_verstamp006
dt_verstamp007
dt_whocheckedout
dt_whocheckedout_u
dtproperties
HTH, jens Suessmeyer.
http://www.sqlserver2005.de|||
Good morning, Jens.
Can you tell me if we can drop these sp? For example, say, for a clean distribuition of a database, with table-only content?
Thanks a lot.
Fernando M.
|||Yes, if you need created database diagrams you should leave the dbpoperties.HTH, Jens K. Suessmeyer.
http://www.sqlserver2005.de
No comments:
Post a Comment