Viewing 6 posts - 16 through 21 (of 21 total)
Sorry but this script ends with error:
Date 13.06.2007 14:32:24
Log Job History (test)
Step ID 1
Server SQLSRV\InstanceEN
Job Name test
Step Name test
Duration 00:00:18
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0
Message
Executed as user: DOM\usrsrv2005. The step did not generate any...
June 13, 2007 at 6:37 am
I tried but it doesn't work. The situation is the same, the job is finishing with status successful but no data are imported.
June 8, 2007 at 1:23 am
The problem is not to have one procedure which will select and update or to have two procedures, one for select and another for update. The problem is how the...
June 22, 2005 at 9:04 am
This procedure will be called from another one, which will determine the customerID and passed it to this procedure.
Finally to be as clear as possible, this procedure, if I’m not...
June 22, 2005 at 8:36 am
Maybe this will be more crear:
first update record
UPDATE Account
SET AccountNo = 1
WHERE DocumentNo = 100
then return the result to the application
SELECT d.DocumentNo, a.AccountNo
FROM Document...
June 22, 2005 at 8:12 am
My database contains tables: Accounts, Document, Customers, and Activities. I have created a table (called Matrix) with the structure as it was described. Customers table contains all my customers.
So if...
June 22, 2005 at 7:38 am
Viewing 6 posts - 16 through 21 (of 21 total)