Viewing 15 posts - 46 through 60 (of 287 total)
Jeff Moden (12/29/2015)
dwilliscp (12/29/2015)
I would love to post the code.. but it is my vendor's code... sorry.
Actually, that explains a lot.
So who's code is it that's in your first post...
December 30, 2015 at 7:58 am
dwilliscp (12/29/2015)
I would love to post the code.. but it is my vendor's code... sorry.
I will remove their proc call from our code and just do the export in a...
December 29, 2015 at 3:01 pm
I would love to post the code.. but it is my vendor's code... sorry.
December 29, 2015 at 2:49 pm
I am using varchar(8000) so that shouldn't be limiting it to 128.
December 28, 2015 at 1:53 pm
John Rowan (10/7/2015)
October 8, 2015 at 2:19 pm
Using the Transfer SQL Server Objects Task, I am having the same issue with our identity tables.. error:
Error: 0xC002F325 at Refresh MPM's Zemeter net, Transfer SQL Server Objects Task: Execution...
October 7, 2015 at 10:37 am
Thanks for your reply.. I am back from two weeks of vacation.. and getting back to this project.. due Monday. Looking at the transfer sql server objects task.. setting up...
October 7, 2015 at 8:41 am
michal.lisinski (9/23/2015)
Could you please tell me what the error is returned in the first issue?
Regarding the second issue, you can play with SET IDENTITY_INSERT [ database_name . [schema_name ] ....
September 23, 2015 at 11:42 am
michal.lisinski (8/20/2015)
HiIt looks you have permissions to write, but read & execute are denied.
Br.
Mike
How can you tell?
August 21, 2015 at 9:57 am
How do you find the timeout.. in SSIS? I looked around but could not locate.
July 24, 2015 at 7:05 am
GilaMonster (6/5/2015)
dwilliscp (6/5/2015)
UPDATEASETReserve_Pct = case when y.Reserve_Pct_Overwritten = 1
then y.[Reserve_Pct] else a.[Reserve_Pct] end
That will work fine.
The error was because you left in a column alias from when it...
June 5, 2015 at 5:51 pm
Lynn Pettis (6/4/2015)
dwilliscp (6/4/2015)
June 5, 2015 at 6:54 am
Lynn... it looks like you can not use a case statement inside of the update statement... just trying to make sure.. I guess I can put the update together in...
June 4, 2015 at 12:12 pm
BTW I am doing this so I can clean up the nvarchar's, and avoid doing this in the Join's and the where, so the data will match what is needed....
April 1, 2015 at 2:50 pm
Viewing 15 posts - 46 through 60 (of 287 total)