ejstembler


Comments:

SQL Server Naming Conventions

posted by ejstemblerejstembler(85) 4 years, 11 months ago 0

Yeah, I'll add comments and feeds eventually. I'm writing the blog engine from scratch in my sparse free time. Just finished the tag cloud functionality...

Reply

SQL Server Naming Conventions

posted by ejstemblerejstembler(85) 4 years, 10 months ago 0

Yes, it's too bad Microsoft used that naming convention for the ASP.net membership objects. With SQL Server 2005 they could have just used an schema instead. For instance, instead of dbo.aspnet_Users, they should have used ASPNet.Users.

Check out Microsoft's AdventureWorks sample database for an example of how to correctly name tables using schemas. You'll notice that they use several schemas: HumarResources, Person, Production, Purchasing, and Sales.

Reply

I'm Really Digging F#

posted by ejstemblerejstembler(85) 4 years, 6 months ago 0

Great post!

Reply