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.

Sunday, April 08, 2007 - Posts

Don’t Impersonate If You Don’t Have To
Well not everyone will agree with me but you have to after referring to David LeBlanc's blog . Refer to BOL entry on impersonation , implementing impersonation in ASP.NET application on this KBA . Read More...
Endpoint: What is it?
This was the question raised by a newbie DBA at my workplace! Endpoint in generic network terms they are the objects that represent a communication point between the server and client. In SQL Server as per the Authentication mode (Windows only & mixed) Read More...