Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)

  • RE: SSIS ForEach file on FTP site

    //one FTP connection thru multiple Folders C#

    FtpClientConnection ftp_client;

    public void Main()

    {

    ConnectionManager conMan;

    String[] sFolderNames;

    String[] sFileNames;

    String[] sFileNamestoWindowsFolder;

    ...

  • RE: copy the database from one server to another server

    if U are copying data set replace option to true and make sure to copy the schema too;)

  • RE: Schedule SSIS job in SQL Agent fails

    when you save the package to the SSIS make sure you rely on the security of the SQL Server

    to run the package .Then the SQL Agent account with rights will...

  • RE: i have a probs with crystalreoprt

    or make sure your crystalviewer properties are set as you need

  • RE: i have a probs with crystalreoprt

    Any .Net Service Pack?

  • RE: i have a probs with crystalreoprt

    Are you creating the reports from within .Net or outside  in Crystal Report ?

  • RE: Accessing a Database from a URL.

    You need to configure SQL XML support in IIS

    Then you can execute query to you DB from the IE

  • RE: Running a DTS

    try these plus any other dll the package uses

     

    REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmdlock.dll

    REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmdnet.dll

    REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmddo.dll

    REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmddo80.dll

    REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmdso.rll

  • RE: Purging Problems

    Check how much free disk space you have left

    if the tempdb went too large restart sql

    Could hardware[disk]/memory inadecute

Viewing 9 posts - 1 through 9 (of 9 total)