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
 General SQL Server Forums
 New to SQL Server Programming
 Parameterized view

Author  Topic 

Dipu710646
Starting Member

10 Posts

Posted - 2010-12-02 : 09:25:24

Hi All,

Can anybody describe me how to create parameterized view in SQL Server 2000?

Dipankar Sana

nigelrivett
Master Smack Fu Yak Hacker

3385 Posts

Posted - 2010-12-02 : 09:38:07
What do you mean by a parameterized view (or do you mean partitioned).
Can create a stored procedure that takes parameters or maybe a table valued function but there's no such thing as a parameterised view afaik.

==========================================
Cursors are useful if you don't know sql.
SSIS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -