Forum Replies Created

Viewing 15 posts - 1 through 15 (of 99 total)

  • RE: Thanksgiving

    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:

  • RE: Romanian Number Humanizer in SQL Server

    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.

  • RE: While loop Testing

    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...

  • RE: Optimizing a stored procedure

    OK, thank you.

  • RE: Optimizing a stored procedure

    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)...

  • RE: Optimizing a stored procedure

    Soryy, I forgot to put the exec plan.

  • RE: Optimizing a stored procedure

    Tables and indexes are described in the attachement.

  • RE: export to excel 2007

    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)

  • RE: export to excel 2007

    maybe rs2005 has the option to export to excel2007.

  • RE: export to excel 2007

    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.

  • RE: export to excel 2007

    I execute the stored procedure behind the report and the result I copy it into Excel2007.

  • RE: Data Vices

    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...

  • RE: Data Vices

    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....

  • RE: Data Vices

    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...

  • RE: export to excel 2007

    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...

Viewing 15 posts - 1 through 15 (of 99 total)