Started 1 week, 3 days ago (2009-11-28 13:31:00)
by visakh16
>
usually the key that we use for time dimension will represent the date itself i.e like 20090121 for 21.1.2009
Started 1 week, 3 days ago (2009-11-28 02:00:00)
by visakh16
>
i think what you need is
data flow task with oledb source containing your query and access connection for destination.
Started 1 week, 5 days ago (2009-11-26 04:25:00)
by rajdaksha
>
Hi May be its useful http://blog.sqlauthority.com/2008/08/23/sql-
server -2008-configure-database-mail-send-email-from-sql- database/ http://www.databasejournal.com/features/mssql/arti cle.php/3646986/SQL-Server-2005-Integration-Servic es---Part-39---Send-Mail-Task.htm ------------------------- R...
Started 1 week, 6 days ago (2009-11-25 02:52:00)
by rajdaksha
>
Hi Goto success line(component connector its shows
green arrow) double click that there you can find expression you can put @cnt>0 ------------------------- R...
Started 2 weeks, 1 day ago (2009-11-23 17:55:00)
by YellowBug
>
quote: it basically times out and doesn't finish. That doesn't make sense. Do you get a time-out error? What is the command you are using? Are you using the command-line version of winzip? Is it possible the command is waiting for
user input? But you don't see that screen.
Started 2 weeks, 6 days ago (2009-11-18 13:44:00)
by aloha
>
If you have "use database_name" in the first line of the query, remove it, then the problem should be solved.
Started 8 months, 3 weeks ago (2009-03-18 12:39:00)
by huffdawg
>
quote: Originally posted by Starlet_GT To zip a file do the following in "Execute Process Task". In Process Tab: In Executable: C:\Program Files\
WinZip\WINZIP32.EXE In Arguments: -min -a "C:\file.zip" "C:\file.mdb" I completely understand this, but what if your input file (i.e. C:\file.mdb) is a variable (i.e. c:\file_mar_2009.mdb). How do you supply the...
Started 2 weeks, 1 day ago (2009-11-23 13:21:00)
by visakh16
>
isnt it enough to execute sp in sql and then pump results onto excel?
Started 2 weeks, 1 day ago (2009-11-23 09:44:00)
by visakh16
>
you can use ftp task to get files onto your folder. then use for each loop to loop through files and use dataflow task to transfer data using flat file source and
oledb destination to get data onto table.