Viewing 15 posts - 1,936 through 1,950 (of 11,678 total)
Ed Wagner (9/3/2014)
...The iCloud team obviously didn't get the memo about security.
Security measures are as secure as the password the user uses 😀
September 3, 2014 at 12:05 pm
You need to specify that in the CREATE TABLE statement.
September 3, 2014 at 12:03 pm
FieldA needs to be (DT_STR,150,1252), FieldB needs to be (DT_WSTR,150).
September 3, 2014 at 11:21 am
TomThomson (9/3/2014)
Luis Cazares (9/3/2014)
xsevensinzx (9/3/2014)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 11:02 am
JoseMenendez (9/3/2014)
September 3, 2014 at 10:48 am
xsevensinzx (9/3/2014)
September 3, 2014 at 8:11 am
Regarding the first error.
When you use the data conversion component, it doesn't convert the column itself. It puts the converted data into a new column.
Don't forget to map this new...
September 3, 2014 at 8:06 am
Gazareth (9/3/2014)
I've just been told: "We don't recommend running SQL commands against the database"Right. May as well go home then!
I guess they meant ad-hoc queries?
September 3, 2014 at 8:01 am
dndaughtery (9/2/2014)
September 3, 2014 at 5:02 am
What are the errors?
This should work (but of course I can't test it, since you didn't provide any table DDL and sample data).
,[Weekly Rent] = ((COALESCE(CTAX.[NET-AMT],0)+COALESCE(HEAT.[NET-AMT],0)+COALESCE(FURNIT.[NET-AMT],0)+COALESCE(SERVCH.[NET-AMT],0)+COALESCE(SEWER.[NET-AMT],0)+COALESCE(WATER.[NET-AMT],0)) * 12) / 52.0
Be...
September 3, 2014 at 1:50 am
Yes. But it needs to work over the different machines.
I have never configured it myself though, I try to avoid it at all costs.
September 3, 2014 at 1:02 am
Eirikur Eiriksson (9/2/2014)
Quick thought, if the source structure is changed, the whole data pipeline (data flow path) has to be updated, including the destination definition.😎
And even more important, the source...
September 3, 2014 at 12:20 am
That's the extension for Word 2003.
Did you also comment out WORDOPENXML? That's the one for Word 2007-10.
September 3, 2014 at 12:19 am
Lynn Pettis (9/2/2014)
OLE DB provider...
September 2, 2014 at 1:26 pm
Viewing 15 posts - 1,936 through 1,950 (of 11,678 total)