InterviewSolution
Saved Bookmarks
| 1. |
Will you use an SSRS Report or a database server to store your query? Why do you think that is? |
|
Answer» The SQL queries should be saved in a database SERVER's stored procedure. Because storing SQL queries in text FORMAT is no longer regarded as good practice, it should be avoided. SQL would be in an accumulating format if queries were stored in Store Procedures to a DATA server, while still GIVING all of the benefits of USING a Stored Procedure. |
|