Hi at all,
I have the following stored procedure:
CREATE PROC INFO_BOLLETTE @tempdata text
AS
DECLARE @hDoc int
exec sp_xml_preparedocument @hDoc OUTPUT, @tempdata
INSERT INTO Bolletta SELECT * FROM OPENXML(@hDoc, 'Root/Lista')
with (Data_Fattura char (10) 'DataFattura'...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.