Viewing 15 posts - 31 through 45 (of 258 total)
I found online that powershell is built into Windows 2012 Server R2 so I don't understand why I'm getting this error
July 22, 2016 at 7:54 am
When I try to run the execute process task I get the following error:
The specified executable is not a valid application for this OS platform
Is there something I need to...
July 22, 2016 at 7:09 am
DOH!
Thanks Phil
July 21, 2016 at 2:43 pm
The expression evaluates to
-ExecutionPolicy Unrestricted -File"\\MyServer\Folder1\Folder2\My_Scripts\Get-00094_ReSubFiles.ps1"
July 21, 2016 at 2:32 pm
I am using a UNC directory in the ssis variable used in the expression
July 21, 2016 at 2:26 pm
I don't have anything set in the process section.
July 21, 2016 at 2:25 pm
I have an update statement that uses With NOLOCK. Its been working fine for months. We have some yearly reports that another team member is running. Is it possible that...
July 8, 2016 at 8:14 am
Or you could use a lookup task and using a select distinct title along with row_number() to create the id to get the lookup data and then join on title
May 13, 2016 at 10:03 am
Wait a sec, just reread your original post. You want the same id for common titles. Seems like you should have a lookup table. You could select distinct title into...
May 13, 2016 at 9:59 am
Set the column to be an Identity(1,1). Means that the first row will have id value of 1 and the next will be 2, and on and on.
May 13, 2016 at 9:53 am
Since the table already exists you'd need to create another table and add the id column then load it with the data from the old table, delete the old table,...
May 13, 2016 at 8:02 am
Thanks but I was trying to figure a way I wouldn't need to use an embedded query. Something like turning
MCRNUS.REVIEW_TYPE <> 'HCR'
...
May 5, 2016 at 8:30 am
Yeah, I have steps 1 through 3 complete. Just not sure how to go about setting up step 4
March 7, 2016 at 7:29 am
Should the access of myself and SQL Server matter if I'm supplying a username and password? I am able to use filezilla client to import the files.
February 23, 2016 at 11:07 am
Viewing 15 posts - 31 through 45 (of 258 total)