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
2183There is a table1 with records (1,2,3,4,5,6) and table2 with records (4,5,6,7,8,9).write a query so as to get the result as 1,2,3,4,5,6,7,8,9
RBS,
12 177984 Please write a querry to find repeated numbers in the following table. Table Name: Table1 Field1 10 15 20 15 10
7 9128I am learning Testing, so i want to learn SQL also because SQL is important for Testing. I want to know which is best Institute in Ameerpet or SR Nagar or any other place in Hyd? Please help me.
7 10459Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance
IBM,
10 12793
How to update values in a table with update statements in ms sql server?
can an automatic recovery be initiated by a user? : Sql server administration
How do I start sql server 2016?
what are user defined datatypes and when you should go for them? : Sql server database administration
Do you know nested transaction?
Difference between connected and disconnected database in .net with sql server?
What is mssql?
what method you can use to reduce the overhead of Reporting Services data sources?
What number aggregate functions are accessible there in sql?
How to add the custom code in Report?
Explain primary key?
Can you please explain the difference between function and stored procedure?
What is difference between foreign key and unique key?
Why functions are used in sql server?
How do you create a data source?