Click here to Skip to main content
15,910,212 members
Home / Discussions / Database
   

Database

 
QuestionNovell, Btrieve and data access Pin
Mega124-Jul-09 2:35
Mega124-Jul-09 2:35 
AnswerRe: Novell, Btrieve and data access Pin
Mycroft Holmes24-Jul-09 16:14
professionalMycroft Holmes24-Jul-09 16:14 
QuestionPageBreak not rendered in Web Archive in SSRS Pin
Member 461901624-Jul-09 1:32
Member 461901624-Jul-09 1:32 
AnswerRe: PageBreak not rendered in Web Archive in SSRS Pin
Eddy Vluggen24-Jul-09 4:39
professionalEddy Vluggen24-Jul-09 4:39 
Questionerror 40 : named pipes Pin
saeidfarahi23-Jul-09 22:57
saeidfarahi23-Jul-09 22:57 
AnswerRe: error 40 : named pipes Pin
Muhammad Mazhar23-Jul-09 23:42
Muhammad Mazhar23-Jul-09 23:42 
QuestionParameters problem Pin
jonhbt23-Jul-09 19:35
jonhbt23-Jul-09 19:35 
AnswerRe: Parameters problem Pin
Abhijit Jana23-Jul-09 19:49
professionalAbhijit Jana23-Jul-09 19:49 
GeneralRe: Parameters problem Pin
jonhbt23-Jul-09 19:58
jonhbt23-Jul-09 19:58 
AnswerRe: Parameters problem Pin
DoctorMick24-Jul-09 0:08
DoctorMick24-Jul-09 0:08 
AnswerRe: Parameters problem Pin
Baran M24-Jul-09 0:16
Baran M24-Jul-09 0:16 
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 

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.