Welcome to SqlServer-QA.net Sign in | Join | Help

SQL Server Storage Engine & Tools (SSQA.net)

SQL Server Tools includes storage engine that includes a complete set of graphical tools and command prompt utilities that allow users, programmers, and administrators. SSMS, SSRS, SSIS & SSAS are most commonly used tools.

Browse by Tags

All Tags » select   (RSS)
Get SQL Server Clustering information with DMVs and SELECT statements
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...
How to fix outdated names of Windows logins?
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...
SQL Server 2005 - concurrency & locking with ASP.NET applications
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...