Viewing 15 posts - 91 through 105 (of 142 total)
Going to try it with Environment Variables, thanks as always 😀
April 6, 2016 at 2:37 pm
Hi Phil,
If you are using integrated security, what security issues concern you?
I guess my question should be... "What types of security issues will I have to concern myself with using...
April 6, 2016 at 2:01 pm
Hi Phil - I am using 2014. Which other methods do you recommend for this?
April 4, 2016 at 2:39 pm
Thanks for your reply.
I am trying to create a Report for my Manager which shows a chart of Users who ran most number of queries in the last 24 hours....
March 21, 2016 at 11:58 am
I figured that the tools will not convert everything. I am hoping to get some assistance since I haven't used PL/SQL since Oracle 8i.
Thank you all so much for your...
March 8, 2016 at 6:56 am
Phil,
We are going to recreate the ControlM jobs manually due to the complexity of the processes, so this make my life easier somewhat, tedious, but easier.
Thanks for you help as...
March 3, 2016 at 9:59 am
Hi Phil,
If there is a way that I can separate the tags, maybe I can wrap this in dynamic SQL. I am thinking something like...
@var = 'Create Job'+<NAME TAG>, etc,...
March 2, 2016 at 12:38 pm
SQLTougherGuy (9/28/2015)
I inherited an SSIS package that is rather simple. It grabs data from a SQL Query and then loads it into a SQL table. The first step of this...
September 28, 2015 at 3:04 pm
This is not what I had planned but it worked!
Thanks Luis 😀
September 14, 2015 at 9:34 am
Yup!!! Was missing the COLLATE.
Update TABLE
set DS = Replace(DS, nchar(65533) COLLATE Latin1_General_BIN2, '!')
Thank you all very much! I love this site :-):-)
September 11, 2015 at 9:41 am
Ok, so here is what I am trying to do but it is not working. Any ideas?
UPDATE TABLE
SET DS = REPLACE(DS,NCHAR(65533),'');
September 11, 2015 at 9:00 am
Awesome! Thank you very much for making my Friday :-D:-D
September 11, 2015 at 7:12 am
What I mean by cash-cow is that they rarely make significant changes to the product and push to release new versions. SSIS is not free as it is included in...
September 10, 2015 at 3:56 pm
Viewing 15 posts - 91 through 105 (of 142 total)