Click here to Skip to main content
15,893,588 members
Home / Discussions / Database
   

Database

 
QuestionGenerate report snapshot programatically in SQL Reporting Services Pin
sunit_8223-Jul-09 12:44
sunit_8223-Jul-09 12:44 
AnswerRe: Generate report snapshot programatically in SQL Reporting Services Pin
Mike Ellison24-Jul-09 4:10
Mike Ellison24-Jul-09 4:10 
QuestionSQL Stored procedure help Pin
cdietschrun23-Jul-09 8:30
cdietschrun23-Jul-09 8:30 
AnswerRe: SQL Stored procedure help Pin
Ashfield23-Jul-09 8:34
Ashfield23-Jul-09 8:34 
GeneralRe: SQL Stored procedure help Pin
cdietschrun23-Jul-09 9:35
cdietschrun23-Jul-09 9:35 
GeneralRe: SQL Stored procedure help Pin
cdietschrun23-Jul-09 9:48
cdietschrun23-Jul-09 9:48 
QuestionConcurrency Issue - Restict Select query ( view) till another user modifies it. Pin
meerabhuva23-Jul-09 4:07
meerabhuva23-Jul-09 4:07 
AnswerRe: Concurrency Issue - Restict Select query ( view) till another user modifies it. Pin
David Mujica23-Jul-09 4:29
David Mujica23-Jul-09 4:29 
You may want to consider using your own locking logic with the help of "sp_getapplock".

http://msdn.microsoft.com/en-us/library/ms189823.aspx[^]

Be very careful when implementing a locking strategy you may bring your entire application to a screeching halt if locks are not released in a timely manner.

You may want to use the sp_getapplock as a method to warn users that a particular account is being updated and not place any hard locks. You could also use this to indicate who has the "lock".

Good luck.
Questionupdate table with split function Pin
jrsreenivas23-Jul-09 3:44
jrsreenivas23-Jul-09 3:44 
AnswerRe: update table with split function Pin
leckey23-Jul-09 10:10
leckey23-Jul-09 10:10 
AnswerRe: update table with split function Pin
Robin_Roy27-Jul-09 17:25
Robin_Roy27-Jul-09 17:25 
QuestionMSMQ Performance Monitoring Pin
UmaMahesh suda23-Jul-09 3:08
UmaMahesh suda23-Jul-09 3:08 
AnswerRe: MSMQ Performance Monitoring Pin
leckey23-Jul-09 10:14
leckey23-Jul-09 10:14 
QuestionExecuteScalar() Pin
sandhya1422-Jul-09 22:08
sandhya1422-Jul-09 22:08 
AnswerRe: ExecuteScalar() Pin
Mycroft Holmes23-Jul-09 0:54
professionalMycroft Holmes23-Jul-09 0:54 
QuestionSecurity tree structure Pin
Rajeshwar Code- Developer22-Jul-09 20:30
Rajeshwar Code- Developer22-Jul-09 20:30 
AnswerRe: Security tree structure Pin
infneeta22-Jul-09 21:41
infneeta22-Jul-09 21:41 
AnswerRe: Security tree structure Pin
Mycroft Holmes23-Jul-09 0:56
professionalMycroft Holmes23-Jul-09 0:56 
GeneralRe: Security tree structure Pin
Jeremy Likness26-Jul-09 3:34
professionalJeremy Likness26-Jul-09 3:34 
QuestionAUTO NUmber column in SQL server Pin
jonhbt22-Jul-09 20:02
jonhbt22-Jul-09 20:02 
AnswerRe: AUTO NUmber column in SQL server Pin
Baran M22-Jul-09 20:37
Baran M22-Jul-09 20:37 
Questionoracle query Pin
sandhya1422-Jul-09 18:57
sandhya1422-Jul-09 18:57 
AnswerRe: oracle query Pin
Baran M22-Jul-09 20:34
Baran M22-Jul-09 20:34 
GeneralRe: oracle query Pin
sandhya1422-Jul-09 20:53
sandhya1422-Jul-09 20:53 
GeneralRe: oracle query Pin
Baran M22-Jul-09 21:02
Baran M22-Jul-09 21:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.