I've read different books on creating stored procedures and I'm starting to get confused. I've read that you should never preface a stored procedure with sp so that it won't be confused with system stored procedures. I've seen sps for select procedures, spi for inserts...some say you preface the name with proc, etc. Just would like some feedback.