SQL Server Express

Technical Article

Conducting Service Broker Conversation Using Full Dialog Security in SQL Server 2005 Express Service

  • Article

In the previous installment of our series covering the most relevant features of SQL Server 2005 Express Edition, we started an overview of Service Broker full dialog-level security. In this article, we will conclude this subject by describing the remaining prerequisites and a method to invoke a secure dialog.

You rated this post out of 5. Change rating

2009-01-06

1,292 reads

Technical Article

Scheduling Jobs in SQL Server Express - Part 2

  • Article

In my previous article Scheduling Jobs in SQL Server Express we saw how to make simple job scheduling in SQL Server 2005 Express work. We limited the scheduling to one time or daily repeats. Sometimes this isn't enough. In this article we'll take a look at how to make a scheduling solution based on Service Broker worthy of the SQL Server Agent itself.

You rated this post out of 5. Change rating

2008-12-09

2,872 reads

Technical Article

Configuring Transport Encryption in SQL Server 2005 Express Service Broker Conversation

  • Article

In the recent installments of our "SQL Server 2005 Express Edition" series we have been discussing mechanisms that facilitate authentication of distributed systems participating in Service Broker conversations. This article discusses use of digital certificates in encrypting their content on the transport level.

You rated this post out of 5. Change rating

2008-12-01

2,512 reads

Technical Article

SQL Server 2005 Express Edition - Part 32 - Distributed Service Broker Environment - Conducting Dialogs

  • Article

This installment of our series focuses on establishing, conducting, and terminating a sample Service Broker dialog in a distributed environment, leveraging previously established routes and dialog-level permission.

You rated this post out of 5. Change rating

2008-10-21

1,729 reads

Technical Article

Scheduling Jobs in SQL Server Express

  • Article

As we all know SQL Server 2005 Express is a very powerful free edition of SQL Server 2005. However it does not contain SQL Server Agent service. Because of this scheduling jobs is not possible. So if we want to do this we have to install a free or commercial 3rd party product. This usually isn't allowed due to the security policies of many hosting companies and thus presents a problem. Maybe we want to schedule daily backups, database reindexing, statistics updating, etc. This is why I wanted to have a solution based only on SQL Server 2005 Express and not dependent on the hosting company. And of course there is one based on our old friend the Service Broker.

You rated this post out of 5. Change rating

2008-09-23

3,241 reads

Technical Article

SQL Server 2005 Express Edition - Part 30 - Distributed Service Broker Environment - Endpoints

  • Article

In the latest articles of our series dedicated to SQL Server 2005 Express Edition, we have been discussing Service Broker. This article describes the initial setup of components required to demonstrate a distributed implementation, with initiator and target services residing on two separate computers.

You rated this post out of 5. Change rating

2008-09-18

1,535 reads

Technical Article

SQL Server 2005 Express Edition - Part 27 - Implementing Basic Service Broker Objects

  • Article

Marcin Policht explains the interaction of the primary elements of Service Broker's asynchronous messaging framework and describes a process of setting up the database objects necessary to demonstrate their sample implementation (which will be the subject of our next article).

You rated this post out of 5. Change rating

2008-08-07

1,930 reads

Technical Article

Implementing Upgrade of SQL Server 2005 Express Edition

  • Article

In the previous installment of our series, we presented a variety of reasons that might influence your decision to upgrade a full-fledged member of the SQL Server 2005 family. This article discusses the actual implementation of this process, pointing out additional factors that might affect its complexity.

You rated this post out of 5. Change rating

2008-07-07

1,969 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