Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Major problem with indexing
Message
From
30/09/2008 15:27:39
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01351824
Message ID:
01351893
Views:
21
>
>declare @x char(20)
>set @x = 'test%'
>select @x + '<'
>
>declare @y varchar(20)
>set @y = 'test%'
>select @y + '<'
>
>
>there's a big difference between those two as far as the LIKE operation is concerned

I am not sure I understand your examples here.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform