Viewing 15 posts - 151 through 165 (of 9,641 total)
I know you may not have control over this, but datetimes should be stored using a datetime data type, it makes things much easier. If your column is a...
March 14, 2016 at 8:03 am
Neo Aurora (3/14/2016)
March 14, 2016 at 7:42 am
tskelley (3/14/2016)
March 14, 2016 at 7:40 am
Without more information all we'd be doing is throwing stuff at the problem and seeing what sticks. Please read the first 2 articles linked in my signature and post...
March 4, 2016 at 11:06 am
There isn't enough information to provide what is going to be the right answer but are here are a couple of options:
/* This eliminates rows where advisor_id is null in...
March 4, 2016 at 9:39 am
Roust_m (3/3/2016)
I have 3 production servers replicating data to a DR server. I am not planning to use the DR server for anything other than DR.
I did some reading...
March 4, 2016 at 9:34 am
March 4, 2016 at 9:29 am
ripas (3/4/2016)
I want to transfer advisors from student_div_master to advisor_stud_table but because of null values I get an error.
advisor_stud_table has primary key. Is there any other way to copy some...
March 4, 2016 at 9:22 am
TomThomson (2/27/2016)
Jack Corbett (2/27/2016)
Ed Wagner (2/27/2016)
Having recently been on the interviewing end of dealing with recruiters I can say that modifying a resume is a common practice. ...
February 29, 2016 at 8:06 am
Is one result set returning 2 columns and the other only returning 1 column? That would explain the error.
February 27, 2016 at 8:55 pm
I think your EST needs to be configured like this:
Notice I have 2 results being returned.
And then your For Each Loop need to be configured like this:
Then you don't even...
February 27, 2016 at 5:29 pm
Steve,
Like Hugo I'm not sure I understand what you are trying to accomplish. So let me provide an example of what I think you want to do. I...
February 27, 2016 at 4:23 pm
Is the error a SQL Error or an SSIS Error?
Is the @user variable you mention the actual name of the variable you are using in the package? How is...
February 27, 2016 at 4:03 pm
The following code doesn't get you to your final result the way you want it pivoted, but it gets close:
WITH Customer
...
February 27, 2016 at 3:29 pm
Ed Wagner (2/27/2016)
I get it and it makes sense for the recruiter. It is challenging for the job seeker when multiple agencies all try to fill the same position. That...
February 27, 2016 at 1:37 pm
Viewing 15 posts - 151 through 165 (of 9,641 total)