Viewing 8 posts - 7,411 through 7,418 (of 7,418 total)
Check this query to get a view on what soundex is doing :
select 'bijnens', soundex('bijnens')
union all
select 'bainens', soundex('baainens')
union all
select 'beinens',soundex('beinens')
union all
select 'beijnens', soundex('beijnens')
union all
select 'bynens', soundex('bynens')
union all
select 'bijnans', soundex('bijnans')
union all
select...
April 10, 2002 at 7:55 am
Building on this I got it to work in VB6 with the folowing code :
'declaration STDERR-file
Dim FileSysSTDERR As FileSystemObject
...
April 2, 2002 at 6:59 am
There's an example-application on this issue shipped with sql-server.
check "C:\Program Files\Microsoft SQL Server\80\Tools\DevTools\Samples\sqldmo"
March 22, 2002 at 12:51 am
didn't you make a carthesian product in your first query (the join-predicate is missing) ?
March 22, 2002 at 12:48 am
Could you check the mdac version. My sql7-servers using mdac 2.6 have enormous VM-sizes which are nomore visible after instaling mdac 2.6 sp1.
March 21, 2002 at 4:22 am
... change an sa-password without even blinking an eye
... keep a server up and running without even being consulted by the rest of the world
... make a backup-copy of your...
March 21, 2002 at 4:15 am
In Tsql the "show [estimated] accesspath"-options are great to check if they match whatever you've supposed it was going to do. This works fine for single query tuning. When using...
January 15, 2002 at 12:38 am
I've just noticed that my VMsize seems a bit high. (700mb memusage / 1100mb VMsize)
Still searching why.
Jobi
December 27, 2001 at 6:44 am
Viewing 8 posts - 7,411 through 7,418 (of 7,418 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy