|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
[FR/EN] How to make several hundreds of recording at the same time?bonjour, J'effectue plusieurs enregistrements provenant de plusieurs serveurs dans une base SQL. Mon problème est que l'enregistrement écrit des données dans plusieurs tables et donc quand il y a plusieurs centaines d'enregistrements à la même heure les données sont mélangées dans les tables. J'utilise donc un BEGIN..TRAN COMMIT..TRAN pour faire une transaction complète sans erreur, mais maintenant j'ai des problèmes de 'resources lock'. D'avance merci christophe EN -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- hello, I carry out several recordings coming from several waiters in a base SQL. My problem is that the written recording of the data in several tables and thus when there are several hundreds of recordings per same hour the data are mixed in the tables. I thus use a BEGIN..TRAN COMMIT..TRAN to make a complete transaction without error, but now I have problems of ' resources lock'. - how to make several hundreds of recording per same hour without mixing the data? In advance thank you for your assistance christophe Bon dia,
Potser el problema recau en que la taula està molt desfragmentada. Donada aquesta situació, necesitaria que dia rera dia fos executat un job al agent per solventar-ho. A reveure, -- Show quoteCurrent location: Alicante (ES) "Alextophi" wrote: > FR -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- > bonjour, > > J'effectue plusieurs enregistrements provenant de plusieurs serveurs > dans une base SQL. > Mon problème est que l'enregistrement écrit des données dans > plusieurs tables et donc quand il y a plusieurs centaines > d'enregistrements à la même heure les données sont mélangées dans > les tables. > J'utilise donc un BEGIN..TRAN COMMIT..TRAN pour faire une transaction > complète sans erreur, mais maintenant j'ai des problèmes de > 'resources lock'. > > D'avance merci > christophe > > EN -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- > hello, > I carry out several recordings coming from several waiters in a base > SQL. > My problem is that the written recording of the data in several tables > and thus when there are several hundreds of recordings per same hour > the data are mixed in the tables. > I thus use a BEGIN..TRAN COMMIT..TRAN to make a complete transaction > without error, but now I have problems of ' resources lock'. - how to > make several hundreds of recording per same hour without mixing the > data? > > In advance thank you for your assistance > christophe > > |
|||||||||||||||||||||||