Click here to Skip to main content
15,905,566 members
Home / Discussions / Database
   

Database

 
GeneralRe: Accessing a table in a different DB then the stored procedure Pin
standers28-May-04 6:44
standers28-May-04 6:44 
GeneralCentralised Stored Proc. Pin
RChin28-May-04 5:38
RChin28-May-04 5:38 
GeneralRe: Centralised Stored Proc. Pin
Carlos Antollini28-May-04 5:57
Carlos Antollini28-May-04 5:57 
GeneralRe: Centralised Stored Proc. Pin
Hesham Amin28-May-04 7:16
Hesham Amin28-May-04 7:16 
GeneralRe: Centralised Stored Proc. Pin
Colin Angus Mackay1-Jun-04 22:45
Colin Angus Mackay1-Jun-04 22:45 
GeneralRe: Centralised Stored Proc. Pin
RChin1-Jun-04 23:40
RChin1-Jun-04 23:40 
GeneralCollecting Data via Merge Replication Pin
Roland Bär28-May-04 5:24
Roland Bär28-May-04 5:24 
GeneralSQL Server generate static HTML on a schedule Pin
standers28-May-04 4:29
standers28-May-04 4:29 
I have a problem that I wonder if you all can help me with. I have a table that could be updated every second, or every ten minutes (or more). I need to get the data from that table to provide real-time representation on a web page.

To minimize the round trip to and from the db on the network, I had suggested that we retrieve data from the table and hold onto it in the Application Cache which refreshes itself every x seconds so that if many users are trying to view the data, they all pull from the Application Cache, not from SQL Server. However, it has also been suggested to me (by my supervisor) that we code a Trigger or a Job in SQL Server to generate a static HTML page (either on a schedule, or every time one of the fields in the table is updated) so that all requests for the page get handled by IIS and don't require a trip to the db.

I can't imagine that this is a good programming practice... and I don't expect for more than about 50 users at a time (probably more like 10-20). Can anyone provide me with good arguments for either method?
Thanks
GeneralRe: SQL Server generate static HTML on a schedule Pin
Michael Potter1-Jun-04 6:33
Michael Potter1-Jun-04 6:33 
QuestionHow can I know MSDE installed or not? Pin
wk_vigorous27-May-04 22:17
wk_vigorous27-May-04 22:17 
AnswerRe: How can I know MSDE installed or not? Pin
RichardGrimmer27-May-04 23:09
RichardGrimmer27-May-04 23:09 
QuestionHow to catch the internally-handled ADO errors. Pin
Mark Farmiloe27-May-04 21:50
Mark Farmiloe27-May-04 21:50 
GeneralMSDE Server messages Pin
RichardGrimmer27-May-04 21:40
RichardGrimmer27-May-04 21:40 
Generalntext data type Pin
MDem27-May-04 9:58
MDem27-May-04 9:58 
GeneralRe: ntext data type Pin
Mike Ellison27-May-04 10:42
Mike Ellison27-May-04 10:42 
GeneralRe: ntext data type Pin
MDem28-May-04 6:48
MDem28-May-04 6:48 
GeneralRe: ntext data type Pin
MDem3-Jun-04 3:10
MDem3-Jun-04 3:10 
QuestionHow can I use MSDE 2000? Pin
wk_vigorous27-May-04 6:40
wk_vigorous27-May-04 6:40 
AnswerRe: How can I use MSDE 2000? Pin
Grimolfr27-May-04 7:30
Grimolfr27-May-04 7:30 
GeneralRe: How can I use MSDE 2000? Pin
wk_vigorous27-May-04 22:15
wk_vigorous27-May-04 22:15 
GeneralRe: How can I use MSDE 2000? Pin
Grimolfr28-May-04 3:24
Grimolfr28-May-04 3:24 
GeneralRe: How can I use MSDE 2000? Pin
wk_vigorous29-May-04 9:45
wk_vigorous29-May-04 9:45 
GeneralRe: How can I use MSDE 2000? Pin
Richard Jones4-Jun-04 7:38
Richard Jones4-Jun-04 7:38 
AnswerRe: How can I use MSDE 2000? Pin
RichardGrimmer27-May-04 21:27
RichardGrimmer27-May-04 21:27 
GeneralDifferent forms Pin
Anonymous27-May-04 4:51
Anonymous27-May-04 4:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.