Viewing 15 posts - 5,536 through 5,550 (of 6,216 total)
There is a difference between doing server side validation and worry about the error messages. I agree with Steve - just map the sql errors to your own message. With...
October 30, 2001 at 6:00 am
No idea. I've only got SQL2K installed, I emailed Jon Winer to see if he had any ideas, he has done quite a bit of work with FTS. Are you...
October 30, 2001 at 5:57 am
I like your first solution, the one where you concatenate the 'drop table' with the table name - quick and dirty, but effective.
We'll have to agree to disagree about cursors,...
October 29, 2001 at 4:07 pm
Hey LenE,
Sorry that no one responded to your final comment, and thanks for letting me know.
As far as the indexes, you may be right, but really it depends on how...
October 29, 2001 at 3:56 pm
Just tried, it didn't save out when I saved as a VB file, I don't see it in the object model either? Weird.
Andy
October 29, 2001 at 2:43 pm
Im glad we could offer some comments then. I hope you'll visit again, we manage to have some interesting discussions!
Andy
October 29, 2001 at 2:17 pm
You can include use ? in your passed command.
Andy
October 29, 2001 at 11:42 am
Thanks to all for their comments so far. I can see where "better" tools might help, but I'd still vote against. Mindy, your comment about not being able to "borrow"...
October 29, 2001 at 11:41 am
Using a view is usually a good way to package something like this, but achieving it can be fairly difficult. If you have only one child record, then a simple...
October 29, 2001 at 5:54 am
A geeky thing indeed! Now there are 2 of us, are there more who'd like to join this rebellion?
Thanks for the feedback!
Andy
October 29, 2001 at 5:45 am
Use of identity columns (or any other contrived key) certainly has it's foes - and I'll agree that each side has it's proponents. What I tried to do..and evidently failed...was...
October 29, 2001 at 5:44 am
Take a look at the datediff function, may give you what you need. If not, post more details of what you're trying to do, we'll try to help!
Andy
October 29, 2001 at 5:22 am
You could look at using instead of triggers in SQL2K to avoid the overhead of rollback. If you're doing your validation on the client, is it really critical that your...
October 28, 2001 at 10:21 pm
Basically you have to add a login using sp_addlogin, then add the user to the database using sp_grantdbaccess. After that you need to add the user to whatever roles may...
October 27, 2001 at 6:37 pm
Viewing 15 posts - 5,536 through 5,550 (of 6,216 total)