How to configure SQL Server 2005 - sql-server

I have just downloaded SQL Server 2005 express edition from here:
To be used as a database for a vb.net program.
But I'm confused in using sql server. I do not know where to start from here:
http://screencast.com/t/ZTdiMDU5
Do I have to create the database in vb.net?-->
http://screencast.com/t/ZjRlYjkx
If not, where could I create the ms sql database? I'm a beginner and I want to learn.
Please help.
Do you have any tutorials there that could help a beginner like me.

Try SQL Server 2005 Express for Beginners

Related

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

Microsoft SQL Server 2008 - Sybase SQL Anywhere conversion

Does anyone know if there is a tool to migrate a Microsoft SQL Server database to Sybase Adaptive Server Anywhere? I personally used Google quite a lot but unfortunately no answers.
What do you think about this article?
http://www.sybase.com/files/White_Papers/Sybase_DownloadingDataIntoSQLAnywhereIMDB_wp.pdf

Unable to find the sql server provider as data source

trying to follow this tutorial http://www.codeguru.com/csharp/csharp/net30/article.php/c15489 I'm not able to select the sql server provider as data source.
I've only file and sql compact.
I've installed sql server 2008 express and management studio.
What do I miss ?
Thanks in advance for any help
Best regards
It seems that with web developper express, we can access to this data source although with visual c# express, we can't

How to see what's on SQL server CE database

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.

Can I develop on SQL Server 2005 and deploy to SQL Server 2000?

My development under VS2008 Team Suite SP1 with SQL Sever 2005 Express SP3. One of my customer only have SQL Server 2000 License.
I don't start my project yet. So I want to find a way that I can develop on SQL Server 2005 but deploy to SQL Server 2000.
Thanks SO and every folks here so much.
PS:I tried Database Project included in VS 2008. I start a SQL Server 2000 project but I can't import database schema from my SQL Server 2005. So I think it doesn't work.
When you create the database there is a compatibility level option. It should be under the options menu on the New Database dialog. You can set that to SQL Server 2000 (80).
Addition to what blu said...
Make sure you don't use any new features (T-SQL wise)..
See this MSDN article to find out what to avoid.

Resources