2007年2月26日 星期一

使用T-SQL執行DTS封裝


original
from http://www.sqlservercentral.com posted by Jon Winer


1) Create your DTS Package

* A DTS package can be made in several ways. From within Enterprise Manager, click on Data Transformation Services, Local Packages, then New Package. Another option would be to right click on a table, click on All Tasks, then either Import or Export Data. When asked, save as a DTS package.

2) Schedule the DTS Package.

* This can be done either during the creation of the package or after it is complete.

3) Edit the newly created job and delete the schedule.

* Drill down from Management to Jobs and find the job that now appears. Right click on the job and click on Properties. Click on the Schedule tab and delete the schedule.

4) Now you have an unscheduled job that is ready to be run from within Query Analyzer.

5) Execute the stored procedure sp_start_job, passing in either the GUID of the job or the job's name from Query Analyzer.

example:
USE msdb
EXEC sp_start_job @job_name = 'Nightly Backup'

Read More...

2007年2月7日 星期三

立體幾何 Solid Geometry

RIMG0010neo8_6

香港機場一角 Hong Kong airport

Read More...