|
Create a view from a stored procedure
|
|
02-19-2010, 07:13 PM
Post: #1
|
|||
|
|||
|
Create a view from a stored procedure
Hi there,
I want to use a stored procedure to creat a view. What would be the best solution for this? Thank you very much |
|||
|
02-19-2010, 07:43 PM
Post: #2
|
|||
|
|||
|
RE: Create a view from a stored procedure
why do you want to create a view inside a procedure?
|
|||
|
02-19-2010, 08:05 PM
Post: #3
|
|||
|
|||
|
RE: Create a view from a stored procedure
Somebody else is creating a web report from a view. (an existing one)
In fact I had to modify that view but I can not use temporary tables. So I created a SP to be used for that report. Thank you |
|||
|
02-25-2010, 07:02 PM
Post: #4
|
|||
|
|||
|
RE: Create a view from a stored procedure
thats fine. but why do you need to create a view for that. you can just create a sp which gives resultset that report can make use of.
also not a good method to create a view inside procedure (you dont need to). If you need a view at all, creation has to happen before procedure. |
|||
|
« Next Oldest | Next Newest »
|




