Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Programming > Databases > General SQL Server Support

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-08-2008, 06:16 AM
Manoj saini
 
Posts: n/a
SQL Server 2008 caching

I need to give one functionality in my application as applicationl lock. If my databsae is get lock at the time of backup, i need to give a message to user that daatbse has been locked and ask him to log out. This application is in Dot net2005. Before db lock , i set one parameter in table and read this table every min with timer. if parameter is set then i give message to user.
But to hit the DB every min is not good solution.
Pls help he, how i can avoid hit on dataabse

From http://www.developmentnow.com/g/95_2...-sqlserver.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
Reply With Quote
  #2 (permalink)  
Old 08-08-2008, 08:07 AM
Erland Sommarskog
 
Posts: n/a
Re: SQL Server 2008 caching

Manoj saini (tomksaini@gmail.com) writes:
> I need to give one functionality in my application as applicationl lock.
> If my databsae is get lock at the time of backup, i need to give a
> message to user that daatbse has been locked and ask him to log out.
> This application is in Dot net2005. Before db lock , i set one parameter
> in table and read this table every min with timer. if parameter is set
> then i give message to user.
> But to hit the DB every min is not good solution.
> Pls help he, how i can avoid hit on dataabse


Why would the user have to log out when you do a backup in the first place?


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Reply With Quote
  #3 (permalink)  
Old 08-08-2008, 07:31 PM
Roy Harvey (SQL Server MVP)
 
Posts: n/a
Re: SQL Server 2008 caching

On Fri, 08 Aug 2008 05:16:55 GMT, Manoj saini<tomksaini@gmail.com>
wrote:

>If my databsae is get lock at the time of backup, i need to give a message to user that daatbse has been locked and ask him to log out.


Then it is a good thing you are using Microsoft SQL Server, since
running BACKUP does not lock the database.

>But to hit the DB every min is not good solution.


It would certainly be crude, and painful for the user, but it would
not matter to the database.

Roy Harvey
Beacon Falls, CT
Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Programming > Databases > General SQL Server Support


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:41 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Mobile Phone | Cash ISA | Mortgage Calculator | Mortgage Calculator | Don Omar



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114