Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-08-05 : 08:23:44
|
Paul writes "Recently converted sybase database, used with PowerBuilder, and none of the tables data types converted. What's up? Thanks for your help." |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-08-05 : 10:17:17
|
When you say "none of the tables data types converted", do you mean:A. The tables were not created at allB. The tables were created but the data types were not the sameC. The tables were created, the data types are the same, but there is no data????And exactly how did you go about "converting" from Sybase to SQL Server? Did you script out the Sybase tables and create them manually in SQL Server, or did you use some kind of tool like DTS? |
|
|
|
|
|