Viewing 15 posts - 16 through 30 (of 72 total)
Hi Grant, that's really kind thanks. What format would you prefer the plan in? Text in an Excel file?
Cheers,
Dave
April 18, 2019 at 1:34 pm
Hi Dino, thanks for the reply.
I actually ended up simplifying the left outer joins as there were some casts and conversions on one of the sides. As I control both...
April 18, 2019 at 9:47 am
Hiya, thanks for the response.
i had cast the branch_key as varchar 3 in the select statement but the advanced editor was still showing 4 byte int - all fixed when...
April 12, 2019 at 3:19 pm
Hi Sue, I was rather proud of that one!
Dave
April 8, 2019 at 7:07 pm
Hi Dan, you are right, words do matter.
Personally I took no offence from the OPs words but I fully understand if you and others are offended and I support your...
April 8, 2019 at 6:53 pm
Hi Dan, yeah you are right however I think the OP was trying to provoke a reaction from us rather than offend us. In my opinion, he wants us to...
April 8, 2019 at 6:10 pm
Hi Steve, I 100% agree and also despite using SQL server daily for BI development and data warehousing, I include myself.
I just sent the below email to my colleagues as...
April 8, 2019 at 4:34 pm
Hi, thanks for this. I have set up a #tmp table that has 1 row 1 column and as an initial step I write the variable value to that table...
April 5, 2019 at 8:17 am
Hi, just be careful that you aren’t missing different errors on files that are actually present. Do you have some sort of audit table/ process that logs the outcome of...
April 5, 2019 at 8:15 am
Hi, this works for me when I want to be selective with files.
Dave
April 4, 2019 at 2:58 pm
Think you want something like this=(Fields!Booking_Count.Value/ReportItems!Textbox1.Value)*100
Replace Textbox1 with the actual name of the...
March 29, 2019 at 7:56 am
March 29, 2019 at 1:52 am
Jeff Moden - Wednesday, February 20, 2019 7:01 AMI don't understand why you simply don't validate the data before you concatenate it.
Because...
February 20, 2019 at 7:27 am
case when @valiValue is null then 'N/A' elseCASE WHEN CHARINDEX(''''+RTRIM(@VALUE)+'''',...
February 20, 2019 at 5:03 am
Hi thanks for this. I will give it a go.
Cheers,
Dsve
January 25, 2019 at 2:08 pm
Viewing 15 posts - 16 through 30 (of 72 total)