What are the Advantages of using CTE in sql server?
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
What are the essential components of sql server service broker?
Can a rule be bound to any column of any data type?
If a table does not have a unique index, can a cursor be opened on it?
Do you know the isolation level that sql server support?
what are the disadvantages of cursors? : Sql server database administration
Different Types of Functions ?
IN Vs OR operator which is best to use sql server.
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
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Explain following error properties?
What is Trace flag?