SQL Server Data Tools announcement
-
Link
Several customers have reported an issue when attempting to upgrade their installation of the Data-Tier Application Framework (DACFx) after being prompted by the SSDT Check For Updates feature.
Symptom - On an x64 machine, SSDT continues to prompt to update to the latest release of DACFx (November 2012) even after installing the latest version from the DACFx download page.
Issue - There is an issue in the DACFx detection logic of the SSDT Check for Updates feature such that you will continue to be prompted to update if you have only installed the x64 versions of the MSIs of the latest DACFx (November 2012) release.
Workaround - If you are on an x64 machine, install both the x86 version and x64 version of DACFx and its dependencies from the DACFx download page here - http://go.microsoft.com/fwlink/?LinkID=266427
We apologize for the inconvenience and thank you for reporting this issue.
Thanks,
-
Link
The SSDT team is pleased to announce that SQL Server Data Tools - December 2012 is now available for download!
Get it here:
SSDT for Visual Studio 2012: http://msdn.microsoft.com/en-us/jj650015
SSDT for Visual Studio 2010: http://msdn.microsoft.com/en-us/jj650014
What’s New?
Database Unit Testing
We have received an overwhelming amount of feedback that database unit testing is a critical feature for customers, so SSDT- December 2012 adds support for this feature. Database Unit Testing in SSDT will look familiar to many of you as it is based on the equivalent capability in the Visual Studio 2010 DB Pro tools. Some highlights:
- Installs in Visual Studio 2010 or Visual Studio 2012:
- Requires Visual Studio Professional or higher edition to support database unit testing functionality.
- Installs side-by-side with existing Visual Studio 2010 DB Pro tools in Visual Studio Premium and Ultimate editions.
- Supports client-side testing based on MSTest with the same built-in test conditions as DB Pro.
- Allows desktop development and execution of tests as well as execution from the command line or as part of a build on a build server.
- Upgrades existing VS 2010 test projects without change to the database unit test scripts or code.
- Integrates with SSDT SQL Server database projects:
- Automates deployment of the database project on test initialization.
- Generates skeleton test scripts for stored procedures, functions and triggers via SQL Server Object Explorer.
- Applies changes to test scripts when refactoring objects in database projects.
- Supports custom test conditions (existing custom test conditions need to be modified before they can be used).
Stay tuned for a follow-up post on getting started with SQL Server database unit testing.
Integration of SSDT Power Tools
The SSDT team started releasing SSDT Power Tools last April as a mechanism to deliver new and experimental features with each release. Since then, the Power Tools have been downloaded over 24,500 times.
We received a great deal of positive feedback on the Power Tools and as a response, this release integrates the functionality previously delivered via Power Tools into the core SSDT product. The advantage of product inclusion is that a separate install will no longer be needed and that features are now fully supported and available to users in all languages. The following features are now included in SSDT's SQL Server Object Explorer:
Projects node adds the equivalent of Schema View to SSDT. You can use this node to browse the logical schema of your project and to edit, refactor, and add new objects.
Script As support in SSOX enables you to generate Create, Alter, Drop, and Drop and Create-To scripts for objects in your connected database.
DAC actions allow you to perform similar DAC-based tasks in SSDT to those available in SSMS. You can extract a dacpac from a live database, publish a dacpac to a database, register a database as a DAC, or remove the registration metadata for a database registered as a DAC. These actions are supported for both on-premises SQL Server databases as well as Windows Azure SQL Databases.
We recommend that you uninstall the SSDT Power Tools extension if you had it previously installed.
Updated Data-Tier Application Framework
This release includes the November 2012 release of SQL Server Data-Tier Application Framework (DACFx), which contains several feature enhancements and bug fixes. You can learn more about the latest release of DACFx here.
Bug fixes
SSDT - December 2012 contains over 50 bug fixes, including fixes for customer-reported issues from SSDT - November 2012 and SSDT Power Tools releases.
Contact Us
If you have any questions or feedback about SSDT, please visit our forum or Microsoft Connect page. We look forward to hearing from you.
- Installs in Visual Studio 2010 or Visual Studio 2012:
-
Sticky0VotesSteps to file a Connect bug for SSDT
To file a Connect bug or DCR against SSDT, follow these steps: 1. Go to https://connect.microsoft.com/SQLServer/Feedback and sign in 2. Search for the area you ... -
Sticky0VotesPlease "Mark as Answer" if a post has answered the question
While reading a reply to your question, you will notice a button with an icon that says "Mark as Answer." Please select this button when a reply answers your ...
-
Discussion0VotesHow does Segment works with identifying duplicates?
I'm trying to locate different kinds of duplicates which the way it is written wouldn't be a case. For Example: Name: Company ABC; Address: 123 Parkway Street, ... -
Unanswered0VotesHOW TO FORMAT AND SET-UP TO IMPORT ASCII CALIF CORP FILE BY CALIF SECRETARY OF STATE?
Dear Sir: I purchased a California Corporation file (3 Million records) from California Secretary of State. It is a ASCII format. I used a column import with fixed width (SQL ... -
Unanswered0VotesSchema compare doesn't detect changes in clustered index file group
Hi all, I'm having an issue with the schema compare not detecting changes to the file group on the clustered index. Below is an example of a table with the ... -
Unanswered0VotesSSDT BI VS 2012 - SSIS Drag Redraw Issues
Environment->General->Visual Experience, and that did not help either. Is anyone else experiencing this? I haven't been able to find any similar reports, but a colleague ... -
Unanswered0VotesMultiple references to the same database project
I need some help with database references. Here's some background: We have one database project that we deploy to multiple databases - one for ... -
Unanswered0VotesHow to publish a DACPAC to a SQL SERVER 2008 R2 SP2 on a different network
I have a client with a server running Windows 2003 SP2 and SQL Server 2008 R2 SP2 but does not have SSDT or VS 2010. They do have BIDS (VS 2008 Shell). I was able to ... -
Unanswered0VotesSqlPackage ignoring BlockOnPossibleDataLoss?
Hello all, We are using TFS and SqlPackage to automate deployment to our various environments. Our TFS build is executing the package with the following command ... -
Unanswered0VotesSchema compare not updating target
I have some simple changes in one of my databases that I am trying to sync to my db project. Schema compare finds these changes and show's that they additions, but when I check them off and click ... -
Unanswered0VotesAssembly and SQL CLR Function (cannot publish)
(68,1): SQL72014: .Net SqlClient Data Provider: Msg 3729, Level 16, State 1, Line 1 Cannot DROP FUNCTION 'dbo.funcI ... -
Unanswered0VotesReferencing System Tables/View in Other Databases
I'm using Visual Studio 2010/SSDT. I have a view in my database that uses the following SQL to reference system views in another database: SELECT OBJECT_SCHEMA_NAME(O.object_id, ... -
Unanswered0VotesIs the older version of SQL Server Data tools still available?
I have just installed VS 2010 on a new laptop and have also installed the newest version of SQL Server Data Tools. The new SSDT version (10.3.21208.0) breaks the build (when built on my ... -
Answered3VotesNew error after upgrading to September SSDT
I have upgraded to the newly release version of SSDT for VS2012. Before upgrading my solution built and published without any errors. After the upgrade I get multiple error "SQL71567: ... -
Answered0VotesSQL 71502 Procedure has an unresolved reference to object in project database
Hello, I am just beginning to build my first SSDT database project and am running into an odd warning that I would like to resolve. Forgive my ignorance if there is an easy ... -
Unanswered0VotesMSBuild issue
Build the same solution file, on the same machine. Once in Visual Studio 2012, again in MSBuild. MSBuild gets a funny error during ... -
Unanswered0VotesSSDT Publishing from SQL_Latin1_General_CP1_CI_AS sql project to Latin1_General_CI_AS SQL instance
I can't seem to figure out how to suppress the COLLATE statement when publishing my .sqlproj to a SQL Server that has a non-US english collation. In this case, the collation for my SQL ... -
Unanswered0VotesVisual Studio not presenting Data-Tier Application Framework (May 2013) as an available update
The Check for updates from Visual Studio did not present the May 2013 DACFx as an available update. After manually downloading and installing the DACFx May 2013 update, the visual ... -
Answered0VotesWhere is "block incremental deployment if data loss might occur" setting physically stored?
VS2012 database project. I want to check the option on the project Debug Tab "Block incremental deployment if data loss might occur" due to a deployment failing due to ... -
Answered0VotesCan you compare a database to a DACPAC programmatically?
I would like the ability to essentially perform an automated schema-compare of a particular database to a particular DACPAC file. We have a lot of databases and we do deployments ... -
Answered0VotesRegister as Data Tier Application Disables the Advanced Publishing Settings button
I couldn't figure out why the 'Advanced' button on the publishing profile page was disabled for me today. I came to realize that it was because we had the 'Register as a Data Tier Application' ... -
Unanswered0VotesRunning Database Unit Tests on a LOCAL Build, Not a TEAM Build
Has anyone had any success in forcing database unit tests to run when a developer builds a database project on his or her workstation? I'm not talking about running them as part of a team build. ... - Items 1 to 20 of 1186 Next ›





