Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing Real Time Data 1

Status
Not open for further replies.

EFREE

Programmer
Jun 29, 2005
41
0
0
US
Hope someone can help me with this.

I have two complex databases each with over 100 tables. We have a DTS process that runs every night to update some tables with key performances so our clients can create their own reports with ease. Each of these tables is populated by a stored procedure that calculates and puts these key performances in there respective tables. They then run reports the next day on all information from the previous day and back.

Is there a way to supply these tables real time??? I am familiar with replication but there is no way to get the data transformed into a easily readable format in near real time.

ALL IDEA’S GREATLY APPRESHIATED!!!!

Thanks,
Eric
 
Depending on the amount of agreget data you have and the number of transactions you have you could probably put triggers on the produciton tables which would them update the summary tables in real time.

However if this is a heavy load system then you could end up killing your performance.

Denny
MCSA (2003) / MCDBA (SQL 2000)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top