Connecting Tech Pros Worldwide Help | Site Map

Re: SQL Server 2008 caching

  #1  
Old August 8th, 2008, 07:35 PM
Roy Harvey (SQL Server MVP)
Guest
 
Posts: n/a
On Fri, 08 Aug 2008 05:16:55 GMT, Manoj saini<tomksaini@gmail.com>
wrote:
Quote:
>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.
Quote:
>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
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
create aspnetdb from scratch Mr. X. answers 6 October 29th, 2008 09:35 PM
Re: SQL Server 2008 caching Erland Sommarskog answers 0 August 8th, 2008 08:25 AM
Configuration parameter in SQL database =?Utf-8?B?U3RlcGhhbmVWYXJpbg==?= answers 7 July 3rd, 2008 03:55 PM
Asp.Net session vs. Database Queries. DNB answers 3 November 29th, 2007 04:25 PM