Click here to Skip to main content
15,887,875 members
Home / Discussions / Database
   

Database

 
QuestionRe: Select in SP slower than non-SP ? Pin
Eddy Vluggen22-May-13 7:36
professionalEddy Vluggen22-May-13 7:36 
AnswerRe: Select in SP slower than non-SP ? Pin
Saxet22-May-13 8:03
Saxet22-May-13 8:03 
GeneralRe: Select in SP slower than non-SP ? Pin
Eddy Vluggen22-May-13 8:20
professionalEddy Vluggen22-May-13 8:20 
GeneralRe: Select in SP slower than non-SP ? Pin
PIEBALDconsult22-May-13 14:54
mvePIEBALDconsult22-May-13 14:54 
GeneralRe: Select in SP slower than non-SP ? Pin
Saxet23-May-13 3:49
Saxet23-May-13 3:49 
GeneralRe: Select in SP slower than non-SP ? Pin
PIEBALDconsult23-May-13 13:42
mvePIEBALDconsult23-May-13 13:42 
AnswerRe: Select in SP slower than non-SP ? Pin
Bernhard Hiller22-May-13 21:28
Bernhard Hiller22-May-13 21:28 
QuestionData Clashes Pin
Bram van Kampen21-May-13 15:04
Bram van Kampen21-May-13 15:04 
Hi,

I am using VS 2012 Free Edition (et al)

I am contemplating using this for the next version of 25 year old successfull software. We need to update various tables in a single transaction. This transaction needs to proceed in a step in which either All succeed, or None succeed. (resulting in a roll-back if any step failed) The database must deal with a high likelyhood that several terminals will at the same time try to write to the same entry in the same table. I handled this in MFC, with my own DB by giving each contentious item a serial-number, The first check for a modify-save would be if the serial number was still the same. if not, the item would be refused, and the transaction rolled back.
How does SQL handle this.

N.B.

The word 'Serial Number' seems to link to some add somewhere. Nothing to do with me! Just, Don't click it on my behalf.

Thankfully that link has disappeared since. TAKE NOTE IF IT HAPPENS TO YOU. The term 'Serial Number' turned into a link to some mobile phone sellers. Its gone now.
Smile | :) Smile | :)
Bram van Kampen

AnswerRe: Data Clashes Pin
David Mujica22-May-13 2:26
David Mujica22-May-13 2:26 
GeneralRe: Data Clashes Pin
Bram van Kampen23-May-13 15:55
Bram van Kampen23-May-13 15:55 
GeneralTransactions and Identity Pin
David Mujica29-May-13 2:27
David Mujica29-May-13 2:27 
QuestionStored Procedures SQL Server Pin
damokk21-May-13 1:11
damokk21-May-13 1:11 
AnswerRe: Stored Procedures SQL Server Pin
scottgp21-May-13 2:37
professionalscottgp21-May-13 2:37 
AnswerRe: Stored Procedures SQL Server Pin
Corporal Agarn21-May-13 2:58
professionalCorporal Agarn21-May-13 2:58 
GeneralRe: Stored Procedures SQL Server Pin
damokk21-May-13 4:14
damokk21-May-13 4:14 
AnswerRe: Stored Procedures SQL Server Pin
Mycroft Holmes21-May-13 3:19
professionalMycroft Holmes21-May-13 3:19 
GeneralRe: Stored Procedures SQL Server Pin
damokk21-May-13 4:15
damokk21-May-13 4:15 
AnswerRe: Stored Procedures SQL Server Pin
Arun Vasu22-May-13 19:55
Arun Vasu22-May-13 19:55 
AnswerRe: Stored Procedures SQL Server Pin
Aatif Ali from Bangalore12-Jul-13 1:06
professionalAatif Ali from Bangalore12-Jul-13 1:06 
QuestionImporting data using SSIS Package Pin
indian14320-May-13 21:38
indian14320-May-13 21:38 
AnswerRe: Importing data using SSIS Package Pin
Mycroft Holmes20-May-13 23:54
professionalMycroft Holmes20-May-13 23:54 
GeneralRe: Importing data using SSIS Package Pin
Jörgen Andersson21-May-13 0:58
professionalJörgen Andersson21-May-13 0:58 
AnswerRe: Importing data using SSIS Package Pin
Mycroft Holmes21-May-13 3:14
professionalMycroft Holmes21-May-13 3:14 
QuestionEntity Framework Pin
N_cooL19-May-13 19:56
N_cooL19-May-13 19:56 
AnswerRe: Entity Framework Pin
Mycroft Holmes19-May-13 21:52
professionalMycroft Holmes19-May-13 21:52 

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.