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.

Saturday, March 10, 2007 - Posts

Full-text index population for the indexed view is very slow in SQL Server 2005?
Recently when I was out for Customer call this was the question raised by the DBA, incidentally Microsoft has released a KBA http://go.microsoft.com/?linkid=6109703 that explains the cause and solution. Read More...
What is the significance of $ symbols in SQL Server 2005?
For the first time I have got a chance to work with SQLCMD utility in SQL Server 2005 and I was keen to use the variables and in previous versions of SQL this was controlled by declaring them explicitly. Now in SQL Server this is not the case, using SQLCMD Read More...