I have a requirement of pulling data from sybase database to SQL using an SSIS package. I cannot find any provider/sybase connector till now. Searched a lot on google/tried multiple suggestions but picture is not clear anywhere.
Kindly let me know what is the step by step process and download link of driver if required. I would prefer if it can be done without any new installation as it would require more approvals from client.
Install ASE from SAP website, then using ODBC connector, we can connect to sybase database in SSIS.
Related
I'm unable to add or connect MS SQL server remote Database in Neo4j?
I've tried several times by adding the remote server URL in the Neo4j tool
Also, how do we make this tool available to everyone or end users without installing on their devices?
Can anyone please guide me?
Please treat this as a request.
https://community.neo4j.com/t/how-to-connect-a-remote-sql-server-in-neo4j-tool/37962?u=kdplghna
As mentioned on the community post, Neo4j Desktop is not a general db management app, it is specifically for managing and working with Neo4j, so MS SQL support will not be added. Please search for other tools that are designed to work with that db.
If you want to connect to an MS SQL server from Neo4j, then you could use APOC to perform a load via JDBC:
https://neo4j.com/labs/apoc/4.1/database-integration/load-jdbc/
I installed SQL Server Management Studio and SQL Server on my computer. Now I need filled tables for training. Where can I download completed (filled) tables (about 10k-100k rows) for my new db? For example - dictionaries, cataloges,...?
Thank you.
When installing SQL server it suggests to install sample database. I think it is called AdventureWorks. There are a lot of examples building on that DB.
Just follow these steps.
I'd be happy if someone could help me.
I need to get data from PL sql developer oracle and import of sql server, I want to do automatic synchronization.
now I am exporting an Excel file from PL sql developer oracle, and load the file into sql server
The tool specifically built for this is Sql Server Integration Services (SSIS). You can create a data flow with source component using Oracle Driver and destination using Sql Server. You can even add transforms between the two to handle formatting and other tasks.
Here is a link to a series of videos on the topic. There is plenty of non - video materials as well if you prefer.
https://www.youtube.com/watch?v=LgB7zdyH0uI
i have a sybase database *.DB file
i dont know which software created it and which version
i want to know which sybase engine is used and which version
and is the version of the engine related to spesific software
i mean can i use any client with this database engine
also i want to know a brief steps to how to install the sybase engine and the client software and restore the database created from the DB file
Sorry for these many questions as i am a MS SQL developer but i need to open this sybase DB and convert it to MS SQL :(
Thanks in advance
.db is typically used by Sybase SQL Anywhere, and Sybase IQ. Since you are tasked with converting it to MS SQLServer, it's a safe bet that the file is from SQL Anywhere.
You can find out about installing, and upgrading .db files here
Once you have the software installed, and the database running, you can use Sybase Central, the management GUI, or dbunload on the command line to extract the DDL you need to build your MS SQLServer Environment.
Could someone suggest a shared SQL Server solution that supports DTS packages?
Update:
I was hoping to use the PostgreSQL ODBC driver and a DTS package to keep data synchronized between MSSQL server and Postgres. After getting my hands on SQL Server 2005 and attempting to do this I realized SSIS doesn't seem to play nicely with the PostgreSQL ODBC driver.
I gave up on the SSIS/DTS solution and have written a program using JDBC which runs happily on my Linux server.
I am not aware of any hosting services that provide DTS or SSIS as a feature. However, if what you are trying to achieve by using DTS/SSIS is a way to do your own backups/data transfers then I would suggest you look into the Microsoft SQL Server Database Publishing Services. Go Daddy supports it.
I have used Edgewebhosting before and used DTS packages for pushing data to sites. I have no affiliation with them, it worked well for the job.