SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Content with tag OPENROWSET Rss

   Items 1 to 5 of 5   
 

Dynamic SQL execution on remote SQL Server using EXEC AT

In this tip I am going to start my brief discussion with OPENQUERY and OPENROWSET table functions, its limitation and how the new EXEC AT command overcomes them.  Read more...
By Additional Articles 2009/06/09 | Source: MSSQLTips.com | Category: openrowset
Rating: (not yet rated)  Rate this |  Briefcase | 3,466 reads

Using the OPENROWSET function in SQL Server

OPENROWSET is a handy tool for retrieving data. Find out how to use the OPENROWSET function for SQL Server and Microsoft Access.  Read more...
By Additional Articles 2009/05/05 | Source: SearchSQLServer | Category: openrowset
Rating: (not yet rated)  Rate this |  Briefcase | 3,011 reads

Using OpenRowSet - SQL School Video

This SQL School video from MVP Andy Warren shows you how to use the OpenRowSet command to access data stored outside of SQL Server.  Read more...
By Andy Warren 2009/03/31 | Source: JumpStartTV | Category: video
Rating: |  Discuss |  Briefcase | 1,935 reads

Using OPENROWSET to read large files into SQL Server

OPENROWSET is a T-SQL function that allows for reading data from many sources including using the SQL Server’s BULK import capability.  Read more...
By Additional Articles 2008/12/29 | Source: MSSQLTips.com | Category: openrowset
Rating: (not yet rated)  Rate this |  Briefcase | 4,396 reads

Using SQL Servers OPENROWSET to break the rules

Many times I would like to insert the results of a stored procedure into a table so I can do some extra processing with the result set. I always have to create the table first in order to perform an Insert Into Exec on the desired stored procedure since Exec Into is not an option. Is there a way to do this without having to manually create the table each time?  Read more...
By Additional Articles 2008/08/14 | Source: MSSQLTips.com | Category: openrowset
Rating:  Rate this |  Briefcase | 3,098 reads
   Items 1 to 5 of 5   
 
Tags
access (1)    
bulk import (1)    
extract, transform, load (etl) (1)    
openquery (1)    
video (1)