Forum Replies Created

Viewing 15 posts - 976 through 990 (of 1,118 total)

  • RE: SSIS SQL 2005 and SQL Agent Scheduled Job

    BryanCompton (1/11/2009)


    We just moved from SQL 2000 to SQL 2005. I have created 6 SSIS packages in Visual Studio 2005 that pull data from several databases, export the...

  • RE: job seheduling

    bharatmadhira (1/8/2009)


    how do u describe about a job sehduling in SSIS

    You can use SQL Job Agent API. Check this script for ideas.

  • RE: Counting blankvalues in column of an Excel

    ns.sharath (1/9/2009)


    Is there any way to count blank values in column of Excel ?

    Did you try:

    select count(*) from sheet1$ where column1 is null;

  • RE: SSIS Export to Native Format?

    jonathan_harley (1/9/2009)


    I guess the answer is no?

    I have already explored different potential, non-bcp formatted options. We cannot force our client to switch their interface, we need a bcp compatible...

  • RE: Can SQL Server 2005 trap a change to an FTP folder?

    malcolmwatt (1/8/2009)


    Please:

    (1) I'd like to execute an SSIS package against a file in an FTP folder on Windows Server 2003.

    (2) I'd like to do it . . . whenever there's...

  • RE: SSIS Export to Native Format?

    jonathan_harley (1/8/2009)


    I am curious about whether it's possible to export tables using SSIS into a format that bcp can use to import.

    The reason being that we export volumes of data...

  • RE: SSIS ForEach FTP: Ability to pass Servername, Username, Password

    leighton_d (1/8/2009)


    Ah! Makes sense. Might you have a connection string example that would speed me on my way?

    Thanks again...

    Try setting each and every property like this:

    ServerName=server name;ServerUserName=user name;ServerPassword=password;

  • RE: SSIS ForEach FTP: Ability to pass Servername, Username, Password

    leighton_d (1/8/2009)


    I found the "Expressions" in the connection manager, but there is not an expression for "ServerPassword".

    ?

    Most probably this is made on purpose for security reasons. You have to setup...

  • RE: SSIS ForEach FTP: Ability to pass Servername, Username, Password

    leighton_d (1/8/2009)


    I have a SSIS package setup to process a table that contains "group" information. The information includes the output filename, FTP servername, Username, Password, and so forth. ...

  • RE: How to install SSIS

    ckmoied (1/8/2009)


    ok just a clue, I have installed sql2005 express. I think ssis is not the part of it. If not, then how can I add ssis.

    You have to have...

  • RE: problem in scheduling

    dyana (1/8/2009)


    hi cozyroc,

    i created a proxi account and now it is working.. thousands of thanks for all of you people..

    but script is throwing pop up's some times like want to...

  • RE: problem in scheduling

    dyana (1/7/2009)


    hi,

    i did not try for proxy account.. actually if i disable the script task, then im able to schedule the package. it is running smoothly. but the problem occurs...

  • RE: problem in scheduling

    dyana (1/7/2009)


    hi,

    you are absolutely correct... i'm trying for excel automation only.. how can i check that i have enough permissions or not.. wat i have to do.. now im working...

  • RE: Error Importing Flat File CSV

    binford79 (1/7/2009)


    WOW what a shame on SQL 64bit! then back to 32bit....

    If you get an Resolution from MS, you are wolcome to inform us !!

    thx.

    Do not expect resolution based on...

  • RE: problem in scheduling

    dyana (1/7/2009)


    hi,

    im having a script task which opens an excel file and extract some data into database. when i run this package it run successfully. but when i schedule this...

Viewing 15 posts - 976 through 990 (of 1,118 total)