Viewing 15 posts - 241 through 255 (of 268 total)
I agree completely. In fact, the intent of of mentioning the code generation in my last post was to debunk the development time argument.
February 24, 2004 at 9:39 am
pe johnson said "stored procedures, anyone?"
In my own defense, I did say "If you need to build and execute ad hoc queries" but maybe I did not stress the need...
February 24, 2004 at 7:34 am
Validating user input is really not complex at all. If you need to build and execute ad hoc queries you just need to remember two things.
With strings, always replace ticks/single-quotes...
February 24, 2004 at 6:33 am
Where do the alarm messages come from? Would there be a way to dump them to a flat file or something? The .NET framework provides a file/folder listener that can...
February 16, 2004 at 1:14 pm
I thought about the serialization thing a little more and figured out a way to handle the situation where notification needs to be sent when changes are made to the database....
February 16, 2004 at 8:35 am
Business Rules in the DB
The only rules that should be in the DB are the ones that are used to enforce data integrity. Triggers are often used to enforce data...
February 12, 2004 at 9:42 am
Triggers vs. Polling
This is a trade-off decision.
Is the trigger load greater than the load would be if you polled every few minutes? If the database is getting hammered then the...
February 12, 2004 at 9:20 am
I would like to add a little bit of personal opionion on the OODB topic.
The concept of an Object-Oriented Database just seems wacky to me. Objects...
February 12, 2004 at 6:59 am
quote:
I'm sure that after reading about a few of my "In The Real World" adventures, there are more than a couple of...
October 15, 2003 at 5:44 am
It is very nice to see a viewpoint that is different from what all the pundits are touting. This is a very good article but it does miss a couple...
October 7, 2003 at 5:39 am
This is available in SQL 2000 according to BOL (SQL Server Architecture > Database Architecture > Logical Database Components > Full-Text Catalogs and Indexes) but I have never tried it:
Formatted...
October 2, 2003 at 2:21 pm
This may be a little nit-picky but I recommend building the query in Query Analyzer outside the boundaries of a stored procedure and just using variables for the parameters. It's...
September 4, 2003 at 8:56 am
quote:
I've got a question on this subject.Somewhere along the line (back when I was a mere programmer), I got the...
August 5, 2003 at 4:05 pm
One other thing in reference to "Remove BUILTIN/Administrators". If the SQL Server is clustered, you will need to create a login for the service account that the Cluster Server service...
April 3, 2003 at 9:11 am
Updated link to the Retina Sapphire utility:
http://www.eeye.com/html/Research/Tools/register.html?file=RetinaSapphireSQL
I think they caught on and want to get everyone's personal information now. Linking directly to the exe doesn't appear to work.
Bryant E. Byrd,...
April 3, 2003 at 8:58 am
Viewing 15 posts - 241 through 255 (of 268 total)