Viewing 15 posts - 1 through 15 (of 15 total)
This is a helpful article with a lot of useful tips and documentation to support those tips.
One thing I noticed missing is location of creating temporary tables in stored procedures. ...
December 10, 2019 at 5:16 pm
All of those UNIONs are creating an insane query plan.
The following code will produce almost the same result, with a MUCH better query plan.
If you change UNION to UNION ALL...
November 14, 2019 at 8:04 pm
November 1, 2018 at 9:47 am
Thanks for your continued assistance. I have tried process monitor and there is a lot of data in there! It actually helped me with a different issue, but in this...
September 12, 2018 at 11:48 am
I should also point out another strange thing. We have a .NET application with the report viewer in it, so we execute the reports via the ReportServer API and pull...
September 6, 2018 at 3:08 pm
Thanks...that's different than what I was thinking. But still worth checking the event logs...
September 6, 2018 at 3:02 pm
September 6, 2018 at 2:25 pm
Irish Flyer (6/9/2015)
August 8, 2016 at 8:47 am
I've had trouble with SSIS and DLLs when installing in the GAC. It seems to not recognize them in SSIS packages. The way I get DLLs to work...
April 5, 2016 at 8:43 am
I totally spaced on when this article came out and the fact that I responded to it previously :hehe:
One thing I didn't mention then that is helpful to communicate is...
January 22, 2016 at 7:43 am
Thanks for the good article.
Just as a comment (not on your article specifically), did you notice that the EOMONTH returns a DATE instead of what the tooltip reads (DATETIME)? ...
November 25, 2015 at 7:50 am
Honestly, even if we still have to deal with this AccessDatabaseEngine.exe garbage I still think your EPPlus stuff is wonderful and will definitely use it.
With SoftArtisans ExcelWriter, you don't need...
February 11, 2014 at 8:16 am
Very interesting and helpful article. I love the open source and free availability to the DLL you provided. That said, we do a lot of advanced Excel manipulation...
February 11, 2014 at 7:39 am
Good explanation. I saw what was coming on your first SQL example right away (as some others did) when the use of "SELECT *" was there.
January 18, 2010 at 12:25 pm
It is very interesting to note this is possible, however as others have mentioned, it has significant drawbacks. You must have Excel installed on the server, for example....
December 5, 2008 at 5:50 am
Viewing 15 posts - 1 through 15 (of 15 total)