Few counters and gotchas for you to look for when you are installing SQL Server clusters, also using SELECT statements & DMVs to get SQL instance information. Such as: Do not install SQL Server on a compressed drive, by default the installation will
Read More...
I had a problem when testing a code from a production server to development (pre-production) server, this was used by using a sync. of logins. Environment is similar on each other SQL Server 2005 on Windows 2003 server. Only change was a domain name,
Read More...
One of my Developer asked how to handle the concurrency and locking on one application where ASP.NET is used, by default the SQL Server 2005 behavior that allows Pessimistic & Optimistic locking for concurrency. To avoid the access of records by multi-users
Read More...