Member since
11-23-2016
6
Posts
2
Kudos Received
0
Solutions
12-01-2016
04:19 PM
It was really helpful. I used the same method to run a stored procedure on MSSQL using SQLCMD : SQLCMD -S server_name -U user_name -P password -i sample.sql and in sample.sql I put: exec sp_name sp_parameters Then I used ExecuteProcess to call SQLCMD along with its parameters.
... View more
12-01-2016
02:18 PM
Thanks for your answers. Recently I noticed that probably NiFi can help me for this problem. Can I implement this dataflow in NiFi?
... View more
11-23-2016
09:30 PM
Thanks. I meant that I don't have access to any tables or views on the database server so I don't know the logic underneath. I am able only to call the stored procedures.
... View more
11-23-2016
04:45 PM
Well, in terms of offloading the store procedure, I do not have access to the database server and I am just given access to those stored procedures to run them. Is it wise to run the stored procedure in a java application and then use for example spark to write it in HDFS? Thanks.
... View more
11-23-2016
01:57 PM
1 Kudo
I want to ingest some data from MSSQL into HDFS periodically for example every week. I only have access to a couple of stored procedures on the sql server. Is there possibility of calling stored procedure in sparksql?
... View more
Labels:
- Labels:
-
Apache Spark
11-23-2016
01:54 PM
1 Kudo
I want to ingest some data from MSSQL into HDFS periodically for example every week. I only have access to a couple of stored procedures on the Sql server. Is there possibility of calling stored-procedure in Sqoop?
... View more
Labels:
- Labels:
-
Apache Sqoop