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

i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?

0 Answers  


Explain covariance and contra-variance in .net framework 4.0. Give an example for each.

0 Answers  


Why do I get errors when I try to serialize a Hashtable

1 Answers  


What is meant by viewdata?

0 Answers  


What is the mvc pattern (model view controller pattern)?

0 Answers  






How to create an alias name for a namespace?

4 Answers   IBM,


what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0

4 Answers  


I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.

0 Answers  


What is renderbody?

0 Answers  


How do you handle variable number of segments in a route definition?

0 Answers  


Can I remove .net framework?

0 Answers  


What is namespace used for loading assemblies at run time and name the methods?

2 Answers  


Categories