Viewing 15 posts - 1,051 through 1,065 (of 4,820 total)
June 18, 2018 at 11:03 am
When you use a ForEach container to loop through files in a folder, that container is expecting you to provide a "filespec". A filespec is typically looks like this:C:\Chase\Files\Daily\*.pgp
I'm not...
June 18, 2018 at 10:58 am
June 18, 2018 at 10:41 am
vsamantha35 - Monday, June 18, 2018 10:31 AMThanks Steve for the suggestions.
You're very welcome.
June 18, 2018 at 10:39 am
June 18, 2018 at 10:37 am
Sorry for the lack of clarity. I was about to have a meeting with...
June 18, 2018 at 10:32 am
June 18, 2018 at 10:24 am
Users with update access to a production table? Seriously? Sounds more like your security model needs some serious work... Never should a user have direct update access to a production...
June 18, 2018 at 10:05 am
June 18, 2018 at 9:52 am
Not sure why you want to do this, but it's not terribly difficult. Here's the code:create table #test (
item varchar(100),
[status] varchar(10),
qty int
);
insert into #test...
June 18, 2018 at 8:16 am
Not sure what, exactly, you are trying to do. If you establish a connection, then want to change your connection, then you'll have to re-instantiate your connection, so I'm doubtful...
June 18, 2018 at 8:08 am
June 18, 2018 at 7:33 am
My apologies for not posting back sooner, but here's what happened. It just started working when I changed the date range provided as parameters. I know for sure that once...
June 18, 2018 at 6:51 am
June 18, 2018 at 6:40 am
UPDATE OPENQUERY(SRVLINK,'Select COLA, COLB, COLC...
June 18, 2018 at 6:27 am
Viewing 15 posts - 1,051 through 1,065 (of 4,820 total)