Viewing 15 posts - 361 through 375 (of 842 total)
July 26, 2018 at 3:04 pm
July 25, 2018 at 8:49 am
every street has a name that is repeated, every town has... You get the...
July 25, 2018 at 8:40 am
I agree with you, in principal. But sometimes the option of leaving...
July 24, 2018 at 1:47 pm
And I think this illustrates the point Ben was trying to make in the...
July 23, 2018 at 3:06 pm
July 23, 2018 at 2:10 pm
I think that normalization can be taken to far. I worked for a...
July 23, 2018 at 2:07 pm
July 23, 2018 at 1:17 pm
I think that normalization can be taken to far. I worked for a company a few years back that was doing this very thing. I should mention an outside company...
July 23, 2018 at 1:00 pm
Yeah,... let's not go there. 😉 This is supposed to be a fun...
July 19, 2018 at 9:57 am
If the field name is 'Name' that you are trying to do this on then change the SQL when you SELECT the data to do the replace.
Like: REPLACE(Name,'"','')
In the...
July 19, 2018 at 8:09 am
I would suggest replacing the double quotes in your SQL statement that pulls the data instead of trying to do it in SSRS.
July 19, 2018 at 8:03 am
Here is my thoughts on what this converts to, sort of. See comments for questions I had. This is not a one-to-one conversion, it is my thoughts on the equivalent...
July 17, 2018 at 2:35 pm
Viewing 15 posts - 361 through 375 (of 842 total)