This seems like a fairly obvious question, but I haven\'t been able to think of the proper term for what I am trying to ask, so coming up with reference material for this ha
Pluralsight are wrong.
Given the example of a stored procedure that uses a fully qualified name that refers to objects in the same database, here are two more reasons to not fully qualify in that manner:
If you have a stored procedure that refers to an object in the same database, it will break if you rename your database.
If you were to start using Visual Studio database tools to add your database scripts to source control, you get lots of warnings to deal with
It is a good idea to understand and utilise schemas properly