UniData To SQL?
Apr 28, 2006
Greetings MSDN Experts! I am working for a company that has a large payroll database in UniData format in a program called "ScorPEO." The information from that database needs to be imported into a newer payroll SQL database program called "Millennium." Any ideas on either how to go about doing it or if there are any companies that are good at UniData to SQL conversions?
(Note: If you really want to learn more about the ScorPEO/HRPyramid program go to http://www.fwdco.com/ For more on Millennium, go to: http://www.mpay.com/ )
Thanks!
View 3 Replies
Apr 4, 2007
I am trying to import unidata into SQL Server 2005 Standard Edition.
I can successfully import data into MS Access. It is simple. I just tell Access to look at the appropriate system DSN, put in the server, database name and password, and there are all the tables to choose from.
The ODBC data source is not one of my choices in the Import/Export Wizard in SSMS.
How do I use the Import/Export Wizard to import unidata?
Thank you.
Joel
View 17 Replies
View Related
Dec 29, 2006
Hi -
I am using linked server to insert data to a table. When I do select, it does show me results but when I do insert, it does not work. My source/destination has exact same data types defined. Any idea?
insert into dbo.tb_PERSONNEL
select * from openquery(CADC1, 'SELECT PERSONNEL_1_NF.ID, PERSONNEL_1_NF.NAME, PERSONNEL_1_NF.PNUM, PERSONNEL_1_NF.PN
FROM PERSONNEL_1_NF')
I get:
Msg 8152, Level 16, State 14, Line 2
String or binary data would be truncated.
The statement has been terminated.
View 1 Replies
View Related
Oct 31, 2006
Good afternoon SQL dudes Does anyone have any experience of extracting data from IBM's UniData (http://en.wikipedia.org/wiki/UniData) (or any post-relational Pick nested relational multi-valued relational database) into a SQL Server?More info here (http://www.rpbourret.com/xml/ProdsXMLEnabled.htm), here (http://www.pick-ware.co.uk/) and here (http://en.wikipedia.org/wiki/Pick_operating_system) I don't (which is why I am asking) but I could imagine it being a right bugger. No need for detailed or technical info - I have no more info at this stage - just wondered if anyone has any similar experience. Super duper, thank you SQL troopers :)
View 2 Replies
View Related