hi,
i am using window application in C# using Sql server 2005 management studio.i want to set the particular date after that application stopped working.Is there anyway in sql server.So that nobody can run it again.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ankit GuptaPosted Aug 24, 2018, 11:12 PM
Gautam Parmar There is no Login page i have database only. the front end i have exe only thats why i wana restrict it on backend.
Gautam ParmarPosted Aug 22, 2018, 6:33 AM
Ankit GuptaPosted Aug 22, 2018, 5:49 AM
Kanimozhi ShivakumarPosted Aug 9, 2018, 4:31 AM
Jaish MathewsPosted Aug 9, 2018, 4:19 AM
Jenith ThakkarPosted Aug 9, 2018, 3:23 AM
and write
DateTime dtExpiryDate=Get Date from Database
DateTime dtExpiryDate = DateTime.Now.AddDays(-1);
and Other things
Jaish MathewsPosted Aug 9, 2018, 2:57 AM
Kanimozhi ShivakumarPosted Aug 9, 2018, 2:50 AM