Invalid object name...
jdahlgren
Posts: 3
When trying to run my package exe i get this error "Invalid object name...".
It seems lite SQL Packager does not handles dependencies correctly.
In this case it is a table function that is used in a view.
The script is trying to create the view before the function.
The "Include dependecies" option is checked.
It seems lite SQL Packager does not handles dependencies correctly.
In this case it is a table function that is used in a view.
The script is trying to create the view before the function.
The "Include dependecies" option is checked.
Comments
Can you please post the full version number from SQL Packager's help_about menu item? I've seen a fix for a similar problem done between SQL Bundle 5.2 and 5.3. I noticed, however, that another user had reported it again but we were unable to get enough information to reproduce the problem.
Thanks!
I have been on summervaccation so i have not been able to answer this until now...
My version on SQL Packager is 5.4.0.82
In SQL 2000, it's possible that the function can get renamed, and mess up the dependency chain because the names of the object in two different system tables do not match. To detect these functions, you could use the following query: If any results are found, you may want to script this function, then drop and recreate it. This will result in SQL that is consistent between syscomments and sysobjects.