ACC: Unexpected Stored Procedures Found in SysObjects Table (96898)
The information in this article applies to:
- Microsoft Access 1.0
- Microsoft Access 1.1
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q96898 SUMMARY
Advanced: Requires expert coding, interoperability, and multiuser skills.
Unexpected stored procedures with the general format ODBC#<login ID>nnnnnnn
are found when you query the SysObjects table in SQL Server. For example,
if you issue the following query from SQL Administrator Facility (SAF)
SELECT * FROM SysObjects WHERE Name LIKE "ODBC%"
you see stored procedures such as:
ODBC#sa24518
ODBC#sa2334
ODBC#sa17854
This article describes what these stored procedures are and how to delete
them.
Modification Type: | Major | Last Reviewed: | 5/9/2003 |
---|
Keywords: | kbinfo kbusage KB96898 |
---|
|