Viewing 15 posts - 106 through 120 (of 153 total)
Thanks, Ivan! That did the trick. I stumbled across that prior to posting but I was reluctant to try because 1.) the name is quite scary and 2.) the article...
February 23, 2018 at 7:39 am
Thanks for the feedback. It's been great help!
November 1, 2017 at 11:53 am
Steve - I get what you are saying now. Here I thought I was doing the analysts a favor by eliminating what seemed to be duplicate data. I was essentially...
August 31, 2017 at 8:24 am
I can't say I've ever had to use them. However, it seems to do what I need it to upon a quick glance. I will definitely look into what each...
August 30, 2017 at 9:49 am
What are you looking for when you say after I post my actual query? I'm using the fuzzy lookup transformation within SSIS to do the matching and generate the output...
August 30, 2017 at 9:23 am
I'm running the same exact query and only getting an error message with the linked server so that's why I believe it has something to do with that.
I...
August 28, 2017 at 11:59 am
I'm using a linked server. That appears to be creating the problem.
August 28, 2017 at 11:22 am
Thanks for the help, Luis and SQLGuru! That does exactly what I need it to. Now I just need to figure out how to get around the error "Msg 125,...
August 28, 2017 at 9:53 am
Here are the statements to create the sample data I showed in the screen shot
create table ValueTracking
(
ID int
,[2017_01] int
,[2017_02] int
,[2017_03]...
August 28, 2017 at 9:01 am
Everything worked. I appreciate the help, Sean!
July 27, 2017 at 12:10 pm
Sean - Thanks for the help! I'll definitely take your advice.
Hopefully one final quick question...I thought that denying alter on a table would prevent users from performing insert,...
July 27, 2017 at 9:44 am
Yeah, I was scared that would be my only/best option. What about if I deny alter permission to all roles except for the one the users are currently in and...
July 27, 2017 at 8:28 am
Fair enough. Thanks for all of the advice! I'll hit the books and build from that.
March 24, 2017 at 8:57 am
I do have a copy of that but, admittedly, I've only skimmed through picking out key topics and trying to apply them to my own experiences. I do plan on...
March 24, 2017 at 8:10 am
Viewing 15 posts - 106 through 120 (of 153 total)