Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
User-Defined string Functions Transact-SQL
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Divers
Thread ID:
01037259
Message ID:
01037351
Vues:
30
>BTW MS SQL 2000 SP 4 bug
>-- I did run this example and validated the erroneous result
>declare @n nvarchar(4000)
>set @n = replicate(N'z',3999)+N'i'
>select right(replace(@n, N'i', N'B'),1) -- display i but this is incorrect result, correct result is B
>

I can repro this bug. Did you check if it still exists in SQL 2005?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform