Viewing 4 posts - 16 through 19 (of 19 total)
Thank you. The following is my script. In the last query I want only rows where the login name is Sam.Smith or Michael.Jackson.
CREATE TABLE #tmp (loginNameVARCHAR(50))
INSERT...
October 7, 2016 at 7:16 am
Yes, it was. I think I found the issue. When I export the package, it is defaulting the protection level to "EncryptSensitiveWithUserKey" and I need to change this...
September 21, 2016 at 8:14 am
I tried another approach to my deployment today. I connected to Integration Services from SSMS and then used the import package feature there to import the package. When...
September 21, 2016 at 6:06 am
you may want to check for the existence of all the file in one script and return true if they all exist. true will be a precedent constraint on...
December 31, 2015 at 12:26 pm
Viewing 4 posts - 16 through 19 (of 19 total)