Click here to Skip to main content
15,898,599 members
Home / Discussions / Database
   

Database

 
Questionparameter problem Pin
Mr.Kode28-May-08 1:07
Mr.Kode28-May-08 1:07 
AnswerRe: parameter problem Pin
Mark J. Miller29-May-08 4:15
Mark J. Miller29-May-08 4:15 
QuestionApplication Side, SQL Queries. Pin
ctrlnick27-May-08 21:28
ctrlnick27-May-08 21:28 
AnswerRe: Application Side, SQL Queries. Pin
Mark J. Miller29-May-08 4:03
Mark J. Miller29-May-08 4:03 
Questionsql server locking mechanism Pin
MozhdehQeraati27-May-08 21:01
MozhdehQeraati27-May-08 21:01 
AnswerRe: sql server locking mechanism Pin
Ashfield27-May-08 21:10
Ashfield27-May-08 21:10 
GeneralRe: sql server locking mechanism Pin
MozhdehQeraati27-May-08 21:21
MozhdehQeraati27-May-08 21:21 
GeneralRe: sql server locking mechanism Pin
Ashfield27-May-08 21:36
Ashfield27-May-08 21:36 
I would firstly look at why you have long transactions - there is probably a design flaw somewhere. SQL Server is designed to work with many clients performing simultaneous updates without the need for the developer to attempt to control locking under anything but very exceptional circumstances.

I have been asked about this in the past and it has usually been because the developer either didn't really understand how SQL Server locking works, or they felt they could do a better job than the guys who wrote the code at Microsoft.

If you really want to do it yourself then may I wish you luck, and your end users a lot of patience Smile | :)

Bob
Ashfield Consultants Ltd

QuestionUpdate an image field Pin
imannasr27-May-08 18:55
imannasr27-May-08 18:55 
AnswerRe: Update an image field Pin
Christian Graus28-May-08 14:28
protectorChristian Graus28-May-08 14:28 
NewsSQL Server 2008 Jumpstart Event Dev Training Now Online Pin
brucedkyle27-May-08 16:16
brucedkyle27-May-08 16:16 
QuestionIncorrect syntax on output parameter? [modified] Pin
markymark8227-May-08 10:34
markymark8227-May-08 10:34 
AnswerRe: Incorrect syntax on output parameter? Pin
Christian Graus27-May-08 14:25
protectorChristian Graus27-May-08 14:25 
GeneralRe: Incorrect syntax on output parameter? Pin
markymark8228-May-08 0:02
markymark8228-May-08 0:02 
QuestionVery slow ORDER BY Pin
legionnaire27-May-08 7:23
legionnaire27-May-08 7:23 
AnswerRe: Very slow ORDER BY Pin
Christian Graus27-May-08 14:26
protectorChristian Graus27-May-08 14:26 
QuestionVisual Studio Server Explorer issue... [modified] Pin
Rombolt27-May-08 6:21
Rombolt27-May-08 6:21 
QuestionUploading a website with a database Pin
Mohammad A Gdeisat27-May-08 5:36
Mohammad A Gdeisat27-May-08 5:36 
AnswerRe: Uploading a website with a database Pin
Krazy Programmer27-May-08 7:32
Krazy Programmer27-May-08 7:32 
Questionsql server connection?????or login with query analyzer???????????? Pin
mr.mohsen27-May-08 3:39
mr.mohsen27-May-08 3:39 
AnswerRe: sql server connection?????or login with query analyzer???????????? Pin
Mark J. Miller29-May-08 4:09
Mark J. Miller29-May-08 4:09 
QuestionSQL server 2008 – The latest version with improved performance on BI (video) Pin
zola112527-May-08 0:51
zola112527-May-08 0:51 
AnswerRe: SQL server 2008 – The latest version with improved performance on BI (video) Pin
yoei27-May-08 1:11
yoei27-May-08 1:11 
QuestionTriggers in SQLSERVER Pin
sukkureddy26-May-08 23:13
sukkureddy26-May-08 23:13 
AnswerRe: Triggers in SQLSERVER Pin
Ashfield26-May-08 23:27
Ashfield26-May-08 23:27 

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.