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
March 2012
(1)
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)
July, 2004
MSDN Blogs
>
SQL Server Express WebLog
>
July, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Express WebLog
SQL Express Beta 2 available now!
Posted
over 8 years ago
by
sqlexpress
11
Comments
As of this morning SQL Express Beta 2 is available for download from http://lab.msdn.microsoft.com/express/sql/ . Before upgrading please follow all the steps listed on the download page or at http://blogs.msdn.com/sqlexpress/archive/2004/07/21/190738...
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
Various Downloads of Samples and Documentation for SQL Express
Posted
over 8 years ago
by
sqlexpress
1
Comments
MSDN has a downloads page specific to express: http://www.microsoft.com/downloads/details.aspx?FamilyID=2adbc1a8-ae5c-497d-b584-eab6719300cd&displaylang=en -Euan Garden Product Unit Manager SQL Server Tools
SQL Server Express WebLog
SQL Express Beta 2 coming soon
Posted
over 8 years ago
by
sqlexpress
20
Comments
The full Beta 2 version of SQL Express is coming soon. While the Beta 2 release will not add any new features, it does contain many bug fixes that were not in the Tech Preview. We recommend upgrading to Beta 2 as soon as it is available. Unfortunately...
SQL Server Express WebLog
SQL Server 2005 Express Edition won't install on my Brazilian Portuguese OS
Posted
over 8 years ago
by
sqlexpress
2
Comments
The SQL Server Setup team has verified that this is a bug. We are currently investigating, but at this point we do not have a workaround. Further updates will be provided via this weblog as they become available. -Jeffrey Baker SQL Server Setup...
SQL Server Express WebLog
Sample: VB.Net Express and SQL Express Music Manager on MSDN
Posted
over 8 years ago
by
sqlexpress
13
Comments
Brian has a great sample on MSDN that shows off new features in the express SKUs. It really looks cool and pretty simple in terms of code. Please give us feedback as we have more samples planned. -Euan Garden Product Unit Manager SQL Server...
SQL Server Express WebLog
FAQ: Why do I get warnings about IIS and COM+ during the install of SQL Express, is something wrong?
Posted
over 8 years ago
by
sqlexpress
2
Comments
No nothing is wrong, the current builds SQL Server Express uses the same pre-requisite checks that the main SQL Server 2005 release does, except they are warnings instead of blocks. There is not problem in not having IIS for example. These checks will...
SQL Server Express WebLog
FAQ: SQL Server 2000 Reporting Services fails after installing SQL Server 2005
Posted
over 8 years ago
by
sqlexpress
0
Comments
After installing any component of SQL Server 2005 Beta 2 or Visual Studio 2005 Beta 1 on a computer with an existing installation of SQL Server 2000 Reporting Services, Reporting Services may fail with the following error: The report server cannot...
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: How do I write objects in Managed code, the beta 1 samples/docs on the web don't work with SQL Express?
Posted
over 8 years ago
by
sqlexpress
10
Comments
The syntax for much of SQLCLR was changed between B1 and the current builds to make it more consistent. Building SQLCLR objects in Visual Studio 2005 is really easy as we have new project types, but the Express SKUs of VS do not include this project type...
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
FAQ: How do I start playing with data in SQL Express, there don't seem to be any sample databases
Posted
over 8 years ago
by
sqlexpress
4
Comments
SQL Express currently does not ship with any sample databases to help keep the size down, we'll be making these formally available on the web in the future but the folks over at ASP.Net have a nice tutorial that includes using the pubs database, so they...
SQL Server Express WebLog
Introducing SQL Server Express Manager
Posted
over 8 years ago
by
sqlexpress
41
Comments
For those of you who are interested in database management tools for SQL Express, I’d like to tell you about a new product that Microsoft will be releasing soon called SQL Server Express Manager (or XM for short). XM is a lightweight tool built...
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...
SQL Server Express WebLog
The Installation Summary Log
Posted
over 8 years ago
by
sqlexpress
1
Comments
I thought I'd let you know about the summary log file available to you from the installer. Summary.txt is a summary of the latest installation and can be found under %ProgramFiles%\Microsoft SQL Server\Setup Bootstrap\LOG . It will contain paths...
SQL Server Express WebLog
Licensing and Pricing for SQL Server Express
Posted
over 8 years ago
by
sqlexpress
7
Comments
We just received a great question requesting information on the pricing and licensing for SQL Server Express when it RTMs. SQL Server Express will be free to use and redistribute. The only requirement that we have is that you register to redistribute...
SQL Server Express WebLog
Difference between SQL Server Express and MSDE
Posted
over 8 years ago
by
sqlexpress
19
Comments
Hi, I'm attending Teched Europe where we announced the Express Products earlier this week. Several people here have asked me the difference between MSDE and SQL Server Express. I thought that that I'd include a quick high level summary here: ...
SQL Server Express WebLog
Welcome to the SQL Server Express Blog
Posted
over 8 years ago
by
sqlexpress
0
Comments
Welcome to our team blog for SQL Server Express. In this blog we post answers, to frequently asked questions from our newsgroup (see below) and try to address any general questions or issues from the community. Newsgroup: http://communities.microsoft...
Page 1 of 1 (18 items)