Viewing 15 posts - 121 through 135 (of 347 total)
I assigned the user permission to start job .
How does he know when it completes ?
ALTER PROC usp_StartTransformationJob
@MyJobName sysname = 'Transformation'
AS
DECLARE @ReturnCode tinyint -- 0 (success) or 1...
July 18, 2016 at 11:09 am
Can you provide me with a sample procedure or some helpful links ?
July 18, 2016 at 10:48 am
I am using Enterprise edition and going to run subscription from SharePoint.
Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64)
Oct 19 2012 13:38:57
Copyright (c) Microsoft Corporation
Enterprise Edition (64-bit) on...
July 15, 2016 at 8:14 am
Server is UTC time zone .
I just need to delete today's records and insert new ones and keep yesterday and older records. Rest (time zone) is not mandatory.
May 3, 2016 at 8:26 am
I want the CST time recorded . If I don't do a -5 then May3rd, 7pm would be inserted as May 4th,00 am .
May 3, 2016 at 8:11 am
SELECT JS.PackageName,JS.ProjectName,JS.StartTime,JS.EndTime,CASE WHEN JS.StatusDescription is NULL THEN ' Not-Executed' ELSE JS.StatusDescription END AS StatusDescription
FROM #DateHr DHr LEFT JOIN #JobStatus JS ON DHr.Hour = JS.Hour AND Dhr.StartTime =...
April 7, 2016 at 1:05 pm
When it comes to performance , it's very poor. Can we improve performance for this query.
March 8, 2016 at 9:16 am
Need the unmatched as well .
SELECT 'ABCvvv' AS Text ,'No'
March 8, 2016 at 8:06 am
Alerts :When an SSIS package that is executed as SQL Job fail , users are receiving an alert from test@xyz.com
How can I investigate that ? When I look at...
February 10, 2016 at 5:24 am
Viewing 15 posts - 121 through 135 (of 347 total)