|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, April 19, 2013 3:27 AM
Points: 78,
Visits: 58
|
|
Hi Joseph U r article is excellent!!!... A small problem i noticed it, though it is working successfully, data getting appended with old data, so in effect SQL Excecute task is not dropping the table.. can anybody tell me why and how I can solve it? Thanks in advance Agson C A
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, December 17, 2008 5:55 PM
Points: 28,
Visits: 34
|
|
My post has nothing to do with capturing the error description, but after ten minutes of searching for a 'new thread' button I give up. What I am looking for is more leeway in formatting the email. In sqlmail I am able to insert cr's and lf's, but the same syntax doesn't work in the activex mail. Can someone point me in the right direction to research this further? Thanks, Dunc
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, August 06, 2006 11:03 AM
Points: 1,
Visits: 1
|
|
I kept getting a syntax error with my Execute SQL Task:
DROP TABLE 'contacts' GO
Finally I removed the single quotes and it worked:
DROP TABLE contacts GO
weird...
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 30, 2007 7:56 AM
Points: 208,
Visits: 1
|
|
Excellent article, thanks. I've discovered that exporting to a .csv you don't need to delete the file/contents of the file first, a .csv file retains the structure from the first time you run the package and just gets new data on each subsequent run. Does that make sense?
Growing old is mandatory, growing up is optional
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 7:08 AM
Points: 292,
Visits: 657
|
|
Yes, it does append the data unless you delete and recreate the CSV file.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Wednesday, May 30, 2007 7:56 AM
Points: 208,
Visits: 1
|
|
Wildh, i've found the opposite. You don't need to delete and recreate the csv file, the original data is replaced with the new data, at least in my experience.
Growing old is mandatory, growing up is optional
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 7:08 AM
Points: 292,
Visits: 657
|
|
Ahh. I was talking about spreadsheets not CSV, my mistake.
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Monday, April 15, 2013 4:10 AM
Points: 307,
Visits: 77
|
|
Excellent just the kind of thing I need .... Now if someone could give me a tip on using a parameterized stored Procedure instead of a view of a table ... and how to invoke that from a .net application it would absolutely make my day!!!! nano
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Tuesday, August 10, 2010 4:54 AM
Points: 815,
Visits: 32
|
|
I also had the drop table problem, I just removed the quotes altogether, which seemed to solve the problem I have a problem with the ActiveX script, it results in an error Error Code: 0 Error Source: CDO.Message.1 'The SendUsing configuration value is invalid' Error Line : 13 David
If it ain't broke, don't fix it...
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, February 01, 2010 3:40 PM
Points: 1,
Visits: 4
|
|
Would it be possible to export data to multiple tabs or specify a tab to export the data to?
Thanks
|
|
|
|