August 1, 2005 at 2:17 pm
August 4, 2005 at 8:00 am
This was removed by the editor as SPAM
August 4, 2005 at 8:28 am
Microsoft are not trying to force any naming convention on table or object names, if that is what you are asking. The old rules of not using sp_ as the prefix for procedure names and similar rules still apply. One thing that might affect a little is that SQL Server 2005 supports schemas correctly. Therefore the old saying that all objects should always be owned by dbo is not quite as true anymore, even though there is nothing wrong with having them owned by the dbo schema in 2005.
August 4, 2005 at 9:48 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply