Forum Replies Created

Viewing 5 posts - 2,641 through 2,646 (of 2,646 total)

  • RE: SSIS Package wont fail

    are you executing the package on the file system or on Sql Server? and if on Sql Server are you setting it to run asynchronously or synchronously?

    if running asynchronously...

  • RE: Best Practices - SSIS location

    In my opinion it all depends on how big your SSIS process is going to be and if the existing servers have a window where the SSIS jobs can run...

  • RE: What's a Toaster?

    These would be my toasters

    Agent Ransack - searching for files is a must.

    Vim ... (unix guy here so a must)

    7zip

  • RE: Trim Non-Alpha characters from string

    works only partially - does not take in consideration that fact that some countries do have Accented alphas so the code as is removes them.

    Select dbo.fnTrimNonAlphaCharacters('âáÉéôô') will just return an...

  • RE: Protect the Excel files generated by SSIS package-Part I

    nice post.

    I have just one question which may help others also.

    Does the fact that you are referencing the Excel object on SSIS require a Excel install on the server?

Viewing 5 posts - 2,641 through 2,646 (of 2,646 total)