jgoodman00
Programmer
- Jan 23, 2001
- 1,510
If I connect to our SQL db as myself, I get object names such as "tblLineGen".
However, if I connect as anybody else they are suffixed with "(dbo)", so they become "tblLineGen (dbo)".
This is causing havoc with my procedures because the object names are changing.
Any suggestions for a solution?
James Goodman
However, if I connect as anybody else they are suffixed with "(dbo)", so they become "tblLineGen (dbo)".
This is causing havoc with my procedures because the object names are changing.
Any suggestions for a solution?
James Goodman