Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pull data from SQL

Can anyone tell me the steps for pulling the data from sql ?????

4 Replies
Miguel_Angel_Baeyens

Hi,

First, create a connection to the database, either using ODBC or OLE DB using the Connect button in the script editor. Then use the Select button to browse through tables and views and extract the fields and tables you want.

Hope that helps.

Miguel

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this

http://community.qlik.com/docs/DOC-1804

Hope this helps you.

Regards,

Jagan.

Not applicable
Author

hello,

You can try this:

  • open QlikView
  • go to File - Edit Script
  • for database choose OLE DB
  • check Force 32 Bit (i have PS on 64bit win)
  • Check Relative Paths
  • click button Connect
  • In Data Link Properties, on Provider window, choose "Microsoft OLE DB Provider for SQL Server"
  • In Data Link Properties, on Connection window, choose server name
  • use Win NT integrated security or specific user name and password
  • Click button: Test Connection
  • Then on Edit script section, choose Select button, and choose appropriate Database and Owner to select from tables in database.

Hope it helps,

Tajana

Not applicable
Author

Hi there Guys

Please advise if i would be able to pull data from a LINKED SERVER in SQL Server?

Thanks

Justin