Viewing 15 posts - 1 through 15 (of 33 total)
Yes, it only seems to work if the login is a local login meaning a sql authenticated account or an individual AD domain user. But when I try to use...
July 3, 2013 at 3:28 pm
I am still getting the error after enabling db cross chaining
November 28, 2012 at 12:46 pm
I should mention that the db2 database is using sql server replication and it is a subscribing database. Would cross-chaining affect replication?
November 28, 2012 at 9:14 am
no joins, simple select query. Company policy unfortunately.
However, I really want to know what is going on behind the scenes in Sql Server in this situation, specifically the server with...
February 29, 2012 at 10:18 am
Awesome that worked! The missing piece of the puzzle was creating the login with my credentials.
You can use the TOP clause on the outer select, not the inner select.
Now, how...
June 21, 2011 at 2:51 pm
Thanks for the script, I did try the LDAP string that was returned for the script. I still get the same error. I would think I would have permission since...
June 21, 2011 at 10:23 am
I replaced the double quotes with two single quotes. I also did a TOP 10 and I am still getting the same error
Msg 7321, Level 16, State 2, Line 10
An...
June 20, 2011 at 5:08 pm
I actually found a good solution using powershell. You can use powershell as a type in the job properties and use this code.
if ( (Test-Path -Path "C:\temp\testdb.bak") -eq $false)...
June 17, 2011 at 11:30 am
Was there any determination on the query syntax?
Can you send your actual command, it looks like you were using the command from the article. I'm just wondering if...
June 14, 2011 at 5:34 pm
I have tried double quotes and two single qoutes and no quotes. I get the same error. I tested the ADSI linked server and it returned successful.
SELECT * FROM OpenQuery(ADSI,...
June 9, 2011 at 10:20 am
Thanks, that gave me what I needed, but I still get an error. I created the ADSI linked server successfully, but when I run the query, I get the following...
June 8, 2011 at 5:16 pm
in a large corporation, nothing is easy to find, even finding a network resource would be difficult and time comsuming.
Is there a way to determine the fully qualified AD domain....
June 8, 2011 at 3:38 pm
Elliott Whitlow (6/7/2011)
On most of my systems I disable xp_cmdshell...
June 8, 2011 at 3:02 pm
I can't figure out what to do with this portion of Nigel's script. If I put it in the script portion of the ActiveX Script Task, it does not parse....
May 31, 2011 at 3:55 pm
Why do you want to do this?
How are the employee id's currently assigned?
Employee ID's are currently loaded with SSIS package. However, company is going through merger and employee id's are...
May 13, 2011 at 9:23 am
Viewing 15 posts - 1 through 15 (of 33 total)