Viewing 15 posts - 7,516 through 7,530 (of 13,876 total)
Sounds like your current place of work is not where you want to be.
Decide on what sort of position you would like next and then get your CV up...
February 19, 2016 at 6:06 am
Stephanie Giovannini (2/18/2016)
February 18, 2016 at 2:42 pm
dndaughtery (2/18/2016)
Error: [Execute Process Task] Error: In Executing...
February 18, 2016 at 2:39 pm
dndaughtery (2/18/2016)
Error: [Execute Process Task] Error: In Executing...
February 18, 2016 at 2:37 pm
I've gone back to using SQL 2012 since writing the above post. However, I think it may be as simple as opening the script task for edit and then closing...
February 18, 2016 at 1:23 pm
Sergiy (2/17/2016)
Alan.B (2/17/2016)
Sergiy (2/17/2016)
Make the PK on UserID non-clustered and create a clustered index on UpdateDt.
Unless UpdateDt is not unique. Then perhaps a clustered index on composite key consisting of...
February 18, 2016 at 9:17 am
February 18, 2016 at 5:51 am
John Mitchell-245523 (2/18/2016)
Why can't you just add another column to the third table?John
Exactly what I was thinking.
February 18, 2016 at 5:46 am
NineIron (2/17/2016)
I need to export the results of a stored procedure, text file, to another server on our network. Any thoughts?
Sure, sounds easy enough. What problems are you envisaging?
February 17, 2016 at 9:46 am
JustMarie (2/17/2016)
Read the parameter into a variable and then used a Derived Column transformation to get the...
February 17, 2016 at 9:43 am
What makes you think that the trigger is the problem? Maybe the update statement itself is the problem.
February 16, 2016 at 1:43 pm
Rich Mechaber (2/16/2016)
February 16, 2016 at 11:23 am
Ronzo (2/16/2016)
See response to issue here: http://stackoverflow.com/questions/34770688/vs-sqlclr-function-x-has-unresolved-reference-to-schema-yEssentially you add a CREATE SCHEMA object to your project, even if you know the target system will already have the schema.
It's certainly related...
February 16, 2016 at 9:54 am
Perhaps the author of the DLL can help you.
February 16, 2016 at 6:17 am
Dilipghimire2 (2/15/2016)
Those package include OLDEB Source and PDW destination. FYI: I created those...
February 15, 2016 at 3:40 pm
Viewing 15 posts - 7,516 through 7,530 (of 13,876 total)