SQL Server Express

Technical Article

SQL Server 2005 Express Edition - Part 20 - Authenticating Merge Web Synchronization

  • Article

We have been discussing SQL Server 2005 Express Edition replication-specific features, investigating authentication mechanisms that are available in order to accommodate connection attempts from remote clients interacting with SQL Server-based distributor via Internet Information Services. We will continue coverage of this topic here.

You rated this post out of 5. Change rating

2008-04-21

1,679 reads

Technical Article

SQL Server 2005 Express Edition - Part 17 - Merge Web Synchronization

  • Article

In this article, we will explore another variation of this mechanism, called Web Synchronization, with SQL Server 2005 Express Edition instances operating as merge replication subscribers connecting to a publisher via HTTPS protocol.

You rated this post out of 5. Change rating

2008-03-17

998 reads

Technical Article

SQL Server 2005 Express Edition - Part 14 - Replication Support

  • Article

SQL Server 2005 Express Edition's small footprint and free-of-charge use has some negative implications, imposing restrictions on functionality available in the Standard or Enterprise editions. This is especially conspicuous in the case of replication, which we will explore starting with this installment.

You rated this post out of 5. Change rating

2008-01-16

2,431 reads

Technical Article

SQL Server 2005 Express Edition - Part 12 - ClickOnce Deployment and Updates

  • Article

Part 11 of this series presented the publishing options of ClickOnce-capable applications that involve User Instance-based databases. This article takes a closer look at the deployment process, demonstrating the impact of your selections on its characteristics.

You rated this post out of 5. Change rating

2007-12-21

1,434 reads

Technical Article

SQL Server 2005 Express Edition - Part 9 - Managing User Instances

  • Article

SQL Server 2005 Express Edition's unique functionality allows you to distribute and implement single-user databases, without the dependency of having administrative privileges or the need for a cumbersome configuration. This article illustrates the practical use of this feature, known as XCopy deployment.

You rated this post out of 5. Change rating

2007-10-30

1,438 reads

Technical Article

SQL Server 2005 Express Edition - Part 8 - XCopy Deployment

  • Article

Part 8 of our series provides an overview of User Instance model (also known as “Run As Normal User” or simply RANU) and automatic database connectivity, which serve as two primary enablers for XCopy deployment, facilitating distribution of single-user databases.

You rated this post out of 5. Change rating

2007-10-25

1,766 reads

Technical Article

SQL Server 2005 Express Edition - Part 6 - Post Installation Configuration Tasks (Encryption)

  • Article

In our new article, we will continue coverage of this topic by describing other activities that alter default connectivity settings applied during standard installation, focusing in particular on encryption.

You rated this post out of 5. Change rating

2007-10-18

2,137 reads

Blogs

A New Word: Mauerbauertraurigkeit

By

mauerbauertraurigkeit – n. inexplicable urge to push people away, even close friends whose company...

Methodology for dealing with bad data in production

By

Pinal Dave wrote up his methodology for what to do when you discover bad...

How to Provision an Azure SQL Database

By

Aside from spinning up a SQL Server instance container, the free Azure SQL Database...

Read the latest Blogs

Forums

Why SQL Server Database Attach fails and how to repair it

By Nisarg Upadhyay

Comments posted to this topic are about the item Why SQL Server Database Attach...

Fixing P1 Queries

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Fixing P1 Queries

BIT_COUNT() IV

By Steve Jones - SSC Editor

Comments posted to this topic are about the item BIT_COUNT() IV

Visit the forum

Question of the Day

BIT_COUNT() IV

In SQL Server 2025, I run this code:

select bit_count('A')
What is returned?

See possible answers