1.

Stored procedure used to remember the exact number of bytes is _____________(a) sp_datatype(b) sp_datatype_info(c) sp_info(d) none of the mentionedI have been asked this question in an international level competition.Question is taken from Stored Procedure in portion Developing with SQL Server of SQL Server

Answer»

The CORRECT CHOICE is (b) sp_datatype_info

The EXPLANATION: sp_datatype_info returns just about EVERYTHING you need to know about the datatypes available in any SQL SERVER database.



Discussion

No Comment Found

Related InterviewSolutions