In SQL Server, using the prefix sp_ suggests that the procedure is a system stored procedure. This causes SQL Server to look at the master database before checking the current database. Metadata queries are really fast, but this does put a tiny bit of overhead into the resolution and execution of the procedure.
I can't figure out what's redundant about using "Tbl" for a table name, though it's a practice I don't exercise.
I can't figure out what's redundant about using "Tbl" for a table name, though it's a practice I don't exercise.