Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Muzokh
Starting Member
21 Posts |
Posted - 2011-12-05 : 22:12:06
|
Hi AllI am unable to grab the idea of VIEW_METADATA, I tried to search google but cannot find any simple or useful stuff.RegardsZuhair |
|
sandy123
Starting Member
14 Posts |
Posted - 2011-12-05 : 23:41:05
|
http://msdn.microsoft.com/en-us/library/cc966384.aspxsandy |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-12-06 : 00:41:17
|
WITH VIEW_METADATA will enable SQL Server to give metadata information of view when you try to access it using ODBC,OLEDB etc giving properties of view like columns, their datatype etc------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
|
|
|