Sign In
SQL Server Express WebLog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Archive
FAQ
Futures
General
Headlines
Installation
localdb
Pages
Product Info
Samples
Archive
Archives
December 2011
(2)
November 2011
(2)
October 2011
(2)
July 2011
(1)
March 2011
(1)
April 2010
(2)
February 2010
(2)
December 2009
(1)
November 2009
(1)
September 2009
(3)
August 2009
(3)
July 2009
(2)
June 2009
(3)
May 2009
(4)
April 2009
(1)
December 2008
(2)
November 2008
(2)
October 2008
(1)
September 2008
(1)
August 2008
(5)
June 2008
(1)
February 2008
(3)
December 2007
(1)
November 2007
(1)
August 2007
(3)
March 2007
(2)
February 2007
(1)
January 2007
(2)
December 2006
(1)
November 2006
(4)
October 2006
(2)
September 2006
(2)
August 2006
(4)
July 2006
(3)
June 2006
(6)
May 2006
(1)
April 2006
(5)
March 2006
(6)
February 2006
(1)
January 2006
(3)
December 2005
(2)
November 2005
(3)
September 2005
(3)
May 2005
(2)
December 2004
(1)
October 2004
(1)
September 2004
(1)
August 2004
(1)
July 2004
(18)
FAQ
MSDN Blogs
>
SQL Server Express WebLog
>
FAQ
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Express WebLog
Troubleshooting the corrupt file error when using the SQL Server 2008 Express Setup Package
Posted
over 3 years ago
by
sqlexpress
1
Comments
I've seen a number of people bringing this message up in the forums recently so I thought I would blog about it rather than type the answer over and over. (I'm lazy that way.) Problem When you run the installer you get the following error after the...
SQL Server Express WebLog
FAQ: Error creating a Service-based database in Visual Studio 2008 SP1
Posted
over 4 years ago
by
sqlexpress
3
Comments
A few of you have run into problems when trying to add a new Service-based database to your project in Visual Studio 2008 SP1. This problem has been reported to Microsoft Connect and the Visual Studio team is working on a fix, but I thought I would provide...
SQL Server Express WebLog
FAQ: "Installing" the SQL Server 2008 Express ClickOnce Bootstrapper for Visual Studio 2008 SP1
Posted
over 4 years ago
by
sqlexpress
13
Comments
Clearly, the names of our components are getting too long, but that's a matter for another post… Many of you have noticed that the VS bootstrapper for SQL Express 2008 (and similarly the bootstrapper for Windows Installer 4.5) are installed by the...
SQL Server Express WebLog
FAQ: Switching between SQL Server 2008 edtions
Posted
over 4 years ago
by
sqlexpress
5
Comments
There is an extra step that you need to take when upgrading from one edition of SQL Server 2008 to another, for example when upgrading from Express to Express with Tools. This extra step is called Edition Upgrade (sometimes SKU Upgrade) and the net result...
SQL Server Express WebLog
What's up with SQL Server 2008 Express editions
Posted
over 4 years ago
by
sqlexpress
15
Comments
Microsoft has announced the release of SQL Server 2008 and that means it time for another post about SQL Server Express. The press release indicated that SQL Express is already available, but those of you who have followed the link have found that...
SQL Server Express WebLog
Understanding SQL Express behavior: Idle time resource usage, AUTO_CLOSE and User Instances
Posted
over 4 years ago
by
sqlexpress
12
Comments
I've gotten a number of questions recently asking how SQL Express uses resources during idle time, and how that behavior impacts the way SQL Express behaves "on first connection" after being idle for a period of time. While many of these questions have...
SQL Server Express WebLog
DIY SQL Express SP2 Bootstrapper
Posted
over 5 years ago
by
sqlexpress
10
Comments
I've waited far too long to communicate this disappointing news to everyone, so here it is… I'm not going to be releasing the SQL Express SP2 Bootstrapper manifests that I had discussed in a long ago blog posting . I'll spare you the sob story of my...
SQL Server Express WebLog
Connecting to SQL Express User Instances in Management Studio
Posted
over 6 years ago
by
sqlexpress
18
Comments
Many of you are working with User Instances , sometimes without even realizing it. Briefly, a User Instances is special process of SQL Express that can be started by an application at runtime and allows SQL Express to emulate some of the characteristics...
SQL Server Express WebLog
SQL Express SP2 and Windows Vista UAC
Posted
over 6 years ago
by
sqlexpress
6
Comments
Now that SQL Server 2005 SP2 has been released I thought I should make good on my promise to explain more about how we handle Windows Vista User Access Control in SQL Express SP2. I explained earlier that UAC works by removing the administrator ACEs from...
SQL Server Express WebLog
Getting things working on Vista (aka - Dealing with User Account Control)
Posted
over 6 years ago
by
sqlexpress
13
Comments
Update: After a recent article on CNNMoney.com (see my post with the link to the article) I thought I would add to this post to clarify that SQL Express SP1 is supported for use on Windows Vista. As discussed in this post, there are some issues that SP2...
SQL Server Express WebLog
"Windows is searching for devenv.exe" when launching BIDS
Posted
over 6 years ago
by
sqlexpress
4
Comments
A number of people have been experiencing a problem launching the Business Intelligence Developer's Studio after installing SQL Server 2005 Express Edition Toolkit. The problem is that the shortcut is pointing to a file named devenv.exe that isn't there...
SQL Server Express WebLog
Configuring SQL Express During Installation
Posted
over 6 years ago
by
sqlexpress
1
Comments
In this post I'm going to explore the various ways you can configure SQL Server Express during installation. The easiest way is to just use the Setup UI, but that isn't ideal when you want to embed SQL Express into your own application installer. Command...
SQL Server Express WebLog
FAQ: Detecting SQL Server 2005 using WMI
Posted
over 6 years ago
by
sqlexpress
7
Comments
I've gotten a number of e-mails asking how to detect if SQL Express is installed on a computer. I'm finally getting around to putting this in the Blog so I don't have to keep typing the answer. We've made discovery much easier in SQL Server 2005 with...
SQL Server Express WebLog
FAQ: My data doesn't get saved in Visual Studio
Posted
over 6 years ago
by
sqlexpress
1
Comments
The problem of data not being saved is usually the result the Copy to output directory property of the database file. The Copy to output directory property controls if and when a file is copied during deployment of a VS application, including when you...
SQL Server Express WebLog
How to: Configure Express to accept remote connections
Posted
over 7 years ago
by
sqlexpress
73
Comments
Updated The information in this posting is superseded by the following KB Article: 914277 How to configure SQL Server 2005 to allow remote connections http://support.microsoft.com/default.aspx?scid=kb;EN-US;914277 ------------------------------...
SQL Server Express WebLog
FAQ: How to connect to SQL Express from "downlevel clients"(Access 2003, VS 2003, VB 6, etc(basically anything that is not using .Net 2.0 or the new SQL Native Client))
Posted
over 8 years ago
by
sqlexpress
35
Comments
This is the short version, the longer version is further down, also make sure and review the SQL Express BOL and the Mini BOL . Follow these steps: 1. Make sure express is running correctly (assumes a default install) Drop to a cmd prompt ...
SQL Server Express WebLog
FAQ: Installing SQL Express side by side with SQL 2000 Enterprise Manager seems to break it, its still broken when I uninstall express, whats going on?
Posted
over 8 years ago
by
sqlexpress
7
Comments
Because of changes in the SQL Server 2005 metadata we have updated SQLDMO, the new version is SQLDMO9, it should work with SQL Server 7/2000 and 2005. For backwards compatibility it is installed by SQL Express so that existing DMO apps should just work...
SQL Server Express WebLog
FAQ: Can I redistribute SQL Express?
Posted
over 8 years ago
by
sqlexpress
13
Comments
SQL Server Express will be free to use and redistribute. The only requirement that we have is that you register to redistribute the product. The reason we require registration for redistribution is that we want to ensure that we can get critical security...
SQL Server Express WebLog
Networking is disabled by default
Posted
over 8 years ago
by
sqlexpress
4
Comments
After seeing a number of issues about this, I realized that we needed to comment on this. For SQL Express, all networking protocols except shared memory are disabled by default. There is a command line setup switch called DISABLENETWORKPROTOCOLS which...
Page 1 of 1 (19 items)