开发者

Views based on views based on etc

I have this script(dtsx file) on a sql 2005 server (made by some other technician), some stored procedures update tables with data from views. I can see that these views are based on ot开发者_StackOverflowher views, sometimes 4 to 5 layers thick before hitting the database tables. Would you recommend to improve this construction?

(when confronted with this script i found no documentation, so i don't know the motivation why this construction is used)


No, I would not recomend you change this, unless there is some logical, or business requirement that you change the structure.

Views on views is quite normal.

Have a read here

  • Using Views in Microsoft SQL Server
  • SQL Server Views
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜