Forum Discussion
Hi Vineesha,
Thank you for responding. My SQL is quite a bit more complicated than your example. It includes several “With” statements and such. I’m just wondering if SnapLogic can’t handle that? It runs fine if I put it in SQL Developer.
- JensDeveloper4 years agoContributor II
hi @pvsharish9 ,
Is the user emp added to the DB where you trying to connect to? with the right password?
If Yes,Which JDBC Jars are you using have you tried this?
JDBC Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriverAnd maybe try also only with this Url properties:
- selectMethod : cursor
Or do you need those other properties?
Advanced properties:
Regards
Jens
- selectMethod : cursor
Related Content
- 5 years ago
- 5 years ago
- 6 years ago
- 3 months ago