Friday, August 28, 2009

Feeding Crystal Reports from your application(Visual Studio)

Published date: Friday, September 1, 2006
On: Éric Moreau's web site
Original URL: http://www.emoreau.com/Entries/Articles/2006/09/Feeding-Crystal-Reports-from-your-application.aspx

The article will show you how to use Crystal Report in Visual Studio.

Wednesday, August 5, 2009

Automating Database maintenance in SQL 2005 Express Edition

http://www.sqldbatips.com/showarticle.asp?ID=27

Author: Jasper Smith

Overview

In this series of articles, I'll demonstrate a couple of different approaches to writing a maintenance utility that mimics some of the behavior of the sqlmaint utility that is included with SQL Server 2000. SQL Server 2005 Express Edition does not include such a utility, so these articles will show how we can easily create one ourselves using either TSQL or SMO (SQL Management Objects - the successor to SQL-DMO). Rather than dive into the code, these articles will demonstrate how to use these utilities for backing up and maintaining your databases and how to schedule these tasks using the Scheduled Tasks facility in Windows XP and Windows 2003. In this article we will concentrate on the TSQL version of the utility which is in the form of a stored procedure - expressmaint. To download a command line version built using SMO go to Automating Database maintenance in SQL 2005 Express Edition Part II.