Viewing 12 posts - 1 through 12 (of 12 total)
ALTER VIEW dbo.[Vw_GetCurrentDate]
WITH SCHEMABINDING
/*
* A view to return one row, with one column, the current
* date/time from the built-in function GETDATE(). This
* view allows a UDF to...
December 23, 2015 at 10:25 am
SELECT COUNT(1) AS [COUNT(1) Should be 8]
, COUNT([Name]) AS [COUNT(Name) Won't be 8]
, COUNT(*) ...
January 30, 2015 at 10:21 am
It would be nice if sysjobs and other table are mentioned as scripts to accent the name,steps etc.
January 15, 2015 at 1:15 pm
Those bullet point should have links to refer to read related materials.
June 4, 2014 at 7:24 am
Sure give it a try. Let us know the details.How to documentation will be good.
May 23, 2014 at 8:46 am
In the msdb database these tables have the information that you need,
dbo.sysdtspackagelog,
dbo.sysjobhistory
Check BOL for more information
March 5, 2009 at 10:07 am
use BIDS to create an SSIS package.You can specify from Access to SS05.you may need to scirpt the truncate. good luck.
May 1, 2007 at 10:03 am
use SSMS and look under Managment>legacy>Data Transformation Services.Import DTS package is here.Good luck.
May 1, 2007 at 9:59 am
Right Click on the Package, and click schedule, just follow the screens and schedule your job
November 14, 2006 at 1:28 pm
hi , if you install a second instance of SQL Server .
Than you should be all set!!
August 5, 2006 at 12:37 pm
There is a SQL Profiler that comes with SQL Server.
You can see alot of things from SQL Profiler.
Hope this helps
April 30, 2004 at 7:37 am
Viewing 12 posts - 1 through 12 (of 12 total)