Viewing 15 posts - 9,511 through 9,525 (of 13,874 total)
Gustav_99 (12/3/2013)
steveb. (1/13/2011)
or you could put the data as is in a...
December 4, 2013 at 12:18 am
Shadab Shah (12/3/2013)
Phil Parkin (12/3/2013)
Shadab Shah (12/3/2013)
December 3, 2013 at 11:40 pm
--Edit: comment removed.
December 3, 2013 at 11:38 pm
spin (12/3/2013)
Hii have a table with accountid, stockid, startdate, enddate.
i need to create a table which is a list of dates between the start/end dates.
not sure where to begin??
thanks.
While I...
December 3, 2013 at 7:49 am
Shadab Shah (12/3/2013)
December 3, 2013 at 7:46 am
Here's some rough code - might get you started.
Public Sub Main()
Dim ErrorMsg as string = ""
If not (System.IO.File.Exists("C:\FileData\file1.txt")) Then ErrorMsg = ErrorMsg & "File1...
December 2, 2013 at 11:29 pm
Jeff Moden (12/1/2013)
December 2, 2013 at 1:37 am
suchitra.venkataramani (11/28/2013)
To be read and written to excel. Pls refer the above posts for more details.Thanks,
Suchitra
Why are you doing this in script? Use a dataflow.
November 28, 2013 at 5:26 am
suchitra.venkataramani (11/28/2013)
My select query will fetch me 2 rows. So what are the changes that should be made in ssis and vb code?
To do what, exactly?
November 28, 2013 at 5:11 am
hardikr (11/28/2013)
yes, Path and file both are exists when package runs.
OS installed on server is Windows Server 2008 R2.
My package runs under user SQLServices and I have...
November 28, 2013 at 4:57 am
hardikr (11/28/2013)
Can anyone please help me?
I have created SSIS package which exports data into excel file....
November 28, 2013 at 4:16 am
Remove the line
Private Const Location As String = "User::VarLocation" // declared as variable
And then ...
Dim var1 As String = DirectCast(Location, String)
should become something like
Dim var1 As String = Dts.Variables("Location").Value
I...
November 28, 2013 at 4:12 am
I can't think of a neat and tidy way of doing this without scripting. But with a script task, not difficult at all.
November 27, 2013 at 10:37 am
Koen Verbeeck (11/27/2013)
Phil Parkin (11/27/2013)
Koen Verbeeck (11/26/2013)
Can you post a screenshot? Normally all packages should run in parallel when executed from the master package.
You should bear in mind what the...
November 27, 2013 at 3:29 am
Koen Verbeeck (11/26/2013)
Can you post a screenshot? Normally all packages should run in parallel when executed from the master package.
You should bear in mind what the packages are doing when...
November 27, 2013 at 3:16 am
Viewing 15 posts - 9,511 through 9,525 (of 13,874 total)