I have a SQL Query that accepts parameters. Now When I'm trying to include that query into a view, I'm facing an error because a view cannot hold a parameters just like an SP or a function can.
Hence if I had to create the view that had to contain the parameters, Is there someway that it is possible?
Many Thanks