Viewing 15 posts - 2,086 through 2,100 (of 11,678 total)
ipisors (8/11/2014)
August 12, 2014 at 12:50 am
daniarchitect (8/11/2014)
What is the maximum one can make as SQL / BI developer? Or How far a Microsoft SQL developer can go?
the More senior you become in...
August 12, 2014 at 12:49 am
Evil Kraig F (8/11/2014)
Holy crap, I'm almost speechless:http://www.sqlservercentral.com/Forums/Topic1601764-1633-1.aspx
That's a new one, aside to the questions asking for exam dumps and free copies of books.
August 12, 2014 at 12:24 am
chrisn-585491 (8/11/2014)
Who owns copy right...
August 11, 2014 at 7:21 am
I think to only action you can take is notify the actual owners of the copyright. It is up to them to take action.
August 11, 2014 at 7:01 am
Gazareth (8/11/2014)
I don't think that requires SQL Database Engine installed locally.
Indeed, you can work with SSDT just fine without having SQL Server installed.
August 11, 2014 at 4:30 am
No, your code takes a date and creates a mmddyyyy representation.
But if SSIS mixes up days and months, it can lead to the same issue (e.g. creating yyyyddmm by accident...
August 11, 2014 at 3:52 am
ronan.healy (8/11/2014)
I used thisLeft(TaxLotDescription,3)
and its not working. I then looked into my string function and left is not there right is. why is that
Ah, LEFT is probably introduced in...
August 11, 2014 at 3:20 am
Phil Parkin (8/11/2014)
ronan.healy (8/11/2014)
ok thanksand if the string is not all the same length I will probably hit problems ?
As long as the string is three or more characters,...
August 11, 2014 at 3:16 am
paul.knibbs (8/11/2014)
Jeff Moden (8/9/2014)
With the understanding you have of that counting problem and the additional understanding that I don't ask "trick" questions or questions based on trivia, explain or even...
August 11, 2014 at 3:14 am
It should affect all dates I assume.
Maybe because the other dates are impossible in a given format (months cannot be over 12), SSIS assumes another format?
Usually I steer away from...
August 11, 2014 at 3:01 am
The expression looks fine to me.
So you are saying the issue happens for a single date, but not for all the other dates? Seems quite odd to me.
Check the regional...
August 11, 2014 at 2:49 am
Why don't you leave the current date from the source - MaturityDate - as it is and insert that into the database.
You can convert it to the format you like...
August 11, 2014 at 2:41 am
Viewing 15 posts - 2,086 through 2,100 (of 11,678 total)