Viewing 15 posts - 1 through 15 (of 99 total)
If you will run the queries 1, 2 and 4 another day than thanksgiving day it will return another number of days. It's not OK. :hehe:
November 25, 2016 at 8:02 am
You should use if..begin..else..end or case..end instead of iif because iif is used only for versions of sql server upper of 2012.
September 26, 2016 at 12:15 am
You have a bug in your code here: SET @strend = @strend + ' SET @intloopCounter=@intloopCounter+1 END '
and the variable should be @intLoopCounter, case letters depends. With your code on...
September 10, 2014 at 1:24 am
Hi Gila,
First time, the stored procedure was built with temp tables and was slowest than with table variables because of IO contention. As I said earlier, with temp tables (#stocfifo)...
August 3, 2009 at 12:01 am
Tables and indexes are described in the attachement.
July 31, 2009 at 7:19 am
yeah, I know it, but my users want to use excel2007 because of its capacity to store records (much greater than versions 2000-2003 of excel - 32768 rows)
March 27, 2009 at 6:39 am
maybe rs2005 has the option to export to excel2007.
March 27, 2009 at 5:04 am
yap, each report has a stored procedure or sql statement behind it. you will find it in .rdl file.
and execute on sql server, of course.
March 27, 2009 at 4:51 am
I execute the stored procedure behind the report and the result I copy it into Excel2007.
March 27, 2009 at 4:42 am
It is all about education. When I was a child, my family's politics was no smoking anyway. My family's friends were selected as non-smokers. I remember that I have an...
December 5, 2008 at 4:55 am
Oh, I hate smoking and its effect!! There are many peoples here where I am working who go out of the building and smoke. This is wasting of time....
December 5, 2008 at 4:24 am
I am level-headed in all things about health. I am not drinking so much coffee. I am eating vegetables and meat proportionally. And at the dinner I am drinking a...
December 5, 2008 at 3:07 am
I just expected that it should be built a new rendering engine for Excel 2007, maybe in RS 2005. This isn't a solution to tell to a bussiness-like people to...
December 3, 2008 at 6:59 am
Viewing 15 posts - 1 through 15 (of 99 total)