Viewing 15 posts - 4,051 through 4,065 (of 14,953 total)
That's pretty much how I learned SSIS. Build something that can just barely do a "hello world" version of what I'm trying to accomplish, then move on to adding...
June 8, 2011 at 7:48 am
I'm in the same boat as a few others. Web development and design would actually be a distraction from what I get paid to be good at.
The best thing I...
June 8, 2011 at 7:41 am
The VPN client my company uses allows me to RDP to the server, but blocks all other network connections I would establish from the local desktop. Can't locally browse...
June 8, 2011 at 6:55 am
The function you need is "NullIf".
select NullIf(@Field24, '')
If the first value equals the second value, it returns a null.
June 8, 2011 at 6:52 am
You'll have to convert varchar(max) to text to get it into SQL 2000. A data conversion point in you data flow should be able to do that for you.
June 8, 2011 at 6:50 am
I'm not sure what you mean by "let go of".
June 8, 2011 at 6:48 am
kwoznica (6/7/2011)
GSquared (6/7/2011)
June 8, 2011 at 6:47 am
It sounds like you did really good work. That's promising. If you want more details on how good, etc., you'll want to talk to people who manage projects...
June 8, 2011 at 6:46 am
markanderson (6/7/2011)
I think I am going to take your point on the fact that mathmatically...
June 8, 2011 at 6:40 am
patla4u (6/7/2011)
like
ACCT_ID ACCT_NO ACCT_NAME ACCT_ROW
1 11 ABC 100.......................................(yesterday)
1 11 ABC 101.......................................(today)
2 12 XYZ 102.......................................(yesterday)
2 12 XYZ 103.......................................(today)
or
ACCT_ID ACCT_NO ACCT_NAME...
June 8, 2011 at 6:38 am
Start with restoring model. See if that solves it for you.
If the service won't start because it can't create tempdb, you may need to repair the installation. There...
June 8, 2011 at 6:33 am
Jason L (6/7/2011)
June 8, 2011 at 6:29 am
robert.williams 82816 (6/7/2011)
So based on what I'm seeing with my simpleton eyes, 1.111... is also equal to 1.
Better glasses needed maybe?
June 8, 2011 at 6:13 am
robert.williams 82816 (6/7/2011)
Just for arguments sake, how can .999..... = 1?It will always be .111...short of 1.
It may come close but not equal 1.
*runs and hides*
Buy a better calculator...
June 8, 2011 at 6:12 am
Viewing 15 posts - 4,051 through 4,065 (of 14,953 total)