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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 View question

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 yourView

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

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?
Go to Top of Page

khtan
In (Som, Ni, Yak)

17689 Posts

Posted - 2006-02-08 : 08:34:58
via Documentation ? Communicate with the programmers ?

----------------------------------
'KH'


Go to Top of Page
   

- Advertisement -