Answer Posted / swetha
Using PRINT command in stored procedure.
use print to check if the parameter values are fine.
When the stored procedure is executed then print will show
the output of those parameters/variables.
| Is This Answer Correct ? | 16 Yes | 4 No |
Post New Answer View All Answers
What is report server project?
How efficient you are in oracle and SQL server?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
Explain nested join?
In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance
What have included columns when we talk about sql server indexing?
Find nth lowest salary or get nth lowest salary?
How many types of stored procedures are there in sql server?
Why functions are used in sql server?
What are constraints in microsoft sql server?
What is transact-sql language?
Which table keeps the locking information?
What is primary key, unique key, and foreign key?
Why do we backup Active Directory ?
How to update multiple rows with one update statement in ms sql server?