Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. blueknot

    dbo for Stored Procedures

    dbo (database owner) appears when a user other than the SQL server 'owner' (the login that created the DB) connects to the database. There are scripts for changing the owner of things, but the simpler thing to do is to simply change the calls to the stored procedures WITH the .dbo extension...
  2. blueknot

    invalid procedure call or argument

    Don't know the specific .dll, but try installing the Microsoft Data Access Pack (mdac_typ.exe) from Microsoft, that usually solves that error for me on older NT systems. You should be able to find it either be on your studio disk or in one of the service pack downloads, or from MS's site.

Part and Inventory Search

Back
Top