No More BIDS Exist in SQL Server 2012

Once you will installed SQL Server 2012 you could not find the BIDS to develop SSAS/SSIS/SSRS application. BIDS will replace with SSDT i.e. SQL Server Data Tools. Comparison of SQL Server 2012 Vs SQL Server 2008 R2. You can get more idea on below Screen shot how SQL Server 2012 looks compare with SQL Server 2008 R2 components.

1_SQL_Server_BIDS_No_More_Exist_in_SQL_Server_2012

SQL Server 2012 Components

  1. SQL Server Data Tools
  2. SQL Server Management Studio
  3. Analysis SErvices
  4. Configuration Tools
  5. Data Quality Services
  6. Documentation & Community
  7. Integration Services
  8. Master Data Services
  9. Performance Tools

So in SQL Server 2012 we have below four new components available.

  1. SQL Server Data Tools
  2. Data Quality Services
  3. Documentation & Community
  4. Master Data Services

Today will discuss more on SSDT i.e. SQL Server Data Tools. SSDT (SQL Server Data Tools) 1-      Developing SSAS/SSIS/SSRS Projects. 2-      Developing Databases in Visual Studio like working in SQL Server Management studio. Will discuss the how we can use SSDT one by one. 1-Developing SSAS/SSIS/SSRS Projects. ·         If you are looking for BIDS (Business Intelligence Development Studio) in SQL Server 2012, then you will not find it. It is replaced with SQL Server Data Tools (SSDT) in SQL Server 2012. ·         You can start the SSRS/SSAS/SSIS Projects as we created in BIDS in SQL Server 2008/R2. ·         SQL Server 2012 installs “SQL Server Data Tools” under the “SQL Server 2012” Start Menu option – this includes BIDS but not Database Projects. ·         In this use can create the SSAS Tabular Projects called as BISM.

2_SQL_Server_BIDS_No_More_Exist_in_SQL_Server_2012 2-Developing Databases in Visual Studio like working in SQL Server Management studio. ·         In this you can create new Database Design features with schema management etc in Visual Studio more like working in SQL Server Management studio. ·         The idea is that developers want to develop databases using similar methods to working with regular (i.e. .NET code) object within VS.  To that end, SSDT includes offline projects, object creation interfaces (i.e. for tables, views, etc…) schema snapshot and compare, database version targeting (for SQL Server 2005, 2008, 2012 and for SQL Azure) and refactoring with preview. ·         Database Projects installs “MICROSOFT SQL Server Data Tools” under the root of the Start Menu – this doesn’t have BIDS functionality included if installed separately.

   

3_SQL_Server_BIDS_No_More_Exist_in_SQL_Server_2012 Features

  1. Responsive SSDT’S GUI as compared to SQL Server Management Studio.
  2. Fast and reliable build of deployment scripts.
  3. Detection of isolated changes in the target database.
  4. Resolve references to other production and system databases like msdb & databases connected by a linked server.
  5. Support of migration scripts to enable data preservation and to add static data.
  6. Possibility of executing and deploying a single file.
  7. Comfortable T-SQL writing.

4_SQL_Server_BIDS_No_More_Exist_in_SQL_Server_2012

 

 

Regards

Suhas Kudekar

Like us on FaceBook Follow us on Twitter | Join the fastest growing SQL Server group on FaceBook

Follow me on TwitterFollow me on FaceBook

   

Leave a Reply

Your email address will not be published.