Comments
Sort by recent activity
Some more information:
If I select Show SQL Script on the shortcut menu for the view, the first lines are
-- View
CREATE VIEW [dbo].[MyView]
but the view is actually called rpt_MyView. If I check this in SMS, the view is correctly called rpt_MyView, and if I script it in SMS the script contains rpt_MyView. Only Dependency Tracker seems to think the script should call it MyView. If I look at he name of the object in the Objects in Project window, it is called rpt_MyView.
If I rename the view to MyView in SMS and rerun the whole thing, Dependency Tracker is happy. If I rename it back Dependency Tracker gets upset again.
What on earth is going on? Anyone?
TIA
Charles / comments
Some more information:
If I select Show SQL Script on the shortcut menu for the view, the first lines are
-- View
CREATE VIEW [dbo].[MyView]
but the view is actually called rpt_MyView. If I check t...