Viewing 15 posts - 4,411 through 4,425 (of 13,855 total)
Please, Redgate, do something to address the spam soon. Removing hundreds of garbage notifications does nothing for my mood.
May 22, 2018 at 5:07 am
May 21, 2018 at 11:45 am
Your INTERSECT query is comparing all of the columns whereas the JOIN version compares only right(SSN,4) ... explaining why the second returns more matches.
May 21, 2018 at 10:50 am
If the error happens only when you run the package from SQL Agent, it's probably a permissions issue. Does the SQL Agent user have rights to query AD?
May 21, 2018 at 10:20 am
Your C# skills could do with some work! 🙂
Try this:
public void Main()
{
string networkPath = Dts.Variables["User::FileDestinationPath"].Value;
string[] filePaths = Directory.GetFiles(networkPath , "*.csv", System.IO.SearchOption.AllDirectories);
foreach...
May 21, 2018 at 10:16 am
May 21, 2018 at 9:40 am
May 21, 2018 at 9:09 am
May 21, 2018 at 7:33 am
For those who would like to try for themselves, a Regex tester can be found here. It suggests that Frederico's concern is not an issue, because I tested...
May 21, 2018 at 5:20 am
SQL Prompt has some very useful options for handling brackets (remove them unless doing so causes an issue) and aliasing:
May 19, 2018 at 12:45 pm
May 19, 2018 at 12:29 pm
Eirikur Eiriksson - Friday, May 18, 2018 10:39 AMDeleted more than 1000 spam mails and it keeps coming :crazy:
😎
Me too.
May 18, 2018 at 12:02 pm
Viewing 15 posts - 4,411 through 4,425 (of 13,855 total)