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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Chanty4u
MVP
MVP

migrating the database from MS-SQL 2008 to MS-SQL 2012.

hi guys need urgent help...

migrating database from MS-SQL 2008 TO MS-SQL2012

  I need your help to identify columns used by QlikView dashboard that is not/has not migrated to MS-SQL 2012.  

How can i do dis task tel me the process and steps urgent

thanks .

suresh

Labels (1)
1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

That's not a quickie, so it doesn't matter whether it's urgent or not. You'll have to sit down and think it over.

Two tips off the top of my head:

  • Scan your script for tables and fields and make an inventory. Then compare to what is available (already)
  • Extract the script and put it in a new document. Change the CONNECT string to connect it to the new DB. Run the script until you get a FieldNotFound error. Comment that field, and run the script again. Repeat.

I don't think the Governance Dashboard offers you lineage information up until the very database tables and fields. Anyone has more experience with this?

Peter

View solution in original post

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

That's not a quickie, so it doesn't matter whether it's urgent or not. You'll have to sit down and think it over.

Two tips off the top of my head:

  • Scan your script for tables and fields and make an inventory. Then compare to what is available (already)
  • Extract the script and put it in a new document. Change the CONNECT string to connect it to the new DB. Run the script until you get a FieldNotFound error. Comment that field, and run the script again. Repeat.

I don't think the Governance Dashboard offers you lineage information up until the very database tables and fields. Anyone has more experience with this?

Peter

Chanty4u
MVP
MVP
Author

thnk u peter.

petter
Partner - Champion III
Partner - Champion III

You have the option of turning on ODBC tracing if you are using Microsofts ODBC driver not the OLEDB-driver and then analyse the resulting logs. But it is not a thing done in a hurry if you have never done it before.