There is already an open DataReader error when scripting a view
SQL Server Management Studio:
When I try to script a view by right clicking on the view and select Script View / as CREATE TO I get the following error:
Exception has been thrown by the target of an invocation. (mscorlib)
There is already an open DataReader associated with this Command which must be closed first. (System.Data).
This must be a bug?
Charles

