Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Length of the SP name matter?
Message
De
30/03/2015 10:11:53
Walter Meester
HoogkarspelPays-Bas
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Stored procedures, Triggers, UDFs
Versions des environnements
SQL Server:
SQL Server 2014
Application:
Web
Divers
Thread ID:
01617396
Message ID:
01617398
Vues:
29
>Hi,
>
>I am refactoring all stored procedures used by my application. Different stored procedures are used by different applications (some by VFP, some by one ASP.NET app and some by another ASP.NET app). So I want to implement the naming convention such that the first part of the stored procedure will be the name of the application. Example of names:
>
>MyVfpApplicatio_table_name_add_new
>MyAspNetApp1_table_name_proced_name
>
>
>So some names will be quite long, up to 40 characters. Will it slow down the execution?

No. Transferring and processing the longer names are immaterial compared to the work actually done in the SP.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform