Viewing 3 posts - 1 through 3 (of 3 total)
so you have to open the master key to create a certificate?
May 17, 2012 at 10:18 am
#1489153
Try this
WHERE convert(varchar(10),created_date,101) + ' ' +
convert(varchar(2),datepart(hh,created_date)) + ':00 ' +
CASE WHEN datepart(hh,created_date) >= 12 THEN 'PM' ELSE 'AM' END >= @inputdate
October 5, 2005 at 9:01 am
#595154
Yes there is. Add an activex task and write vb script to create pkg object and loop thru all the task and their properties to change them.
October 5, 2005 at 8:34 am
#595140