Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

INSERT using rowset_function_limited argument

Status
Not open for further replies.

Sylvor

IS-IT--Management
Oct 17, 2001
42
0
0
US
Hi, it's me again,

Can anybody give me an example of an insert statement using the rowset_function_limited argument? BOL simply shows the INSERT syntax as...

BOL said:
INSERT [ INTO]
{ table_name WITH ( < table_hint_limited > [ ...n ] )
| view_name
| rowset_function_limited
}

And has this to say about Rowset_function_limited
BOL again said:
rowset_function_limited

Is either the OPENQUERY or OPENROWSET function. For more information, see OPENQUERY and OPENROWSET.

Thanks!
David

Dave Bennett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top