How to loop through result set objects using mssql_fetch_array()?


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

Post New Answer

More SQL Server Interview Questions

Hi all, I need query help for below senorio, could you please help me. TableName = City CITYID ContinuationID CITYNAME 1 1 SAN 1 2 DIEGO 2 1 SAN 2 2 FRANCISCO 3 1 CHICAGO 4 1 NEW 4 2 YORK 4 3 CITY Could you please help me to write a generalized SQL that returns results as given below in the Query result CITYID NAME1 NAME2 NAME3 NAME4 NAME5 1 SAN DIEGO 2 SAN FRANCISCO 3 CHICAGO 4 NEW YORK CITY

5 Answers   TCS,


When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?

0 Answers  


What are the differences between “row_number()”, “rank()” and “dense_rank()”?

0 Answers  


What is enhanced database mirroring in sql server 2008?

0 Answers  


How to create indexed view?

0 Answers  






What are the types of processing and explain each? : sql server analysis services, ssas

0 Answers  


What are the difficulties faced in cube development? : sql server analysis services, ssas

0 Answers  


Whether the updations made to the views reflect the original records in the table

5 Answers   NIIT,


what are different types of backups available in sql server? : Sql server database administration

0 Answers  


What is a functions and types in sql server?

0 Answers  


Difference between Function and Procedure-in general?

6 Answers  


Does sql server 2000 full-text search support clustering?

0 Answers  


Categories