Viewing 6 posts - 16 through 21 (of 21 total)
I am getting no errors upon executing your query.
October 7, 2009 at 4:30 am
I tried all the steps mentioned by you. None of them report any error messages.
Thanks,
-Mohsin
October 5, 2009 at 6:47 am
Job is executed with local admin as "NT AUTHORITY\SYSTEM"
October 5, 2009 at 5:06 am
Job logs report as follows,
"Mail queued. [SQLSTATE 01000]
Job 'DBAdmin--- Space alert' : Step 2, 'email' : Began Executing 2009-10-05 02:42:28"
No errors in event viewer. If I am using script to...
October 5, 2009 at 4:46 am
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS ON
GO
ALTER view [dbo].[v_udb_extract_contract]
as
select
'I' as inp_source_code
,LS_MASTER.CONTRACT_NO as contract_id
,LS_BILLING.REMIT_TO as remit_to_cd
,LS_AADDR.AR_NAME as customer_name
,LS_AADDR.AR_CITY as ar_city
,LS_AADDR.AR_STATE as ar_state
,LS_AADDR.AR_ZIP...
April 30, 2008 at 5:48 am
Copy the backup file to some other location and delete the original file from the backup location. Re start the job and it will work fine.
Thanks,
-Mohsin
April 3, 2007 at 9:49 am
Viewing 6 posts - 16 through 21 (of 21 total)