にProductAdmin
名前が変更されたビューがありましたProductDetail
。SQL データベースの変更更新を実行すると、以下のエラーが発生します。パラメータProductAdminがまだどこかに存在しているようです。SQL Server を初めて使用しますが、この問題を解決するにはどうすればよいですか?
[208] Invalid object name 'dbo.ProductAdmin'.
The following SQL command caused the error:
EXEC sp_refreshview N'[dbo].[ProductDetail]'
The following messages were returned from the SQL Server:
[0] Altering [dbo].[Product]
[0] Refreshing [dbo].[OrderDetail]
[0] Refreshing [dbo].[UserDetail]
[0] Refreshing [dbo].[ProductDetail]