Viewing 6 posts - 1 through 6 (of 6 total)
Try using notepad or another dedicated (ie. better) text editor (ultraedit, etc.) to write the text file.
Word is not very good at writing simple text.
Steven H
February 4, 2005 at 2:31 am
Another way of acheiving your objective would be to insert 1 row when the table is created, then deny insert and delete permissions and allow updates.
This would allow for the updating...
January 6, 2005 at 9:55 am
I couldn't find a command to do that, but this proc will work. Please forgive the terrible formatting - I can't persuade this post to be neat...
October 11, 2004 at 3:38 am
Thanks for your input everyone. I have a much better idea about what to look at now.
It'll end up being C# or php I think.
And I do agree that jobs should be fun...
June 30, 2004 at 1:45 am
Try maintaining a count in a statistics table rather than running a select count(*) for every insert.
After all, once the DB fills up almost every insert will require a delete...
June 22, 2004 at 4:06 am
You can also press Alt+F1 while the tablename is highlighted in QA.
June 8, 2004 at 3:02 am
Viewing 6 posts - 1 through 6 (of 6 total)