Unknown Queries

M

Mark A. Sam

Hello,

I have a project with a group of unknown queries (views). I don't recall
ever noticing them until a few days ago, but that doesn't mean they weren't
there. Here are a couple of the names:

dt_addtosourcecontrol (dbo)
dt_addtosourcecontrol_u (dbo)
dt_adduserobject (dbo)

Are these objects that SQL Server or Access created, possibly for examples?

God Bless,

Mark A. Sam
 
G

giorgio rancati

Hi Mark,

Those are stored procedure support for common graphics interface of Access
and Enterprise Manager.
Some of them are used to view existing diagrams or to create new diagrams

Bye
Giorgio
 
S

Sue Hoegemeier

They provide support for integration with Source Safe. They
are created when you connect to SQL Server with some of the
Microsoft development tools. They get created the first time
you connect.

-Sue
 
M

Mark A. Sam

Will it nother anything if I delete them? I am only using Access and
Enterprise manager with the SQL Server.
 
S

Sue Hoegemeier

No, won't hurt anything...but they will get recreated again
- I can't remember at which point - I think when you design
or modify objects in the Access project. So you may want to
just leave them there.

-Sue
 
Top