Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Processing Text (BLOB) datatype within a stored procedure...

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-23 : 09:36:34
Bala Vaddi writes "I have Master/Detail information to be persisted in a transactional manner. Master information could be input parameters. I would like to pass the details information as a TEXT datatype (i.e., x1,10;x2,20;x3,30;....). Within the stored procedure I would like to process the incoming TEXT string (BLOB)
and perform the INSERTS of the details.

How can I achieve this ????"
   

- Advertisement -