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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-11-09 : 08:48:55
|
| Ricky writes "I have stored procedures, and use asp to call for insertion.Everything looks right, but when I call to that stored procedure, I have Invalid Object name error with "tblprincipals" table name in the following.Any idea how to fix it?" |
|
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2004-11-09 : 09:17:41
|
| >> Any idea how to fix it?"Create tblprincipalsIt tries to resolve objects on first run which is when it gets this error. It either doesn't exist or has the wrong owner.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|
|