Viewing 3 posts - 46 through 48 (of 48 total)
Unfortunately that is not valid syntax in sql 2005, but you could do something like the following...
insert into dbo.employees (ID, FirstName, LastName, Age)
select '1018','Neeraj', 'Shivasam',18
union all
select '1118','Neeraj', 'Huda',38
union all
select...
February 20, 2009 at 11:36 am
Sorry guys, my soundex suggestion was not meant entirely seriously. The typo function provided here is pretty well done, but I think adding phonetic search would add to its...
July 21, 2008 at 5:41 pm
Not a single reference to SOUNDEX? That doesn't seem right in a spelling suggestion article.
July 21, 2008 at 1:30 am
Viewing 3 posts - 46 through 48 (of 48 total)