dbTalk Databases Forums  

Data Stream to SQL

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Data Stream to SQL in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris
 
Posts: n/a

Default Data Stream to SQL - 10-17-2003 , 12:01 PM






Can data be streamed to SQL.
We are a hospital. A patient is admitted to the hospital.
That admit goes to an interface engine as a record. The
interface then sends the record to other systems in an
format called HL7. I want this record to be sent to an
SQL server. This interface engine connects to tcp port.
Can I somehow monitor a port for activity and then create
insert, delete, updates from the record info sent to the
tcp port?

I know that DTS can make connections to files/other db
resource but can it do this?


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Data Stream to SQL - 10-18-2003 , 05:52 AM






What format is HL7 ? If it is a file and you can read it then DTS can use
it. Darren used to work in a hospital so he may already have done this kind
of thing.

Looking at this it would certainly seem possible

http://www.accent-ltd.com/1229/1252.html

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

"Chris" <cyoung (AT) medcentral (DOT) org> wrote

Quote:
Can data be streamed to SQL.
We are a hospital. A patient is admitted to the hospital.
That admit goes to an interface engine as a record. The
interface then sends the record to other systems in an
format called HL7. I want this record to be sent to an
SQL server. This interface engine connects to tcp port.
Can I somehow monitor a port for activity and then create
insert, delete, updates from the record info sent to the
tcp port?

I know that DTS can make connections to files/other db
resource but can it do this?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.