About 122,000 results
Open links in new tab
  1. How to import Sybase .db file into SQL Server database?

    Oct 3, 2012 · Since both Sybase and SQLServer share the same SQL dialect (T-SQL), I'd generate the DDL statements from the existing database (it will require a Sybase server) to build the SQL Server database and the an SSIS task to copy data between databases.

  2. How data can be transferred from Sybase SQL Anywhere to SQL …

    Jan 18, 2016 · As you said, you have the access to client server, then you may give a try with option of extracting the data from sybase DB tables with help of writing few line codes using bcp utility into csv or text files on the sybase server or copy that onto SQL server. Once the data has been exported onto SQL server you may import with various option ...

  3. How to transfer data from Sybase to SQL Server database?

    Sep 10, 2015 · Then Schedule the above created package via SQL agent job to update data on SQL server as per schedule which meets the requirement. Method 2: You can create a Linked server which fetches the required data from Sybase to SQL as described here. And then create a job executing the task that refresh data from SQL Anywhere onto SQL Server using ...

  4. Migration from Sybase to a different platform

    Jul 14, 2015 · Very feasible and supported by the vendors (e.g. Microsoft in-case of SQL Server). I have done plenty of SybaseASE to SQL Server migrations. Best is to use SQL Server Migration Assistant (SSMA) for migration. Refer to : Migrating from Sybase ASE to SQL Server – How to use SSMA for Sybase; SQL Server Migration Assistant (SSMA) Team's Blog

  5. How compatible are Sybase and SQL Server clients connecting to …

    Microsoft recommended to use SQL Server Migration Assistant (SSMA) for Sybase - it can help you migrate tables, views, indexes, triggers, and stored procedures. In most cases you need to perform just a few manual patches. Microsoft provided many helpful resources within subject of Sybase and SQL Server: Similarities and Differences description

  6. TEXT data migrate from Sybase to SQL Server

    Sep 27, 2017 · I'm working on migrating Sybase ASE 15.7 SP134 database to SQL Server 2008R2, using SSMA for Sybase 2014. I'm facing an issue where a table in SybaseDB has 2 columns with the data type TEXT . The SQL Server table with datatype "text" is mismatching on Japanese data characters.

  7. Import Sybase SQL Anywhere 8 DB into SQL Server without access …

    Mar 27, 2020 · As one would expect the software doesn't work on a restored copy, partly due to 2000 using WINNT in place of system32, so my focus has shifted to converting the Sybase db file to SQL Server. I did find "Stellar Converter for Database" and ran the db file through that on a trial as a proof of concept and the data preview is in fact readable, but ...

  8. SQL Anywhere 17 - Database server connection limit exceeded

    Mar 17, 2021 · I set up a new SQL Anywhere 17 Database in Sybase Server. I've got a lot of clients that should be able to connect to the Database over ODBC. The ODBC works fine but as soon as the third user tries to connect i get the following message: I've tried select @@max_connections and got 32'766.

  9. How to find the date a login password was last changed in SQL

    I'm porting stored procedures from Sybase 15 to SQL Server 2008. In Sybase this statement calcs an expiration date by adding a number of days to syslogins.pwdate (Date the password was last changed) and works fine:

  10. sybase - datetime fractional seconds - Database Administrators …

    Mar 7, 2017 · As an aside, a small difference exists between how Adaptive Server Enterprise (ASE) and SQL Server round datetime values. In SQL Server, milliseconds are rounded to 0.000, 0.003, and 0.007, whereas in ASE they are rounded to 0.000, 0.003, and 0.006 - why there is a difference is not documented as far as I can tell. You can see this on ASE by ...

Refresh