Viewing 15 posts - 16 through 30 (of 32 total)
I also created a table:
if exists (select 1 from sysobjects where type = 'U' and name = 'CCSC_STAGE_UDEF')
drop table CCSC_STAGE_UDEF
go
create table CCSC_STAGE_UDEF
(STAGEchar(5)NOT NULL,
PROGchar(5)NOT NULL,
UDEF_VALchar(1)NOT NULL,
constraint PK_CCSC_STAGE_UDEF primary key (STAGE, PROG))
go
insert...
February 16, 2009 at 6:23 am
I tried it out on my test database. I change multiuser to restricted_user and it worked.
February 5, 2009 at 12:23 pm
I just want to know what type of modification was done.(delete, insert, update)
December 11, 2008 at 12:22 pm
Yes, I mean changes to the data or changes to the definitions and structures.
December 11, 2008 at 11:39 am
Thanks for the information. I will try it and see what happens.
November 17, 2008 at 8:25 am
How can I saved my scripts as SSIS packages? This is my first time using SSIS.
November 14, 2008 at 10:33 am
I now see where I click on integration packages.
Thanks
November 14, 2008 at 10:28 am
When I clicked on new job I did not see integration services. I have scheduled my scripts to run daily, but I am not sure if I did it...
November 14, 2008 at 10:10 am
I am trying to run sql scripts from SSIS.
November 13, 2008 at 1:09 pm
Thanks for your response. I did set up my own profile.
I will have to do some more investigating.
September 25, 2008 at 6:29 am
Viewing 15 posts - 16 through 30 (of 32 total)