sqlhints.com
PRINT Statement in Sql Server
In Sql Server PRINT statement can be used to return message to the client. It takes string expression as input and returns string as a message to the application. In case of SSMS the PRINT statemen…