Viewing 15 posts - 1 through 15 (of 59 total)
I never did figure out why it would work in one place and then not installed on the server. I'm still thinking there is potentially a permissions issue. I did...
January 14, 2020 at 10:57 pm
Thanks for the recommendation. I'll see if i can use it temporarily, as it's not something that is just 'available' here, and I don't get to set the environment rules. ...
January 9, 2020 at 9:57 pm
script task, using Dts.log
Dts.Log("FileExists: " + Dts.Variables["User::FileExistsResult"].Value.ToString(), 0, emptyBytes);
...
January 9, 2020 at 6:14 pm
thoughts on step or details I could add that will help to help me diagnose this issue?
October 29, 2013 at 11:08 am
It's looking like it's going to be a very specific context (which i'm still working on running down), and the current security context won't be used (still not sure why...
August 14, 2013 at 5:34 pm
interesting. The two open queries using TSQL and openquery now work with a 'forced' security context. The two LDAP dialect queries still do not work.
still... THANK YOU!!!! i'm...
August 14, 2013 at 1:41 pm
will try that. i do know that i had the where clause on there with same results, so was just trying to simplify the most i could. thanks!
August 14, 2013 at 1:31 pm
all generated the same error in SSMS. dialect didn't matter.
SELECT * FROM OPENQUERY( ADSI,
'SELECT name
FROM ''LDAP://DC=sfcc,DC=spokane,DC=cc,DC=wa,DC=us''
...
August 14, 2013 at 12:20 pm
i guess my other option is to create a table to hold the data and then use powershell to pull and push the data in. I'd rather not...
August 13, 2013 at 7:23 pm
LOL, i'm quite certain that I could as well. 😉
I have found that there are certain times that i'll go one route using the update statement, but will also adjust...
August 13, 2013 at 3:25 pm
indicates that if you set it to 0 that it returns them all.
i tested it and it seems to work.
August 13, 2013 at 3:14 pm
this article describes how to change the default.
is that what you are looking for?
August 13, 2013 at 3:09 pm
Choose your Edit 200...
Then select the button: 'Show SQL Pane'
then change the 200.
August 13, 2013 at 2:51 pm
I would either:
A) change the destination table to allow nulls and then put a default value constraint on it so when it encounters nulls, it places a set value in...
August 13, 2013 at 2:06 pm
this was a simpler fix than i thought. the object that was complaining was a schema bound object. It didn't need to be bound, and once i...
July 22, 2013 at 1:52 pm
Viewing 15 posts - 1 through 15 (of 59 total)