Viewing 15 posts - 1,771 through 1,785 (of 1,988 total)
Maybe try multiple update statements,
UPDATE [Staging_TABLE] SET Data_clean = REPLACE(Data_clean, ',||,','^')
UPDATE [Staging_TABLE] SET Data_clean = REPLACE(Data_clean, ',||',',"')
UPDATE [Staging_TABLE] SET Data_clean = REPLACE(Data_clean, '^',',||,')
March 11, 2015 at 10:14 am
Are you storing the original XML requests so you can look at those and try to recreate the failure?
March 11, 2015 at 8:07 am
below86 (3/10/2015)
Nevyn (3/10/2015)
below86 (3/10/2015)
Nevyn (3/10/2015)
Rewriting the code to sacrifice performance and optimal design just to make it easier to follow makes little sense.
I quess erything I deal with...
March 10, 2015 at 12:39 pm
dwain.c (3/9/2015)
ZZartin (3/9/2015)
dwain.c (3/8/2015)
To me, properly formatting...
March 10, 2015 at 9:12 am
I have 2 processors with 4 cores a pop with a total of 8 cores total. I have about 16 GB dedicated to SQL Server
As has been said just that...
March 10, 2015 at 7:41 am
dwain.c (3/8/2015)
To me, properly formatting the query...
March 9, 2015 at 8:05 am
sqlguy-736318 (3/5/2015)
For example, course-related tables/data could be grouped into 1 temp...
March 5, 2015 at 5:03 pm
sqlguy-736318 (3/5/2015)
ZZartin (3/5/2015)
Why do you think the process of create and populating temp tables will be less confusing?
Because you would be breaking the problem into pieces which inherently simplifies the...
March 5, 2015 at 4:26 pm
Why do you think the process of create and populating temp tables will be less confusing?
March 5, 2015 at 3:01 pm
While I totally understand the value of knowing what's going on behind the scenes why anyone willingly subjects themselves to a command line interface unless given absolutely no other choice...
March 4, 2015 at 1:51 pm
Well on the MySQL Front, it's free and the general rule of thumb applies, every dollar you save in software costs you pay for in development time and maintenance.
As for...
March 3, 2015 at 1:34 pm
Jeff Moden (3/2/2015)
ZZartin (3/2/2015)
Jeff Moden (3/2/2015)
Don Halloran (3/1/2015)
(Also I hate web development 😛 )
Ah, yeah... we need to you move that smiley face one pixel to the right and change...
March 3, 2015 at 7:32 am
Jeff Moden (3/2/2015)
Don Halloran (3/1/2015)
(Also I hate web development 😛 )
Ah, yeah... we need to you move that smiley face one pixel to the right and change the color on...
March 2, 2015 at 3:40 pm
adonetok (3/2/2015)
(not all member has 4 ID, some has 2 some may have 3...)
12345P ...
March 2, 2015 at 9:26 am
Shrink database will shrink all the files, shrink file let's you specify the file you want to shrink. Unless you really need to reclaim drive space there's not too...
March 2, 2015 at 8:31 am
Viewing 15 posts - 1,771 through 1,785 (of 1,988 total)