Viewing 5 posts - 1 through 5 (of 5 total)
Thanks for your reply. but it's not exactly what i try to do to see if response times are better.
When you use bulk import, you have your xml in one...
September 3, 2021 at 7:11 am
Thanks for your help.
That works fine.
Here the complete storeprocedure which could be useful.
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author:Frederic Leurs
-- Create date: 2020/01/07
-- Description:Delete or archive rows...
January 14, 2020 at 10:19 am
Thanks for you contribution. I know path, explicit or Auto. I have just made a simple example in a couple of minutes. In the real life, it's always a little...
January 6, 2020 at 9:23 am
thanks a lot. It was so simple. You are right : it was a basic problem.
Is there an another way to get the result of a for XML ( without...
January 3, 2020 at 9:09 am
Same thinks without a table
select cast((
select distinct
1 as Tag,
0 as Parent,
convert(varchar(10), getdate(), 103) as [Header!1!DateStock!ELEMENT],
'103' as [Header!1!FormatDate!ELEMENT],
...
January 2, 2020 at 1:34 pm
Viewing 5 posts - 1 through 5 (of 5 total)