Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Case sensitive Instance
Message
 
À
16/07/2002 12:18:38
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Installation
Divers
Thread ID:
00679070
Message ID:
00679230
Vues:
20
Ok, Collation can be used at the data level.... fine and actually, this is specific to each installation.

My problem is at TSQL level. It seems that variables used in TSQL code at this location need to match (case wyse) the declaration. Here is my example:

DECLARE @MyVar int

SET @myvar = 0

Will bomb at execution time.

I've not tested this myself, but this was reported to me by an installer at the client site...By changind the case to match the variable declaration, things where back to normal...

I' m surprise of this, I'm coming from Oracle and this was never an issue.

Any clues/orientations/quick fixes for me ?

Thanks.

P.S. I don't know if I've missed a good show here, but this comes as a shock to me...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform