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 » smo   (RSS)
Best way to generate DDL and data insert scripts
There is no easy or best way, but few options are available such as DMO or SMO or even using Enterprise Manager for SQL 2000 or SS Management Studio for SQL 2005. Look for DBPublish wizard tool in this case that will help quite a bit and a lso you can Read More...
Windows Vista vs SQL Server error: Create failed for Database 'dbname' Microsoft.SqlServer.Express.Smo
When you have a Vista operating system along with SQL Server, the common error you get when trying to perform any sort of SYSADMIN sort of tasks. For instance when creating a database: TITLE: Microsoft SQL Server Management Studio ------------------------------ Read More...