Our Raw Data is in SQL SERVER,Data keep on growing,Growth rate is high,We need to load the data incrementally to Redshift for Analytics.Can you please point out me a good practice to load the data.How feasible with SSIS to load directly to Redshift (with out S3).
Incremental Upload data from sql server to Amazon Redshift
1.1k Views Asked by Sravan K Reddy At
1
There are 1 best solutions below
Related Questions in AMAZON-REDSHIFT
- Cohort analysis with Amazon Redshift / PostgreSQL
- Postgres: select n unique rows for ID
- Decrypt Amazon Redshift CSV dump
- Amazon Redshift VACUUM runs per schema or per database?
- RPostgreSQL - R Connection to Amazon Redshift - How to WRITE/Post Bigger Data Sets
- Cannot insert data over Linked Server into Redshift
- Declare a variable in RedShift
- OVER() vs Two Queries - Which is Most Efficient
- AWS Redshift - Copy data from s3 with wildcard
- PostgreSQL get latest rows/events for all users
- How can I achieve a windowed running median in Redshift?
- Using a Shell Script to Connect to a Postgres (Redshift) database and table
- Check if the input is integer on postgres amazon redshift
- How to connect to Redshift from RDS(sqlserver) via Linkedserver
- In PostgreSQL how can I return the entire row that corresponds with the min of a value?
Related Questions in MSBI
- How to merge two or more queries with different where conditions? I have to reuse the code which is being used in 1st where code
- Error in excel import :Finding error while importing excel to SQL in SSIS with large text column
- Incremental Upload data from sql server to Amazon Redshift
- Running a DFT Based on a condition in SSIS
- SSAS Tabular Model on Azure VM
- What is difference between Event based and Time based Job scheduling in SSIS
- SSIS Row Count Variable information in a Email Script Task
- how to load Text file Thorn(þ) delimited into sql-server 2012
- Can an SSAS Cube be used as a data source for a data warehouse/BI database?
- Excel file loading in SSIS
- Columns are not defined for this connection manager
- How to get 2 sub strings as 2 columns from single column of table
- MDX iif condition only on not empty cells
- Need to export 60 million records from table to csv using ssis
- Executing the multiple instances of same package simultaneously through application?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It's going to be impractical to load from SQL Server to Redshift without landing the data on S3. You can try loading via SSH but, of course, SSH on Windows is not well supported.
http://docs.aws.amazon.com/redshift/latest/dg/loading-data-from-remote-hosts.html
I did a presentation a while back on what we discovered when migrating from SQL Server to Redshift. One of the things we discovered was that SSIS was not very useful for interacting with AWS services.
http://blog.joeharris76.com/2013/09/migrating-from-sql-server-to-redshift.html
Finally, you could look into some of the commercial "replication" tools that automate the process of incrementally updating Redshift from an on-premise database. I hear good things about Attunity.
http://www.attunity.com/products/attunity-cloudbeam/amazon-redshift