November 10, 2016 at 10:00 pm
Comments posted to this topic are about the item Dropping a view
November 10, 2016 at 10:01 pm
This was removed by the editor as SPAM
November 11, 2016 at 7:22 am
Quite useful question, thanks Steve. But I was groping a while in the article "Looking at views, Close Up",
Dropping Views paragraph until I figured out that here is described the syntax e.g. for PostgreSQL and not for SQL Server... :ermm:
See in https://www.postgresql.org/docs/8.1/static/sql-dropview.html
November 11, 2016 at 9:55 am
Somebody has to mention that you should never end up in this situation in the first place because nested views are a performance timebomb.
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
November 11, 2016 at 10:34 am
Sean Lange (11/11/2016)
Somebody has to mention that you should never end up in this situation in the first place because nested views are a performance timebomb.
Yes they are. I've seen horrible things happen with nested views.
Edit: Oh yeah. A good, straightforward question is a nice way to end the week. Thanks, Steve.
November 11, 2016 at 10:43 am
Ed Wagner (11/11/2016)
A good, straightforward question is a nice way to end the week. Thanks, Steve.
Agreed!!! Good question Steve!!
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
November 14, 2016 at 2:52 am
Good question and a good case for using WITH SCHEMABINDING when creating a view.
😎
November 14, 2016 at 8:48 am
Eirikur Eiriksson (11/14/2016)
Good question and a good case for using WITH SCHEMABINDING when creating a view.😎
Agreed!
November 15, 2016 at 2:50 pm
Eirikur Eiriksson (11/14/2016)
Good question and a good case for using WITH SCHEMABINDING when creating a view.😎
+1
November 22, 2016 at 3:01 am
Easy one, thanks.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply