Viewing 15 posts - 5,956 through 5,970 (of 7,168 total)
Please have a look at this MSDN forum post. It references an MSDN article related to SSIS but see the section "Eliminating the "Access Is Denied" Error. The original poster...
June 21, 2011 at 9:26 am
opc.three (6/20/2011)
> Is your LDAP string is correct? See this post.
If you get this error:
Just delete the "refresh" line (second line) in the script so it looks like this:
Set objSysInfo...
June 21, 2011 at 9:05 am
SQLRNNR (6/21/2011)
Sumanta Roy (6/21/2011)
As you said ANSI 89 outer joins are no longer supported in 2008, I have one doubt. If we change the database compatiblity level to SQL...
June 21, 2011 at 8:26 am
I gave you a way.
If procA refers to procB and you only compile procA in the database then this query will show you that procA refers to procB:
SELECT ...
June 21, 2011 at 8:20 am
Direct replies here: http://www.sqlservercentral.com/Forums/Topic1128842-147-1.aspx
June 21, 2011 at 8:14 am
Grant Fritchey (6/21/2011)
Sumanta Roy (6/21/2011)
As you said ANSI 89 outer joins are no longer supported in 2008, I have one doubt. If we change the database compatiblity level to...
June 21, 2011 at 7:08 am
Ha! Next time say which file it could not find 😉 Happy you got it sorted 🙂
June 21, 2011 at 6:24 am
You're very welcome 🙂
June 21, 2011 at 6:22 am
Try converting to DT_WSTR if the max length of your string is 4000 or less. If more then use DT_NTEXT.
June 20, 2011 at 10:56 pm
b.lam (6/20/2011)
Thanks for the suggestion.
The CTE will actually have to be flipped to include the CONTAINs predicate.
The reason being that the CONTAINs predicate cannot be applied to a table that...
June 20, 2011 at 10:43 pm
Jeff Moden (6/20/2011)
opc.three (6/20/2011)Having an SSIS package "watch" a directory awaiting the arrival of a file is a trivial task and IMHO should not be a reason to implement xp_cmdshell....
June 20, 2011 at 10:41 pm
I think the problem is happening with the FTS CONTAINS function.
Here is the parameter list for the TOP 2 query and you can see its using a "map":
Scalar Operator((1)), Scalar...
June 20, 2011 at 6:23 pm
Two things I would confirm:
> Is your LDAP string is correct? See this post.
> Do you have permission to query that data in Active Directory?
June 20, 2011 at 6:02 pm
The initial difference I notice is that the TVF in the TOP 1 query is delivering 213,364 rows and the TVF in the TOP 2 query is only delivering 2...
June 20, 2011 at 4:56 pm
What version is the OS is running on the remote server? What version is the database instance?
June 20, 2011 at 4:42 pm
Viewing 15 posts - 5,956 through 5,970 (of 7,168 total)