Viewing 10 posts - 2,641 through 2,651 (of 2,651 total)
Normally means that you do not have Integration Services installed.
Run the SQL Server features discovery report to see if it has been installed both on your PC and on the...
April 18, 2016 at 2:39 am
Persavise does have a 64bit client - can't you use it?
Regarding the 32bit execution of SSIS packages you can do it - probably you will need to execute it...
April 17, 2016 at 8:16 am
you can do it - although I would not use SSIS for the controlling of the executiong of the loading - for this I would consider instead a C# or...
April 17, 2016 at 6:34 am
mylenechalut (4/16/2016)
Unfortunatly, I work for the federal government. We cannot use whatever software of version we want here 🙁
That does not invalidate the fact that you should use it...
April 16, 2016 at 10:21 am
First off you should look into using the Microsoft ACE (Microsoft Access Database Engine 2010 (or 2013) Redistributable) for reading the excel files as it does allow for a...
April 15, 2016 at 2:30 am
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...
April 14, 2016 at 6:27 pm
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...
April 14, 2016 at 6:16 pm
These would be my toasters
Agent Ransack - searching for files is a must.
Vim ... (unix guy here so a must)
7zip
October 24, 2014 at 2:21 am
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...
July 11, 2014 at 5:30 am
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?
October 28, 2010 at 2:20 am
Viewing 10 posts - 2,641 through 2,651 (of 2,651 total)