Tagged Questions

3
votes
5answers
3k views

Temporary Table Usage in SQL Server

This is a bit of an open question but I would really like to hear people opinions. I rarely make use of explicitly declared temporary tables (either table variables or regular #tmp tables) as I ...
2
votes
3answers
1k views

Star-schema naming conventions

Is it common practice in a star schema to prefix tables as a dimension or fact table? Is is also common practice to have column names prefixed with the table name? In my normal OLTP databases, I ...