Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 7,164 total)

  • RE: dynamic import of multiple flat files

    As I said earlier, if you want to do this dynamically in SSIS it will require a level beyond basic skills. This can be done in .NET using a Script...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: dynamic import of multiple flat files

    A format file is more than just a command line. Its a separate file you have to Create manually.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: dynamic import of multiple flat files

    lakshyanda (5/30/2013)


    thanks for the options but what if in future the number of files increase

    with increase of files the data flow tasks would look messy with individual source -destination...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Database Mail

    You posted in the SQL 7,2000 Forum but I assume you're on a later version if you're using Database Mail. Please confirm.

    If in fact you are using Database Mail I...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Execute Process Task to execute a .jar

    Windows does not know what to do with a file with a .jar extension by default. You will need to pass the path to the .jar into the JRE using...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: call sproc in oracle

    Your plan looks good. You'll need two different Connection Managers, one for your SQL Server and one for your Oracle instance. You could use OLE DB or ADO.NET to talk...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: call sproc in oracle

    sqlfriends (5/28/2013)


    Sure. Your package would have a Data Flow containing an OLE DB Source and a Recordset Destination (really it is an ADO.NET DataSet under the covers) to capture the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Pre Login HAndShake Error in Sql Server - 2005 SSMS

    Great news. There a lot of these connectivity issues but not a lot of solutions that detail renaming a security certificate. It might be extremely helpful to others that find...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: dynamic import of multiple flat files

    Somewhere in your process you need to define the format of your files, I.e. to specify the metadata of your files. You can do this in SSIS with Flat File...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS Package Won't Stop Running and Locking Files

    Get Sysinternals Process Explorer and see what dtexec has references too when it hangs. It may give some clues as to what might be going on.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Retrieving Data From Hyphenated Server

    AD supports 15 character computer names so this sounds like a bug in the cmdlet that would have surfaced pretty quick and been fixed, but maybe not. I don't have...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Backup Job Incomplete

    Ola's solution takes all of that into account. You can have it backup only certain databases, and it supports full, differential and log backups too. Have a look and post...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Backup Job Incomplete

    Instead of using a cursor directly against sys.databases, try putting the rows into a #temp table first. Also, try adding FAST_FORWARD option to the cursor just to be sure.

    If you...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Pre Login HAndShake Error in Sql Server - 2005 SSMS

    Could be lots of things. Try some of the basic troubleshooting articles, see if you can narrow it down.

    http://blogs.msdn.com/b/sql_protocols/archive/2008/04/30/steps-to-troubleshoot-connectivity-issues.aspx

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: dynamic import of multiple flat files

    What is the difference from your perspective of creating 25 XML format files and creating 25 Source-to-Destination pairs in an SSIS Data Flow? Just curious.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 1,036 through 1,050 (of 7,164 total)