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...

What is the diff between Static Queries and Dynamic queries
give me some examples

Answer Posted / praveen

Static queries are the queries we normally use like SELECT *
FROM EMPLOYEE. where as dynamic queries can be built and
executed dynamically. sp_executesql system stored procedure
is used to execute dynamic sql statements.

Eg: sp_executesql N'select * from employee'

dynamic sql queries will take more time to execute when
compared to static queries

Is This Answer Correct ?    18 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between having and where clause.

1016


What is rtm version in sql server?

1101


What are the limitations in ssrs on sql server express edition?

195


What is dimension table? : sql server analysis services, ssas

1064


How does clustered and non clustered index work?

976


You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?

319


Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?

1060


Explain encryption of entire databases without the need for application changes in sql server 2008?

1090


Explain candidate key, alternate key, and composite key?

1056


Some queries related to SQL

1036


What are truncate options available in sql server? : sql server database administration

1080


Explain error and transaction handling in sql server?

1062


What are sp_configure commands and set commands?

1072


What are the methods used to protect against sql injection attack?

1114


How to change parameter value inside the report?

169