Viewing 15 posts - 16,981 through 16,995 (of 18,923 total)
You could always try to do an inner join with the soundex() function.
Something like this :
Select soundex('Paris Hilton'), soundex('Paris jr Hilton') where soundex('Paris Hilton') like soundex('Paris jr Hilton')
But I'm...
June 10, 2005 at 11:33 am
Sorry about the outburst... was remembering an old post from Joe Celko that went along those lines
.
Anyways, I'm in this situation here...
June 10, 2005 at 11:28 am
I would hope so... but how would you explain the error then??
It's either corrupted data or conversion error.
June 10, 2005 at 11:20 am
I'm not dissing 'em...
Would you be happy if were to have open heart surgury and saw that the nurse was gonna perform the operation. On top of that she's...
June 10, 2005 at 11:19 am
you can't call an sp from a funtion.
You can't delete/update/insert into a user table either (can in table variable)
June 10, 2005 at 11:17 am
after the open statement :
Dim Er 'As Error
For Each Er In objsDB.Errors
MsgBox Er.Description...
June 10, 2005 at 10:17 am
Please do not cross post, we monitor all boards. This questions has been answered HERE
June 10, 2005 at 10:10 am
Select CrDate from master.dbo.SysDatabases where name = 'DbName'
June 10, 2005 at 10:09 am
What are you trying to do exactly in the server side process?
Can you show the before and after versions of the data?
June 10, 2005 at 10:08 am
no it won't, if you have a constraint that forbids duplicates, this is what will fail, not the foreign key.
The foreign key only makes sure that there's a match in...
June 10, 2005 at 10:06 am
No and I don't have .net installed here.
Err.. in what language did you need this already?
June 10, 2005 at 10:05 am
That's what I was about to write.
Nice job finding this yourself.
June 10, 2005 at 10:04 am
Just run the proc you just created (into a recordset)
in you don't have any records, check the errors collection for your messages, they should be there. Then you'll simply...
June 10, 2005 at 9:58 am
I already answered that question for you.
BTW, what do you mean by show?
Do you want to have a messagebox? an html (asp, aspx) file? a form?
June 10, 2005 at 9:52 am
Create an access data project. It'll use sqlserver to store the data. But you'll be able to access it as if it were residing in access.
What's the task...
June 10, 2005 at 9:51 am
Viewing 15 posts - 16,981 through 16,995 (of 18,923 total)