posted 5/24/2012 2:51:58 PM by suhas kudekar - Views: [5871]
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.
SQL Server 2012 Components
So in SQL Server 2012 we have below four new components available.
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-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.
Features
If you liked this post, do like us on FaceBook at http://www.FaceBook.com/SQLServerGeeks
Suhas Kudekar
suhas kudekar (Member since: 4/16/2012 1:53:42 PM) Recived microsoft community contributor award 2012. https://www.microsoftcommunitycontributor.com/logon.aspx
View suhas kudekar 's profile
Leave a comment