What is a select query statement in ms sql server?


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

Post New Answer

More SQL Server Interview Questions

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 would be the Expected Salary For SQL Server Developer for 3 years exp. as per indian market?

7 Answers  


What is the difference between constraints and triggers?

9 Answers   Wipro,


What is the difference between osql and query analyzer?

0 Answers  


What command do we use to rename a db?

5 Answers   IBM,






How do you clear a log file?

0 Answers  


what is Equity join?

2 Answers   ADP,


What is difference between delete and truncate commands?

0 Answers  


What are the five characteristics of good data?

0 Answers  


When do you use SQL Profiler?

3 Answers   Wipro,


What is transaction server explicit transaction?

0 Answers  


I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause I want to prevent these queries from SQL injection attacks. What are the steps and precautions to be taken for SQL Injection attacks? Does anybody have suggestions? Thanks in advance,

2 Answers  


Categories