How to see what's on SQL server CE database - sql-server

I have created a database in SQL server Compact Edition.
I tried to attach it in SQL server
management Express, but it did not work.
Could anyone tell me how to see the data that I
saved using my VB.net code, as we can
see in Access.
When I load SSME, it asked for which server to
connect with. But my database is not saved on any server.
Please advise.
Thanks

Select SQL Server Compact Edition in the dropdown list when you start SSMS.
If you don't see it there, install SP2.

Related

How do I create a new server in SQL Server Management Studio?

The questions is basically the title because I could not find any articles to help as they only help on how to create a new database however I cant seem to create/join my own server.
The first picture attached is what I've seen other people do in order to get in however, I get an error when i try to connect
SQL Server and SSMS are two seperate softwares. SQL Server creates a database engine on your machine and SSMS is used to visualize or perform operations on these Database Servers. You Need to install both SQL Server and SSMS. While you seem to have install only SSMS.
You Can Install SQL Server from this link
SQL Server Download
You can follow this link to SQL Server Installation Tutorial

Accessing Microsoft SQL Server remotely

I am very naive to Microsoft SQL Server and SQL in general so excuse my ignorance.
We have this Microsoft SQL Server where we store our data from monitoring software. I need to run some queries and need to take a look at some data. Is there any way I don't have to remote into SQL Server to run these select queries?
Some sort of portal or light software I can download which connects to SQL Server and lets me do this.
Thanks in advance.
Use the SQL Server Management Studio. It can be downloaded separately.
https://msdn.microsoft.com/en-us/library/ms174173.aspx
All you need is SQL Management Studio. You can download it using this link: SQL Server 2014 Express. Please be sure to check the details to know the packages to select. Make sure to get the management studio checked.
If you need help using the management studio, this can help you: SQL Management Studio Tutorial

Report Services (SSRS) 2005 connect database in Microsoft SQL Server 2014

Currently I am working on a project it is request us to connect their database (Server A with Microsoft SQL Server 2014) via SSRS (Server B with Microsoft SQL Server 2005).
I keep facing the problem with this message :
The version of the report server database is either in a format that
is not valid, or it cannot be read. The found version is '162'. The
expected version is 'C.0.8.54'. To continue, update the version of the
report server database and verify access rights.
(rsInvalidReportServerDatabase) (rsRPCError) Get Online Help
Can anyone help me? Thanks a lot.
I think the problem is likely to be that the ReportServer database has been created using SQL Server 2014. Trying to connection a SQL Server 2005 Report Server installation to that database will not work because they are not compatible. If it is possible to run Reporting Services with a configuration like this at all, and I'm not sure that it is, you will need to have a ReportServer database that was created using SQL Server 2005 Reporting Services Configuration Manager.

Unable to connect to SQL Server in Hydro GeoAnalyst

I have installed Hydro GeoAnalyst 2014.2 and i have started trial and wanted to install demo project. Firstly, i must select data source type, available server and database name. I select data soruce type, then i write sql server instance name and then related combobox filled my databases. Finally, i select my database.
I use Microsoft SQL Server 2012 Express but Hydro GeoAnalyst return an error when i want to connect my database on MS SQL. Then i have installed Microsoft SQL Server 2014 Express and Hydro GeoAnalyst returned the same error:
Unable to Connect 'AYSE/SWS'. Ensure that the SQL Server exists and is running.
I have controlled my MS SQL Server 2012 and 2014 on SQL Server Management Studio and they works with no problems. I have controlled SQL Server Configuration Manager but no solution. Why do i take this error ? Is this because of express edition of SQL Server ?
Please help. Thanks in advance.
I send error picture:
If you are using SQL Server Express installed on another machine (not your local machine) make sure you have it configured for remote connections (http://blog.citrix24.com/configure-sql-express-to-accept-remote-connections/).
Also Please be aware that the vendor support email for Hydro GeoAnalyst has changed to support#waterloohydrogeologic.com. If you continue to experience difficulties contact them and they will be happy to look into the issue further.

Cannot create New Database in SQL Server 2008

Anyone please give me some ideas what to do next? I have a 2008 SQL Server installed, and try to create a DB on my PC \SQLExpress, however, I come up with the following message:
Cannot write property isfilestream this property is not available on sql server 7.0
Actually I have already enabled this via the properties within Management Studio and via the configuration tool, but the message still pops out...
My computer originally has 2008, but because I cannot access to the local server .\SQLExpress, then I re-downloaded the 2012 SQL Server, and then is able to access to the local server via 2008 SQL management studio. Not sure if this is related to my issue
Thank you so much in advance!

Resources