ClickOnce Custom Prerequisite for SQL Server Express 2016 LocalDB? - wpf

I'd like to set LocalDB 2016 as pre-requisite when publishing my WPF application. But when I check default pre-requisites in Project Properties, only one available is for SQL Server 2012 Express LocalDB.
Any idea why there is no newer one, since I'm using newest possible Visual Studio 2017? Thank you!

From the few resources available i've found this post by #PaulBrewer, which saved the day. Since it's easier to just download a working solution, i've uploaded my own custom MSSSQL Express LocalDB (2016) Bootstrapper/Manifest for anyone to use. Just follow instructions in readme.md:
https://github.com/igormf/SqlLocalDB2016-Bootstrapper

Related

Report Models in Visual Studio 2017

Folks.
I am responsible for converting a VS2008 Report Model Project (.SMDLPROJ) into its "equivalent" form under VS2017. Obviously, Report Models are no longer supported under SSDT for VS2017 (otherwise, I wouldn't be posting to this web site). If someone could point me in the right direction it would be most appreciated.
Thank you.
Actually SQL Server 2017 AND 2019 still support report models, BUT you need to deploy them from within a visual studio project (get BIDS from a SQL Server 2008 R2 installation). Trying to upload a .smdl file will fail.
To answer my own question these links should help:
Report model replacement in SQL Server 2016
Report Model SMDL Alternatives in SQL Server 2012

Visual Studio 2017 does not have Business Intelligence Integration Services/Projects

I do not see an option to create an SSIS project using Visual Studio 2017.
VS2017 supports ssis or ssrs projects if you install SSDT for VS2017 here.
Click on the newly downloaded file and check SSIS or SSRS components that you required, as show in diagram :-
Once you have installed this, try opening ssis / ssrs project. I managed to open ssis developed on vs2010.
You should see these component installed. (reboot if you don't see them).
Try open your project again. If you get 'incompatible project' - right click on your project, select "reload project" (not reopen the solution)
Information on this will probably get outdated fast because Microsoft is running to complete its work on this, but as today, June 9th 2017, support to create SQL Server Integration Services (SSIS) projects on Visual Studio 2017 is not available. So, you can't see this option because so far it doesn't exist yet.
Beyond that, even installing what is being called SSDT (SQL Server Data Tools) in VS 2017 installer (what seems very confusing from Microsoft's part, using a known name for a different thing, breaking the behavior we expect as users), you won't see SQL Server Analysis Services (SSAS) and SQL Server Reporting Services (SSRS) project templates as well.
Actually, the Business Intelligence group under the Installed templates on the New Project dialog won't be present at all.
You need to go to this page (https://learn.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt) and install two separate installers, one for SSAS and one for SSRS.
Once you install at least one of these components, the Business Intelligence group will be created and the correspondent template(s) will be available. But as today, there is no installer for SSIS, so if you need to work with SSIS projects, you need to keep using SSDT 2015, for now.
I havent tried this scenario yet - I was scared off by the (unanswered) comments below the GA announcement blog post:
https://blogs.msdn.microsoft.com/ssdt/2017/04/19/announcing-the-general-availability-ga-release-of-ssdt-17-0-april-2017/
I'll be staying on VS15 for a while ...
Integration Services project templates are now available in the latest release of SSDT for Visual Studio 2017.
Note: if you have recently installed SSDT for Visual Studio 2017. You need to remove the Reporting Services and Analysis Services installations before you proceed with installing SSDT.
There is no BI project in Visual Studio. Youll need to download SSDT. SSDT 2017 works fine :)
https://learn.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt
SSIS Integration with Visual Studio 2017 available from Aug 2017.
SSIS designer is now available for Visual Studio 2017! ARCHIVE
I installed in July 2018 and appears working fine. See Download link

Adding SSDT BI Templates in Visual Studio 2015

I have a new laptop with Visual Studio 2015 Enterprise and SQL Server 2016 CTP 3.1 installed on it. I want to develop SSIS & SSRS projects using this setup, but I am having a hard time getting the Business Intelligence templates to show up in VS.
I installed the SQL Server Data Tools for Visual Studio 2015 from here:
https://msdn.microsoft.com/en-us/mt186501.aspx
This installation seemed to work, but the BI templates still did not appear in VS.
After this was installed, I started up the SQL 2016 installation again to see if I could add this as a feature in the installation. It was not an option in the Feature Selection area. I tried both the "Perform new installation of SQL" and "Add feature to an existing instance" options during the setup wizard.
What am I missing here? In doing some research, it seems like these BI templates should be available for VS 2015. I would greatly appreciate any suggestions. Thank you!
Go to Tools > Extensions and Updates... Under the Updates tab, you'll find Microsoft SQL Server Data Tools (SSDT) Update.
SSDT is updated separately from SQL Server itself. In the past, SSDT BI was a separate project as well. Integrating both toolsets is a work in progress. The latest SSDT version is the November 2015 preview which supports SSIS, SSAS, SSRS for SQL Server 2016 preview but only SSAS, SSRS for previous versions.
SSDT doesn't actually require SQL Server, only Visual Studio, and will install no matter which version of SQL Server you have installed (if any).
I found the solution in another forum. This issue has to do with using the "preview" version of SQL 2016. Use this link to download the SSDT for this version:
https://msdn.microsoft.com/en-us/mt429383
Hope this helps someone else...
In VS 2015:
Select Tools -> Extensions & Updates
A console opens. On the LHS, you will see 3 tabs - Installed, Online & Updates
Select Updates -> Product Updates -> Choose Microsoft SQL Server Data Tools (SSDT) Update.

No SQL Server Data Tools in VS 2013 ultimate installed

I have no SQL Server Data Tool in Visual Studio 2013.
SSDT should be included in VS2013? Source
How can I install them?
I tried to install BI for VS 2013 but still don't have any SQL functions in VS.
Make sure Microsoft SQL Server Data Tools is checked when you install VS.
SQL tools like schema comparison are in SQL menu. SQL menu is not visible till any database project OR .scmp file OR file where its context is available is open.
For more details, refer:
http://pranavwithyou.wordpress.com/2013/09/20/schema-data-comparison-of-two-databases-with-visual-studio/
http://channel9.msdn.com/Events/Visual-Studio/Launch-2013/VS108
Update
Got this link on MSDN:
http://msdn.microsoft.com/en-us/data/hh297027
Download latest VS2013 Update 2 through extension update or by link http://www.visualstudio.com/downloads/download-visual-studio-vs
For SSDT-BI for VS 2013 install:
http://www.microsoft.com/en-us/download/details.aspx?id=42313
after installation restart Visual studio.
Lets hope, it should work then.
I don't have SQL menu, however I found it in Tools -> SQL Server

How do I create/add a sql server compact edition db in vs2010?

I have vs2010 ultimate installed and sql server 2008 developer. I created a package using the openAuth Extension from the online gallery and can not find an option to add a sql server CE db to my project. I tried changing the target framework to 4.0 and still nothing.
I see a type that says SQL Server Database, but I believed that was for a full blown db to attach to sql server.
Where is compact?
You first need to add it in the Server explorer even if it's new.
Here is the link on how to do it.
link text
If you mean to this:
http://i.imgur.com/NcmH1.png
I fix my problem running SSCEVSTools-esn.msi from the vs2010 dvd.
D:\Visual Studio 2010\WCU\SSCE

Resources