February 27, 2011 at 5:00 am
hi
How can we check that the consolidated tables were generated correctly?
Is there any tool in SQL?
thanks
February 27, 2011 at 5:13 am
daveriya (2/27/2011)
hiHow can we check that the consolidated tables were generated correctly?
Is there any tool in SQL?
thanks
What do you mean by a consolidated table?! :unsure:
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
February 27, 2011 at 5:51 am
for example,
At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level.
for example, for jan
bank1_200901
bank1_200902
February 27, 2011 at 2:01 pm
daveriya (2/27/2011)
hiHow can we check that the consolidated tables were generated correctly?
Is there any tool in SQL?
thanks
You do this by making sure that the code that generated the tables is working correctly. That is done by testing prior to release to production.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 27, 2011 at 7:28 pm
daveriya (2/27/2011)
At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level.
If you just want to check the tables exist, look in the sys.tables view.
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply