SSAS from Netezza
We were extracting data out of Netezza into txt files, loading into a SQL Server DB and processing our SSAS cube(s) from there.We want to change that and load the cube directly from Netezza.Can anyone...
View Articledynamic odbc connectivity failure
Hi, Our requirement is to create a dynamic package from Script task based on the type of connection and table from input variable. Im trying to connect to Netezza with odbc connection using DSN with...
View Articlemoving stored procedure for scheduling
we have a NETEZZA production box where a stored procedure has been created. How can i move the stored procedure to SQL 2008R2 for scheduling it. which is easier, creating an ETL package or creating a...
View ArticleSql query to select a new attribute based on certain criterias
Please help me generate SQL to select a new attribute column3 based on the following conditions The table data is in order based on certain condition. The table has two columns,Column1 and Column2....
View ArticleHow do I acive the following CROSS APPLY functionality ?
**I have the Following query:** SELECT t1.tradyrwkcode, t3.tradyrwkcode AS tradyrwkcode_last52wks FROM agent.tradyrweek t1 CROSS APPLY ( SELECT TOP 52 t2.tradyrwkcode FROM agent.tradyrweek t2 WHERE...
View Article