Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



SQL Server Interview Questions
Questions Answers Views Company eMail

What is full form of XP ?

Cap Gemini, Infosys, Microsoft, Oracle, Reliance,

42 75023

what is procedure in sql?

Millennium, SQL,

2 7317

How create table structure only from tableA to TableB if TableA have some data?

4 7226

How make remote connection in database?

1 3934

How send email from database?.

CarrizalSoft Technologies, Merrill Lynch,

3 8088

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

2234

In join, which clause in not used?

HCL, NIIT, TCS,

4 13121

how many instance use in sql server 2005

EFI, HCL,

4 12479

How we Resize table,temp table, database and log file size in SQL Server 2005

ABC,

1 5985

There 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 18292

Can we create nonclustered index in a table without creating a clustered index

1 4933

How can we call UDF(User Define Function) using C# code in ASP.net ?

2 6967

4 Please write a querry to find repeated numbers in the following table. Table Name: Table1 Field1 10 15 20 15 10

7 9442

I 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 10743

Hi, 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 13206


Un-Answered Questions { SQL Server }

Is it possible to have clustered index on separate drive from original table location?

1034


Can we do dml on views?

1027


Why we use the openxml clause?

1063


How raid can influence database performance?

1102


How to enter binary string literals in ms sql server?

1235


Disadvantages of the indexes?

1215


How efficient you are in oracle and SQL server?

1244


What are different types of constraints?

989


What is the difference between upgrade and migration in sql server?

1170


How to provide default values to function parameters?

1242


What is the primary use of the model database?

1144


do you know how to configure db2 side of the application? : Sql server database administration

1113


What is standby servers? Explain types of standby servers.

1067


What is in place upgrade in sql server?

1118


Does view occupy space?

1004