Viewing 15 posts - 16 through 30 (of 62 total)
adrian.facio (5/21/2012)
;WITH XmlDocuments
as
(
select *,XmlDoc = convert(xml,'<?xml version...
May 21, 2012 at 3:27 pm
rabisco (5/21/2012)
adrian.facio (5/18/2012)
;WITH...
May 21, 2012 at 2:56 pm
adrian.facio (5/18/2012)
;WITH XmlDocuments
AS
(
select...
May 21, 2012 at 9:21 am
adrian.facio (5/18/2012)
May 18, 2012 at 3:58 pm
adrian.facio (5/18/2012)
i forgot the exec (@updates) stamentent in the end.
Thanks SSC-Enthusiastic. I'll spend some of the weekend testing it in My Dev environment.
Have a good weekend.
May 18, 2012 at 3:40 pm
adrian.facio (5/18/2012)
Hey buddy,What sql server version are you using? do you have xml variables?
The sql server version is Microsoft SQL Server 2005 - 9.00.4035.00 Service Pack 2
May 18, 2012 at 2:49 pm
adrian.facio (5/18/2012)
I made this using a split with jeff modden style . It migth be useful if you are restricted to not use CLR.
DECLARE @sql AS VARCHAR(MAX)
SET @sql = ''
;WITH...
May 18, 2012 at 12:23 pm
jim.l (5/16/2012)
May 17, 2012 at 8:22 am
jim.l (5/16/2012)
e.g. " SELECT code2_sku FROM Linktable WHERE code1_sku = '123456' "
Are there any duplicates (code1 or code2)...
May 16, 2012 at 3:17 pm
jim.l (5/16/2012)
This is an interesting "problem".rabisco,
i had an hour of free time, so I MAY have a CLR solution for you.
what is the logic for the code1-to-code2 mapping?
thanks.
.j.
Hi Jim.l,...
May 16, 2012 at 1:19 pm
Sean Lange (5/15/2012)
May 15, 2012 at 1:02 pm
Sean Lange (5/15/2012)
rabisco (5/15/2012)
Sean Lange (5/15/2012)
May 15, 2012 at 12:53 pm
Sean Lange (5/15/2012)
May 15, 2012 at 11:18 am
rabisco (5/9/2012)
rabisco (5/8/2012)
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Hi Sean,
was the ddl and sample data I posted useful?
Thanks.
Well it certainly demonstrated the problem. Is this a one time thing or...
May 15, 2012 at 9:19 am
rabisco (5/8/2012)
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Sean Lange (5/8/2012)
rabisco (5/8/2012)
Hi Sean,
was the ddl and sample data I posted useful?
Thanks.
Well it certainly demonstrated the problem. Is this a one time thing or something...
May 9, 2012 at 3:18 pm
Viewing 15 posts - 16 through 30 (of 62 total)