Viewing 15 posts - 196 through 210 (of 3,738 total)
GilaMonster (5/2/2016)
And what exactly do you mean by 'Integrated Services'?Service pack, only if it fails or breaks part way through.
Integrated services as in SSIS.
May 2, 2016 at 12:28 pm
I could create a bat file to run dtexec /f C:\SSIS\RefreshXact\RefreshXact.dtsx.
Does sound like a viable option?
May 2, 2016 at 12:13 pm
GilaMonster (5/2/2016)
After creating an SP. 0.What do you mean by 'component'?
I meant Service Pack and Integrated Services.
Thank you.
May 2, 2016 at 12:00 pm
.
May 2, 2016 at 6:50 am
Jeff Moden (4/22/2016)
Welsh Corgi (4/22/2016)
Lowell (4/22/2016)
if...
April 22, 2016 at 5:12 pm
I executed that package interactively and it barfed at a Enable Trigger Task.
I fixed the issue, then re-deployed and the job is running and is on the last load which...
April 22, 2016 at 1:39 pm
Lowell (4/22/2016)
you should still check what i mentioned.last run status can still be seen in Job Activity Monitor with a big red X, but the history could be erased.
Yes sir...
April 22, 2016 at 1:36 pm
Lowell (4/22/2016)
if it is still a...
April 22, 2016 at 1:01 pm
Brandie Tarvin (4/22/2016)
April 22, 2016 at 12:59 pm
J Livingston SQL (4/22/2016)
bit difficult to say....bit sparse on info.....care to elaborate a bit. ?
The problem is that the Job that executes a package fails with nothing in the Job...
April 22, 2016 at 12:31 pm
MadAdmin (4/22/2016)
guessing that it should be(rand())
Will check ina bit.
Thanks it worked.
Does this look right?
ALTER TABLE tblCall
ADD CONSTRAINT DF_ReinspectTag
DEFAULT (rand()) FOR ReinspectTag
April 22, 2016 at 10:19 am
The issue has been resolved.
I found the package in msdb.
April 20, 2016 at 9:27 am
I performed a remote session to the Server using the following command:
DTUTIL /FILE Foreign_Key_ConstraintsDrop.dtsx /COPY SQL;Foreign_Key_ConstraintsDrop
It returns a response that Foreign_Key_ConstraintsDrop already exists. Do you want to overwrite it.
I create...
April 20, 2016 at 8:54 am
Viewing 15 posts - 196 through 210 (of 3,738 total)