Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » SQL Server 2005 (RSS)
Easily Generate Business Objects From The Database
I know the title of this post is a little bit of a misnomer, business objects will never map 1 to 1 with relational database objects. However, when just starting out and when you get to control the schema of the database, it sure makes a good starting...
Database Naming Conventions
Naming conventions are like arm pits. Everyone has them and they all stink! Well, at least that's the perspective of pretty much every developer an DBA alike. I will present my own personal philosophy for naming conventions on databases and hopefully...
Connection Pooling vs Audit Logging
These past two weeks have been very exciting for me. I have gotten to be involved in some R&D for one of the companies that I consult for. I LOVE R&D! There is always a better way to do things and poking your head out from the sand every once...
Gigantic Bug in SQL Server 2005 Full Text Query
You know you've done something wrong when it takes 30+ seconds to run a full-text query. The most annoying part of this bug is the fact that it is something very small and inconsequential that "triggers" the bug. It's a lot like an murder...
User already exists in current database SQL Server 2005 Error 15023
I posted a blog entry a while back about how to change the owner of a database. What that still does not solve is the problem you have when there is a database user in the database you restored and there is a database user already in your system, each...
Restoring a SQL Server 2005 Database On A Different Machine
If you do a lot of programming on a SQL 2005 database, chances are this has happened to you! You restore a database and try to diagram it (or make some other change) and get this error: TITLE: Microsoft SQL Server Management Studio Express ----------...