I have a asp.net mvc with sql Server compact application which hosted in a shared-host, Now my question is: How i can connect to remote Sql ce which hosted in shared-host from my desktop and manage that? or execute entity framework migration scripts?
You cannot connect to SQL Server Compact remotely, but if you have console access you can use a tool like sqlcecmd or the standalone SQL CE Toolbox to manage the database
Related
In order to connect to an IBM DB2 database, I am using DBeaver with an ODBC type of connection. But since I found Azure Data Studio very lightweight and portable, I want to ask if there is a way to connect to such databases because all I get is Microsoft SQL Server as connection type.
We have a .NET CORE web application running in Docker container on Linux. Our application connects to SQL Server. We have a requirement to connect to the database using Windows Authentication, and from my IIS experience I know that application needs to run within the context of the AD user that will be used to connect to SQL using Windows Auth.
Am I correct in this assumption? How do I define this with web app running on Kestrel in Linux Docker?
I am working on an ASP.NET MVC application, recently we are given IIS 8 server (Windows Server 2012) and database server with SQL Server 2012. Now application sits on my local machine, talking to the SQL Server database works perfectly.
But when I deploy the application to IIS and run the app and try to let it talk to that database ... it does not and getting following warning
The remote host does not have the dbDacFx Web Deploy provider installed, which is required for database publishing. To learn more about this visit this link.
I'm a absolute newbie in MVC, and now I am standing the beginning of it.
I checked out the tutorial podcast, in which i got i can add a new item of SQL Server database under app_data. But once I click that, a msg popup to show that in my desktop, no SQL Server 2005 or 2008 Express was installed.
But in fact, I have a SQL Server 2005 Enterprise installed already. Why this happened? And how to add a SQL Server database if I got a enterprise version?
Thanks a lot.
Adding the database file to the app_data folder only works with SQL Server Express editions. There's nothing you can do to enable it for Enterprise versions.
If you have SQL Server Enterprise, you need to create your database and your db objects in that server (using SQL Server Mgmt Studio or Visual Studio) and connect to that server. You cannot put your MDF/LDF files into app_data with Enterprise version - it just won't work.
Or if you don't like this approach, you could always install SQL Server 2005/2008 Express on your machine and then use the "put your MDF file into app_data" approach with that Express edition.
I am unable to access Sharepoint Central Administration.
I installed MOSS 2007 successfully on Windows Server 2008 (IIS7 and SQL Server 2005), I launched the admin and got "Cannot connect to the configuration database" error.
Application pool is using NetworkService account which has access to SQL Server.
I can access the configuration databases through SQL Management Studio. SQL server is on the same machine.
Any help, suggestions on how to solve the problem? I am very new to SharePoint.
Maybe try running the SharePoint Products and Technologies configuration wizard again to see if that highlights what the issue might be.