Viewing 15 posts - 16 through 30 (of 65 total)
doh
Open BIDS, and select Tools > Options. On the menu on the left select “Business Intelligence Designers” then “Integration Services Designers”. In the Script box in the...
March 23, 2010 at 6:24 am
3.51 is the version of the Jet driver
March 19, 2010 at 7:45 am
yeah but are the column names changing day on day for the same worksheet?
and what is asp talking to? just go there and cut out the middle man?
February 8, 2010 at 4:48 am
are the column names changing within the same sheets?
where are all these crappy spreadsheets coming from 🙂
February 8, 2010 at 2:25 am
sounds easy enough to do in vb
you just need to paraterise the routine, get a for...each loop to go through the folder and then call the routine??
February 8, 2010 at 1:57 am
ah, good point
but i've only got read only on the oracle server
i've actually solved it by hacking the sql down (fun!)
i'd still like to know if the limits of SSIS...
February 5, 2010 at 2:26 am
erm...not sure why you are tinkering in xml
to add a DLL to the references, you need to
a) find it
http://social.msdn.microsoft.com/Forums/en/netfxsetup/thread/c9e83756-4ae2-4ed4-b154-1537f3bb3a22
not sure which version of windows you have, so will...
January 27, 2010 at 2:17 am
http://www.simple-talk.com/sql/ssis/passing-variables-to-and-from-an-ssis-task/
usually lock and unlock them
Dts.VariableDispenser.LockOneForWrite
vars.Unlock()
sort of thing
January 26, 2010 at 9:10 am
how about setting the network permissions to read/execute?
the lack of write means no LDB can be generated and the MDB is opened exclusively without one
January 26, 2010 at 4:43 am
try it in a batch file
then you'll know whether it's SSIS or a file thing, like network permissions
does it work in BIDS on the server or did you run it...
January 26, 2010 at 1:57 am
why can't you use the SP as the SQL of your data flow source and use an Excel destination?
January 26, 2010 at 1:51 am
how about
Postcode = Row.Postcode.ToStr
?
January 26, 2010 at 1:48 am
just answered a similar one here
http://www.sqlservercentral.com/Forums/Topic852934-364-1.aspx
January 26, 2010 at 1:44 am
use a config file 😉
January 25, 2010 at 10:06 am
pierre.perrin (1/4/2010)
Hi,_ 1 My source is a very big flat file not a SQL Server table
ha...
derived column then? same principle as my sql
January 25, 2010 at 9:52 am
Viewing 15 posts - 16 through 30 (of 65 total)