Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AnjaGrillo

    Stored Procedure

    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'...

Part and Inventory Search

Back
Top