c# - Migration of data from MsAccess to MS SQL -
i have data in ms access want migrate ms sql. data stored in foreign language not in english. can read data in access have stored regarding font in c:\windows\fonts.
i have migrated access database mssql in built functionality of ms sql, can not read(data stored in wierd character) data directly in ms sql , in .net web application also.
can 1 suggest me please?
please follow steps described in official ms support:
- https://support.microsoft.com/en-us/kb/237980
- https://msdn.microsoft.com/en-us/library/ms140052.aspx
you need use import wizard , test columns go.
Comments
Post a Comment