runelords
Ten Centuries
Points: 1275
More actions
February 28, 2005 at 11:09 am
#163793
Is there a system function that compares with Oracle's utl_file function?
Arthur Lorenzini
PW-201837
SSC-Insane
Points: 20805
February 28, 2005 at 11:41 am
#544473
There is no direct comparison & it depends on what you're trying to do. utl_file allows file I/O from within stored procs, right ?
February 28, 2005 at 11:46 am
#544475
The proc is records records into a table from a textfile.
February 28, 2005 at 11:57 am
#544477
To get text into a table in SqlServer, there are several alternatives:
- DTS package
- BULK INSERT command from within a T-SQL batch/procedure
- bcp command line tool (and calling bcp from xp_cmdshell)
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply