Viewing 15 posts - 106 through 120 (of 155 total)
Hi Phil - I am using 2014. Which other methods do you recommend for this?
The are no problems, only solutions. --John Lennon
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....
The are no problems, only solutions. --John Lennon
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...
The are no problems, only solutions. --John Lennon
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...
The are no problems, only solutions. --John Lennon
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,...
The are no problems, only solutions. --John Lennon
March 2, 2016 at 12:38 pm
Thanks Luis.
The are no problems, only solutions. --John Lennon
March 1, 2016 at 11:31 am
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...
The are no problems, only solutions. --John Lennon
September 28, 2015 at 3:04 pm
This is not what I had planned but it worked!
Thanks Luis 😀
The are no problems, only solutions. --John Lennon
September 14, 2015 at 9:34 am
Ignore this post please.
The are no problems, only solutions. --John Lennon
September 14, 2015 at 9:12 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 :-):-)
The are no problems, only solutions. --John Lennon
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),'');
The are no problems, only solutions. --John Lennon
September 11, 2015 at 9:00 am
Awesome! Thank you very much for making my Friday :-D:-D
The are no problems, only solutions. --John Lennon
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...
The are no problems, only solutions. --John Lennon
September 10, 2015 at 3:56 pm
I found it! There was this weird character (?) in the data, so you are right about SSIS.
The are no problems, only solutions. --John Lennon
September 10, 2015 at 3:13 pm
Thanks!
Good point about the Alter Table script. I was able to dump the data into a table with all NVARCHAR datatypes and then was easily able to push the data...
The are no problems, only solutions. --John Lennon
September 10, 2015 at 10:23 am
Viewing 15 posts - 106 through 120 (of 155 total)