Explain about protocol layer present in SQL server?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How to create a trigger for insert only?

0 Answers  


How connect excel to sql server?

0 Answers  


What is the purpose of forms?

0 Answers  


how to replace double quotes by single quotes in sql server

2 Answers   CAC,


Why the trigger fires multiple times in single login?

0 Answers  


Explain what is sql server english query?

0 Answers  


hi to all teachers,... Friends who write in the query mode Full text Search in Sql Server have experience Who make(Convert) this Stored Procedure as a normal Full text Search, which contains and .. Is used, into Advance of the tips I have thanked all friends perfection. Email : rezaafandi@yahoo.com Create PROCEDURE Sp_student @fname varchar(50), @lname varchar(50), @tel varchar(50), @code varchar(50), @adr varchar(50), @search_operation varchar(50), @totalRowCount bigint output AS begin if @search_operation = 'and' begin SELECT f3,f4,f5,f6,f7 FROM tb_student WHERE( f5 like '%' + @fname + '%' and f4 like '%' + @lname + '%' and f6 like '%' + @tel + '%' and f7 like '%' + @code + '%' and f3 like '%' + @adr +'%' ) select @totalRowCount = @@rowcount end

0 Answers  


What are magic tables in sql server?

0 Answers  


explain different types of jions with examples briefly?

2 Answers   Accenture, Excellence, Zensar,


hi i gone though satyam interview. what is Acid Properties?

2 Answers   Satyam,


How do I find the transaction log size in sql server?

0 Answers  


What is a non clustered primary key?

0 Answers  


Categories