Friday, February 24, 2012

[FR/EN] How to make several hundreds of recording at the same time?

FR
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-= *-
bonjour,
J'effectue plusieurs enregistrements provenant de plusieurs serveurs
dans une base SQL.
Mon probl=E8me est que l'enregistrement =E9crit des donn=E9es dans
plusieurs tables et donc quand il y a plusieurs centaines
d'enregistrements =E0 la m=EAme heure les donn=E9es sont m=E9lang=E9es dans
les tables.
J'utilise donc un BEGIN..TRAN COMMIT..TRAN pour faire une transaction
compl=E8te sans erreur, mais maintenant j'ai des probl=E8mes 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
christopheAlextophi a écrit :
> 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
>
Si tu décrivait un peu plus ton problème avec le code et les DDL des
tables en jeu ce serait mieux.
Accessoirement poste dans le forum FR :
news:microsoft.public.fr.sqlserver
A +
Frédéric BROUARD, MVP SQL Server, expert bases de données et langage SQL
Le site sur le langage SQL et les SGBDR : http://sqlpro.developpez.com
Audit, conseil, expertise, formation, modélisation, tuning, optimisation
********************* http://www.datasapiens.com ***********************

No comments:

Post a Comment