BizTalk Server General - SQL Adapter and Delete Stored Procedure

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > July 2004 > SQL Adapter and Delete Stored Procedure





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author SQL Adapter and Delete Stored Procedure
Bryan Freeman

2004-07-30, 5:49 pm

I would like to use the following stored procedure with the SQL Adapter. I don't want to use an updategram for deletes. How do I need to modify it to get the adapter to generate my schema?


CREATE PROCEDURE [dbo].[EPGReports_Delete_ByDataSourceID]
@EPGDataSourceID int
AS
SET NOCOUNT ON

DELETE FROM
[EPGReports]
WHERE
EPGDataSourceID = @EPGDataSourceID
GO

--
Bryan Freeman
Consultant
Ascentium Corp.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com