Viewing 15 posts - 8,596 through 8,610 (of 13,882 total)
Without sample DDL or test data, I've had to 'make something up'. This may or may not work as a result 🙂
select *
from employee e1
where ...
March 16, 2015 at 7:08 am
raj.prabhu001 (3/16/2015)
Hi All,I want to create a package that will download pdf files from the websites where static links for pdf files will be available in the excel file .
OK....
March 16, 2015 at 5:25 am
GilaMonster (3/16/2015)
March 16, 2015 at 3:12 am
Dave Convery (1/29/2015)
Some changes with our hosting provider's firewall broke the filter - there should be a new version going in this week, hopefully.
Hi Dave, did this happen? If so,...
March 16, 2015 at 1:56 am
Michael.Ramirez (3/13/2015)
On a number of occasions I have found that various co-workers will add a comment that...
March 13, 2015 at 6:39 am
Maddave (3/13/2015)
March 13, 2015 at 4:34 am
Going off on a slight tangent, what about bad error messages?
I've just had this one in SSIS:
Executing the query "exec ..." failed with the following error: "Package execution failed...
March 13, 2015 at 3:03 am
Gary Varga (3/13/2015)
Yes!!! Commented out code. That's what source code control is for. If you need to leave a reference to old code then just leave a comment WHY it...
March 13, 2015 at 2:58 am
Superfluous comments are worse than no comments. You know the type:
--Find the average
select @avg = avg(x)
Reminds me of those people who, when doing presentations, just recite what is written on...
March 13, 2015 at 2:01 am
One simple solution is to schedule the package to run frequently and process any files it finds. If it finds no files, it completes without doing anything.
Might that work?
March 12, 2015 at 12:51 pm
Nice work Stephanie. Are you involved in QA by any chance? If not, you should be:-)
March 12, 2015 at 9:13 am
You cannot 'ignore' this. You need to refine your match criteria to avoid it.
March 12, 2015 at 12:26 am
Brandie Tarvin (3/11/2015)
Phil Parkin (3/11/2015)
What sort of C# app is this? Windows forms, console, web etc?
Ummm... That's a good question. Where would I look to find that information? (Someone else...
March 11, 2015 at 9:56 am
What sort of C# app is this? Windows forms, console, web etc?
March 11, 2015 at 9:50 am
Viewing 15 posts - 8,596 through 8,610 (of 13,882 total)