One more bit of info...
-----Original Message-----
From: John Kane [mailto:jt-k
...@comcast.net]
Sent: Saturday, June 26, 2004 3:51 PM
To: 'MSSQLServerDBA@googlegroups.com'
Subject: RE: Whats the thing you are most excited about in yukon ???
Well, for one thing and it's not very well advitersited, SQL Full Text
Search will be "baked" into T-SQL via the following T-SQL syntax:
CREATE FULLTEXT CATALOG fulltext_calalog_identifier ON FILEGROUP
filegroup_identifier
IN PATH <root path> WITH ACCENT SENSITIVE | INSENSITIVE AS DEFAULT
-- <root path> ::= the root directory (not the complete physical path) for
the catalog
-- CREATE FULLTEXT INDEX statement:
CREATE FULLTEXT INDEX ON base_table_name view_name
(column_identifier) TYPE COLUMN column_identifier 1 LANGUAGE
<language_string>
KEY INDEX index_identifier ON fulltext_calalog_identifier
WITH CHANGE_TRACKING AUTO | XML | NONE
WITH CHANGE_TRACKING MANUAL XML | NONE | AUTO | PARTIAL | OFF |
ALL | NO POPULATION
-- 1 Must be of type [n]char, [n]varchar, [n]text, binay, varbinary,
image, or xml
Regards
John
-----Original Message-----
From: Enigma [mailto:manuj.b...@capgemini.com]
Sent: Thursday, June 17, 2004 9:45 AM
To: MSSQLServerDBA@googlegroups.com
Subject: Whats the thing you are most excited about in yukon ???
Hey guys ... long time no discussion ???
What I would like to know is what you are excited about in yukon ... is it
CLR integration or XML as a datatype .... Your views please ...
I am most excited about the enhancements in the t-sql ... hearing there's a
lot to be added b4 the release .
Enigma