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 2000 Forums
 SQL Server Development (2000)
 What are these 31 dt Stored Procedures ?

Author  Topic 

Lin100
Yak Posting Veteran

70 Posts

Posted - 2008-03-23 : 15:29:45
What are these 31 dt Stored Procedures that exist in
the Northwind, NorthwindCS, and Pubs database in SQL 2000 Server ?
I look it up in the help file but I can 't find any information about it.

1) What is the purpose of each procedure?
2) How do you use it ?


1) 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
31) dt_whocheckedout_u

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-03-23 : 15:56:26
Those are system sps created when you use visual tools.
Go to Top of Page

Lin100
Yak Posting Veteran

70 Posts

Posted - 2008-03-23 : 16:07:51
Hi rmiao.

1) When you said visual tools do you mean "SQL Server Enterprise Manager" or something else?
2) Where can I get information on how to use it ?
3) The database msdb is also in SQL 2000 Server, and the 31 dt procedures mentioned above are not
there. Why is it so?
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2008-03-23 : 16:49:57
1. when you create diagram or use dts.
2. check books online, and you don't call them usually.
3. you maybe not do anything memtioned above in msdb.
Go to Top of Page
   

- Advertisement -