Top "Sql-server-2008-express" questions

SQL Server 2008 Express is a free edition of SQL Server that is an ideal data platform for learning and building desktop and small server applications, and for redistribution by ISVs.

Can I use datasource=.\\SQLEXPRESS or do I need to now use: machinename\\SQLEXPRESS

Can I still use datasource=.\SQLEXPRESS or do I need to change it to : machine_name\SQLEXPRESS for a local …

c# string connection sql-server-2008-express
How to import data from Excel into SQL Server Express 2008 in MVC3

I'm using MVC3 with C# code. I have a table in my SQL Server Express containing some columns, and I …

asp.net-mvc asp.net-mvc-3 sql-server-2008-express
CREATE DATABASE permission denied in database 'master'. A database with the same name exists

I was running my application in Visual Studio 2010 Application Server, but now I have changed it to use IIS Local …

c# asp.net sql-server-2008-express aspnetdb
SQL Server 2008 Express Integration Services

Does SQL Server 2008 Express support Integration Services? When I try to create an Integration Services project, it says that I …

sql-server ssis sql-server-2008-express
Limited memory usage of sql server 2008 express?

I want to install sql server 2008 express on my laptop that has 1 GB memory, but my database contains lots of …

sql-server sql-server-2008-express
How to expire a particular row in SQL Server once a date is reached?

It may be very simple scenario for experienced developers, but as a beginner I have been hanging around this for …

asp.net sql-server sql-server-2008-express
Add user to SQL Server 2008 - permission denied

I have recently had some problems that I think might be helped by debugging my ASP.NET MVC application in …

iis login windows-authentication sql-server-2008-express
Binary Blob truncated to 8000 bytes - SQL Server 2008 / varbinary(max)

I have upgraded from Fluent Nhibernate 1.0 with Nhibernate 2.1 to pre- release 1.x with NHibernate 3.0 GA and have hit what I …

nhibernate fluent-nhibernate sql-server-2008-express
Sql Server 2008 Express Edition Licensing

I'm deploying a web application into a server (hosting company). The application uses Sql Server 2008 Express Edition as its database. …

sql-server-2008-express
Scheduling daily task on SQL Server 2008 database

I'm using SQL Server 2008 and trying to make schedule to run a page every mid-night but I don't know how …

sql sql-server-2008 sql-server-2008-express