Iam using an asp.net application .
i want to update one of my table in database at 4pm every day
how it is possible.
Answers were Sorted based on User's Feedback
Answer / anil kr singh
You can not provide such answer. Suppose application is not
running and normally no applications run 24 hours. Make a
schedulers/job that run every day at 4 PM. This is the only
correct answer..
| Is This Answer Correct ? | 38 Yes | 1 No |
Answer / priya
if your application is in run under the server system then
take the server time,that time is equal to 4pm then write
the update query of the selected table and field.
| Is This Answer Correct ? | 14 Yes | 12 No |
Answer / gaurav lohani
create a trigger which are run when server time is 4PM.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / lakhan kumawat
write one Sql Job and schedule to required time using
enterprise manager.
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / anonymous
Add a key in appsetting of web.config and set 16 PM as time in that key and update through the key.this key contain server time.
| Is This Answer Correct ? | 0 Yes | 9 No |
what are the aggregate functions in ASP.NET?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
Why is entity framework used?
How we can multiple submit buttons in ASP.Net MVC
Is entity framework slow?
What is .net architecture and framework?
What is conceptual model? : Entity framework
Explain the methods used to render the views in ASP.Net MVC?
What are the types of authentication in .net
How route table is created in ASP.NET MVC?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Describe the gac in the .net framework.