Viewing 15 posts - 1 through 15 (of 15 total)
Thanks, I will try that. I got a lot of responses to try the kerberos configuration tool for SQL as well.
July 31, 2013 at 5:59 am
k_t_Schmidt (2/12/2013)
bitbucket-25253 (8/22/2011)
SELECT * FROM OPENROWSET('Microsoft.jet.OLEDB.4.0','Excel 8.0;DATABASE=c:\temp\items.xls;IMEX=1;HDR=No','SELECT * from
[items$1]')
Note the IMEX setting. If it is NOT present the open rowset reads the first 8...
February 12, 2013 at 3:26 pm
bitbucket-25253 (8/22/2011)
SELECT * FROM OPENROWSET('Microsoft.jet.OLEDB.4.0','Excel 8.0;DATABASE=c:\temp\items.xls;IMEX=1;HDR=No','SELECT * from
[items$1]')
Note the IMEX setting. If it is NOT present the open rowset reads the first 8 or...
February 12, 2013 at 12:49 pm
So after weeks of agonizing pain of getting the error, "Invalid DLL or Export Type" when trying to use the "EditableRTF" option in the script task. Our deveolopers finally...
April 3, 2012 at 8:28 am
Does anyone know how to create an editable word doc from the CrystalDecisions.Shared DLL? I have tried the following but can't seem to get rid of the "Invalid DLL...
March 16, 2012 at 2:16 pm
Have you experienced where the package takes a long time to run the report? I ran it from our in house application which does the same thing as the...
March 16, 2012 at 8:14 am
Is it possible to use integrated security with the connection properties?
Edit: YES it's possible..
myConnectionInfo.IntegratedSecurity = True
...
March 14, 2012 at 12:33 pm
Perfect! Thanks. I still have some coding errors, but I think I will survive from this point. This has been very helpful!
March 13, 2012 at 4:21 pm
ok, I totally didn't see the "check to make sure you are running the package in 32bit mode". How do I check this?
March 13, 2012 at 3:13 pm
Chris Rutherford (1/24/2012)
Cheers for the reply. I do have one thing I'm stuck on though. I've Crystal Reports 2008 installed on my local machine so of course...
March 13, 2012 at 2:27 pm
i'll take a shot at it and see what i can do.. Thanks so much for the suggestions.
February 10, 2011 at 11:44 am
fi we could get the process down to a couple of days I would be excited. 🙂
February 10, 2011 at 11:38 am
Sorry to be vague. The data goes into a table so we can do time punch calculations to see where there are violations. So we don't need all...
February 10, 2011 at 11:37 am
Real World Example: Wage and Hour Class Action Lawsuits. I am always working with dates on employment cases and many times the individual has many start and end dates....
October 12, 2010 at 3:53 pm
Viewing 15 posts - 1 through 15 (of 15 total)