Forum Replies Created

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

  • RE: Question of the Day for 11 Sep 2006

    I agree, Mark - I answered the same, we should get credit for a correct answer...

  • RE: Need to calculate %

    You're welcome

  • RE: Help with redesigning old DTS package

    I'm finding synonyms to be very useful, as well as many of the new features in 2005....

    Good luck

  • RE: Help with redesigning old DTS package

    One possible solution would be to create a Synonym in your 2005 db pointing to the 2000 db - that way you'd only have to maintain the definition of the...

  • RE: Enterprise or Standard??

    Infinite click throughs are a feature in Reporting Services Report Builder, which allow a user to click on fields in a report, and drill down to details. E.g. if you...

  • RE: Need to calculate %

    Further to David's response:

    1. On the Report Menu (in Layout veiw) choose Report Properties

    2. Select the Code Tab and create a function, e.g.:

    Function DivideMe (ByVal quotient As Double, ByVal...

  • RE: Editing SQL 2000 DTS packages in 2005

    I never installed a hotfix, but did install the web download "SQL Server DTS Designer Components" and it worked perfectly.

    This may have been before the hotfix you mentioned. Did you...

  • RE: Licensing in SQL 2005

    I've never seen any licensing process in any of the installations I've done. You just buy the licensing model you need - then install the product.....

  • RE: Any reason to start out with a version other than SQL Server 2005?

    I disagree with the statement "SQL 2005 is somewhat stable, but extremely bug infested ", I've found it to be very stable, and much more robust than 2000.....

     

  • RE: Update Statement

    Thanks very much for your kind assistance.

    In the interim, I wrote it like this:

    UPDATE @tblvarClose

      SET Close0PctCnt = v.qCnt,

      Close0PctGP = v.GP, Close0PctGPpct = v.margin 

  • RE: Update Statement

     >>Do yourself a favor... format your SQL code so that it's easier to read.  You wouldn't write VB or C in such a hap-hazard fashion.<<

    How would you write it?

  • RE: SP problem

    Thanks very much for your reply. I had to reboot that system for some updates, and after that, it worked fine.

    One of life's mysteries, I guess....

  • RE: Worst Practice - Bad Connection Strings and Bad Info in Sysprocesses

    Very helpful article. I may have missed this in the thread, but I'm wondering if there's a way to get the workstation id from within an MS Access app?

    Thanks

  • RE: Returning value from stored procedure

    Thanks very much, this approach does the trick. As far as I can see, that aspect of returning output to a variable from sp_executesql is not documented in BOL...

    I found...

  • RE: Trying Again

    Thanks very much for your reply.

    What I'm trying to do is pass a sql string from an app to a stored procedure, and get a return value. I'm doing this...

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