Viewing 15 posts - 61 through 75 (of 3,738 total)
Lowell (12/21/2016)
is your account used by a team of users, and not an individual?
Trivially adapted from part of an answer I posted for you yesterday...
December 23, 2016 at 3:26 am
Lowell (12/21/2016)
is your account used by a team of users, and not an individual?
Trivially adapted from part of an answer I posted for you yesterday...
December 21, 2016 at 2:30 pm
I agree.
December 20, 2016 at 2:30 pm
Command Task?
December 20, 2016 at 2:09 pm
Jeff,
I only got the delete part complete:
Public Sub Main()
Dim FileToDelete As String
FileToDelete = "U:\ZZZ_ImportCreditDataNew\ImportCreditDataNew\SSISErrorLog.xlsx"
...
December 20, 2016 at 1:44 pm
Chris Harshman (12/20/2016)
December 20, 2016 at 1:40 pm
Error at:
File.Copy(sSource, sTarget, True)
Access of Shared Member, Contact, enum, member or NestedType through an instance,qualifying expression will not be evaluated.
December 20, 2016 at 1:36 pm
This line is not right:
File.Copy(sSource, sTarget, True)
What am I missing?
Public Sub Main()
Dim sSource As String
...
December 20, 2016 at 11:53 am
David Data (6/25/2010)
December 20, 2016 at 11:07 am
Actually I'm going to move the file but that is the same principle as a copy.
December 20, 2016 at 8:28 am
Please disregard this post.
December 20, 2016 at 7:46 am
I need to output the Query results to a file and send as an attachment.
I guess that I need create a Script task to delete the existing if it exist?
December 12, 2016 at 10:35 am
The following will output to a CSV but I do not want a CSV Format.
What are my options?
bcp "SELECT Col1,Col2,Col3 FROM MyDatabase.dbo.MyTable" queryout "D:\MyTable.csv" -c -t , -S
December 9, 2016 at 9:51 am
Lowell (12/6/2016)
your latest error is just because you checked...
December 6, 2016 at 10:40 am
Viewing 15 posts - 61 through 75 (of 3,738 total)