Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
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?
Find all posts by this user
Quote this message in a reply
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
Find all posts by this user
Quote this message in a reply
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.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:

Contact UsDeveloper SolutionReturn to TopReturn to ContentLite (Archive) ModeRSS Syndication