Logo 
Search:

SQL Server Articles

Submit Article
Home » Articles » SQL Server » FunctionsRSS Feeds

Rowset Functions

Posted By: Sarita Patel     Category: SQL Server     Views: 3564

This article explains about different Rowset functions in sql server with examples.

Rowset functions returns an object that can be used as if it were a table or a view.

All rowset functions are nondeterministic i.e They return different value every time they are called with a specific set of values.

Below are the rowset functions available in sql server.
  • CONTAINSTABLE
  • FREETEXTTABLE
  • OPENDATASOURCE
  • OPENQUERY
  • OPENROWSET
  • OPENXML
  
Share: 

 
 

Didn't find what you were looking for? Find more on Rowset Functions Or get search suggestion and latest updates.

Sarita Patel
Sarita Patel author of Rowset Functions is from United States.
 
View All Articles

Related Articles and Code:


 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!