Viewing 15 posts - 121 through 135 (of 2,458 total)
I'll admit that I often prefer to transform data inside of a SQL Server target, OLTP or DW database. The reason is that mass changes are often easier with...
April 3, 2018 at 3:20 pm
April 3, 2018 at 2:09 pm
What did the DBA say to the Developer?
It doesn't matter, he wasn't listening anyway
March 16, 2018 at 11:23 am
Everyone - how do I execute the following query and set the...
March 14, 2018 at 1:00 pm
I don't know what the issue is here but you could use ngrams8k to perform an character by character analysis like this:
-- sample data
DECLARE @table table(someId int...
March 13, 2018 at 7:56 pm
@Jeffrey Williams 3188
Ditto what Lynn said about...
March 10, 2018 at 4:21 pm
My apologies if I came off as rude. I was just trying to point out that what you posted was overkill for the requirement. I write must faster code than...
March 9, 2018 at 9:03 pm
March 9, 2018 at 5:53 pm
March 7, 2018 at 2:06 pm
Can you post some DDL for the tables that you are pulling data from (Note the link in my signature line for best practices on getting help)
March 7, 2018 at 9:48 am
The job title of DBA means different things to different people. Luis touched on some of the core responsibilities. My first question would be: what is their job description -...
March 7, 2018 at 9:42 am
Some code formatting food for thought...
For cases where I need to repeat the same expression multiple times you can create on "on-the-fly" inline function to simplify your code. In...
March 7, 2018 at 9:11 am
davef 22400 - Wednesday, February 28, 2018 12:44 PMHmm. not sure I follow
Sorry. Normally I would include an example but I was...
February 28, 2018 at 1:35 pm
Viewing 15 posts - 121 through 135 (of 2,458 total)