Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Articles with tag
SQL Server 2005 Express
Refine your search with one of the following additional tags (with number of items):
SQL Server 2005
(6)
Replication
(2)
Maintenance and Management
(1)
Service Broker
(4)
Encryption
(1)
Transactional Replication
(1)
Merge Replication
(3)
Search for
any
content tagged
SQL Server 2005 Express
Items 1 to 20 of 24
Next 20 >>
SQL Server 2005 Express Edition - Part 32 - Distributed Service Broker Environment - Conducting Dialogs
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.
Read more...
By
Additional Articles
2008/10/21
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1 read
Scheduling Jobs in SQL Server Express
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.
Read more...
By
Additional Articles
2008/09/23
|
Source:
SQLTeam.com
|
Category:
SQL Server 2005 Express
Rating:
Rate this
|
Briefcase
|
2,038 reads
SQL Server 2005 Express Edition - Part 30 - Distributed Service Broker Environment - Endpoints
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.
Read more...
By
Additional Articles
2008/09/18
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
703 reads
SQL Server 2005 Express Edition - Part 27 - Implementing Basic Service Broker Objects
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).
Read more...
By
Additional Articles
2008/08/07
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,071 reads
SQL Server 2005 Express Edition - Part 26 - Introduction to Service Broker
This article is a brief overview of Service Broker's core features, which are available (in a somewhat limited capacity) in SQL Server 2005 Express Edition. The next installment will describe a sample application illustrating its operations and discuss its management, security, and routing characteristics.
Read more...
By
Additional Articles
2008/07/17
|
Source:
Database Journal
|
Category:
Service Broker
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,672 reads
Implementing Upgrade of SQL Server 2005 Express Edition
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.
Read more...
By
Additional Articles
2008/07/07
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,229 reads
SQL Server 2005 Express Edition - Part 21 - Using Replication Management Objects
Recent installments of this series have demonstrated SQL Server 2005 Express Edition's replication characteristics by taking advantage of replication-specific executables and T-SQL code combined with Windows Synchronization Manager and Web Synchronization technologies. This article explores another method of reaching the same goal, which involves Replication Management Objects (RMO).
Read more...
By
Additional Articles
2008/04/30
|
Source:
Database Journal
|
Category:
Replication
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,289 reads
SQL Server 2005 Express Edition - Part 20 - Authenticating Merge Web Synchronization
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.
Read more...
By
Additional Articles
2008/04/21
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
944 reads
SQL Server 2005 Express Edition - Part 18 - Merge Web Synchronization Setup
Part 18 of this series explores several scenarios in which the Merge Web Synchronization can be applied and describes their implementation details.
Read more...
By
Additional Articles
2008/03/20
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
882 reads
SQL Server 2005 Express Edition - Part 17 - Merge Web Synchronization
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.
Read more...
By
Additional Articles
2008/03/17
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
400 reads
SQL Server 2005 Express Edition - Part 16 - Transactional and Merge Replication
Marcin Policht provides a step-through sample implementation of transactional and merge replication.
Read more...
By
Additional Articles
2008/03/04
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,314 reads
SQL Server 2005 Express Edition - Part 14 - Replication Support
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.
Read more...
By
Additional Articles
2008/01/16
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,429 reads
SQL Server 2005 Express Edition - Part 12 - ClickOnce Deployment and Updates
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.
Read more...
By
Additional Articles
2007/12/21
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
773 reads
SQL Server 2005 Express Edition - Part 11 - ClickOnce Deployment and Maintenance Options
Part 11 of the series focuses on the process of deploying and maintaining user instance-based applications that employ ClickOnce technology.
Read more...
By
Additional Articles
2007/11/23
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,175 reads
SQL Server 2005 Express Edition - Part 9 - Managing User Instances
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.
Read more...
By
Additional Articles
2007/10/30
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
999 reads
SQL Server 2005 Express Edition - Part 8 - XCopy Deployment
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.
Read more...
By
Additional Articles
2007/10/25
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,162 reads
SQL Server 2005 Express Edition - Part 6 - Post Installation Configuration Tasks (Encryption)
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.
Read more...
By
Additional Articles
2007/10/18
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,062 reads
SQL Server 2005 Express Edition - Part 5 - Post-Installation Network Configuration Tasks
In this article, we will continue exploring other post-setup tasks, focusing on network specific tasks.
Read more...
By
Additional Articles
2007/10/10
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,411 reads
SQL Server 2005 Express vs. Desktop Engine (MSDE)
SQL Server 2005 Express Edition and the SQL Server Desktop Engine (MSDE) are both free and redistributable. Each product provides a medium where database administrators can work between MS Access and the full version of SQL Server. But there are key differences to consider.
Read more...
By
Additional Articles
2007/09/13
|
Source:
SearchSQLServer
|
Category:
SQL Server 2005 Express
Rating:
Rate this
|
Briefcase
|
2,614 reads
SQL Server 2005 Express Edition - Part 4 - Surface Area Configration
This article demonstrates how you can use Surface Area Configuration utility in order to modify some of the security-related settings that have been applied during installation of SQL Server 2005 Express Edition.
Read more...
By
Additional Articles
2007/08/27
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
Rate this
|
Briefcase
|
1,171 reads
Items 1 to 20 of 24
Next 20 >>
Most popular
SQL Agent - A Job Scheduler Framework
An easy to use .NET solution for Job Scheduling, with pluggable actions, that runs on a Windows Service. Backup your SQL Server Express and much more!
Read more...
By
Additional Articles
2007/08/24
|
Source:
CodeProject.com
|
Category:
SQL Server 2005 Express
Rating:
Rate this
|
Briefcase
|
1,692 reads
SQL Server 2005 Express Edition - Part 1
Marcin Policht offers an overview of choices offered in the SQL Server 2005 product line, as an introduction to a new series on the Express edition.
Read more...
By
Additional Articles
2007/07/09
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
Rate this
|
Briefcase
|
2,254 reads
SQL Server 2005 Express Edition - Part 3 - Installation
Part 3 of this series describes the installation process of different versions of SQL Server 2005 Express Edition in more detail, including changes introduced in its Service Pack 2.
Read more...
By
Additional Articles
2007/08/08
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
Rate this
|
Briefcase
|
1,139 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use