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 » sql server » data mining   (RSS)
How to deploy a SQL database to a remote hosting environment?
The process is easy when you have all ingredients in place (handy) without any issues on the current environment. The Database Publishing Services are a set of ASP.NET web services you can easily deploy to make it simple for your customers to deploy SQL Read More...
Get tables, indexes file group information for a SQL 2005 databases
Using SSMS tool you can get information on tables, indexes and filegroup information for a database, how about using a TSQL statement: select 'table_name'=object_name(i.id) ,i.indid ,'index_name'=i.name ,i.groupid ,'filegroup'=f.name ,'file_name'=d.physical_name Read More...
Database Diagram problems when upgraded from SQL 2000 to 2005
When you have tested the application for SQL Server 2005 comtability and upgrade process then your UPGRADE task will be easy to manage. But if you have used the Diagrams within SQL Server during the previous version, then there is a problem and here is Read More...
Features of Data-mining used in Excel
With the recent release of Microsoft Office 2007 edition there has been many changes to the Business Intelligence arena that Microsoft business is offering with a flexible and various options to have a feature of 'Data Mining' in Excel spreadsheets, to Read More...