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 |
|
gotafly
Yak Posting Veteran
54 Posts |
Posted - 2006-02-08 : 07:34:29
|
| I understands the advantages of a view, but how do all the programmers know how to retrieve the data from a view without seeing the view? |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-02-08 : 07:53:47
|
| Do you mean this?Select columns from yourViewMadhivananFailing to plan is Planning to fail |
 |
|
|
gotafly
Yak Posting Veteran
54 Posts |
Posted - 2006-02-08 : 08:30:01
|
| Say I write a complex view. What is the best way to let other programmers know to use that view? |
 |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2006-02-08 : 08:34:58
|
| via Documentation ? Communicate with the programmers ?----------------------------------'KH' |
 |
|
|
|
|
|