Forum Replies Created

Viewing 15 posts - 526 through 540 (of 7,168 total)

  • RE: Multipleflat files with different number of columns using SSIS

    Sangeeth878787 (1/13/2016)


    Hi,

    I have come across situation where I need to load sql table from multiple flat files, I have created SSIS package with Data flow task, For Eachloop Container and...

  • RE: Restore system db's on SQL2014 from 2008R2 backup

    An underlying point in all of this is that you should already have had most if not all of this stuff scripted and in a version control repository so that...

  • RE: Migrating SSIS 2005 to SSDT 2012

    You can install multiple versions of the IS binaries on a server. In this case you could run the Packages using the version of DTExec.exe installed with SQL Server 2005...

  • RE: SFTP Task sql 2014 in SSDT

    Is this a third-party SFTP Task you downloaded and are using in your SSIS Package? Are you saying it works locally running in Visual Studio but not when hosted on...

  • RE: Guarantee entire flat file loaded

    Counting the number of lines in a flat-file in a Script Task in SSIS is trivial and wicked fast. You can then take that count and compare it to the...

  • RE: Purge/Delete records from a table

    An oldie but goodie: Deleting Large Number of Rows[/url]. Note the SQL 2005 code is compatible with all newer versions of SQL Server.

    The technique in the article will delete rows...

  • RE: TSQL that outputs to XML

    Welcome. Thanks for posting usable DDL, test data and desired results. What have you tried so far?

  • RE: Stop deletes on a table

    Sounds like a security problem to me. You need to get on top of the permissions your users have and reign in the permissions for the users you are concerned...

  • RE: Database versioning and techniques to update databases on customers

    It's a Big, BIG topic you are asking about. Some vendors have taken a legitimate shot at solving the issue and providing a methodology and supporting tools to do this....

  • RE: What is recursion?

    Luis Cazares (1/13/2016)


    Orlando Colamatteo (1/13/2016)


    NineIron (1/13/2016)


    I'm running a procedure that I received from a vendor and I got a maximum recursion 100 error or something like that. So, this means...

  • RE: What is recursion?

    NineIron (1/13/2016)


    I'm running a procedure that I received from a vendor and I got a maximum recursion 100 error or something like that. So, this means that it "looped" 99...

  • RE: What is recursion?

    NineIron (1/13/2016)


    Thanx. That does make it clearer. So, in a sense, if I get a "maximum recursion" error then, the code reached it's maximum number of "images" within the "image"?

    Precisely,...

  • RE: Need help on creating a logic between week number & month

    caojunhe24 (1/13/2016)


    Hi experts,

    Can anyone help me to create the logic that I need??

    Logic --->If a month changes in week, then week volume should be attributed to month with more no...

  • RE: What is recursion?

    A lighter way to introduce the topic to folks for the first time, I have found, is through the The Droste Effect.

  • RE: The End of 2015

    barry.mcconnell (12/31/2015)


    Sadly, what I'm not seeing companies embrace is the need for proper data architecture and administration. I laugh when I hear "data scientists" moan about how 80% of their...

Viewing 15 posts - 526 through 540 (of 7,168 total)