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



Iam using an asp.net application . i want to update one of my table in database at 4pm every day h..

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

Iam using an asp.net application . i want to update one of my table in database at 4pm every day h..

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

Iam using an asp.net application . i want to update one of my table in database at 4pm every day h..

Answer / gaurav lohani

create a trigger which are run when server time is 4PM.

Is This Answer Correct ?    4 Yes 2 No

Iam using an asp.net application . i want to update one of my table in database at 4pm every day h..

Answer / lakhan kumawat

write one Sql Job and schedule to required time using
enterprise manager.

Is This Answer Correct ?    6 Yes 6 No

Iam using an asp.net application . i want to update one of my table in database at 4pm every day h..

Answer / msagar

Create oracle schedulers job .

Is This Answer Correct ?    0 Yes 0 No

Iam using an asp.net application . i want to update one of my table in database at 4pm every day h..

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

Post New Answer

More Dot Net Framework Interview Questions

How route table has been created in ASP.NET ASP.Net MVC?

0 Answers  


What is the use of razor view engine?

0 Answers  


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

0 Answers  


What are scaffold templates in mvc?

0 Answers  


Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?

0 Answers  


Give an example for authorization filters in an asp.net mvc application?

0 Answers  


How do you specify comments using razor syntax?

0 Answers  


How we can add the css in mvc?

0 Answers  


What are the components required to create a route in ASP.Net MVC?

0 Answers  


Explain peek method in tempdata in asp.net mvc?

0 Answers  


will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

9 Answers   Kanbay,


what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?

0 Answers  


Categories