Viewing 15 posts - 1,351 through 1,365 (of 3,366 total)
SQL Server since 2000 comes with a few EBCDIC code pages defined, check the thread below for two possible solutions.
http://www.sqlservercentral.com/Forums/Topic720413-145-1.aspx#bm720674
June 16, 2009 at 5:48 pm
Here is a thread with Linked server code and most users say the Microsoft IBM driver works.
http://www.sqlservercentral.com/Forums/Topic666436-146-2.aspx
June 16, 2009 at 5:14 pm
You can put any component that is configurable in your D drive but all fixed path components that is SSIS and SSRS must be installed in your C drive. ...
June 16, 2009 at 5:11 pm
john.decoville (6/16/2009)
Thank you Gift Peddie for the tip. I am pursuing.Also thank you for some of the great links you have proposed in other posts
Cheers!
🙂
-John
Thanks I have maintained an...
June 16, 2009 at 4:47 pm
Here is the Microsoft defined locations of each SQL Server component you need to look at it and know that each component listed as not configurable must be installed in...
June 16, 2009 at 4:42 pm
I am assuming if you want progress report you need to write code for it because my SSIS automation use is ETL moving data from any RDBMS vendor to SQL...
June 16, 2009 at 1:51 pm
Yes there are no reports packages just SSIS packages so check the thread below for good books and free online tutorials.
http://www.sqlservercentral.com/Forums/Topic643332-147-1.aspx
June 16, 2009 at 1:36 pm
JC (6/16/2009)
I should be so lucky to have that. I was handed a CD that says (in hand-writing) SQL Server 2005 Developer
It has a "setup" folder with a whole...
June 16, 2009 at 1:22 pm
IIS is a Windows component so go to add remove program and click on Windows component, you need your Windows install CD. And your SQL Server files need to...
June 16, 2009 at 1:12 pm
If you want to install SSRS then IIS6 must be installed and you click on details during installation to enable all Asp.net related features. You also need to make sure...
June 16, 2009 at 12:59 pm
Here are two free drivers one from Microsoft require Enterprise edition and the IBM .NET provider.
http://download.microsoft.com/download/4/4/D/44DBDE61-B385-4FC2-A67D-48053B8F9FAD/DB2OLEDB.exe
June 16, 2009 at 12:23 pm
I cannot understand why your employer will buy a driver that is not better than the free versions because most users use the free versions which works. You could...
June 16, 2009 at 11:45 am
You need to make sure you are not transfering those special IBM columns and if all fails use the IBM native .NET provider, Check the IBM site for it.
June 16, 2009 at 11:10 am
JDE is not .NET but in .NET say you are using Decimal with precision and scale SQL Server pass in the data without the decimal point. And if you...
June 16, 2009 at 11:07 am
It is actually the size of the data passed in as parameter to the TDS protocol which is Microsoft data transfer protocol adding up to more than what is defined...
June 16, 2009 at 10:42 am
Viewing 15 posts - 1,351 through 1,365 (of 3,366 total)