Forum Replies Created

Viewing 15 posts - 91 through 105 (of 161 total)

  • RE: Update table values if corresponding values change in another table

    pwalter83 (7/31/2013)


    Sean Lange (7/29/2013)


    Since you started a new thread and Chris pointed me back to this one I will post here.

    I would agree that trying to keep this data in...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Update table values if corresponding values change in another table

    pwalter83 (7/24/2013)


    ChrisM@Work (7/24/2013)


    pwalter83 (7/24/2013)


    ChrisM@Work (7/24/2013)


    pwalter83 (7/24/2013)


    ChrisM@Work (7/24/2013)


    pwalter83 (7/24/2013)


    ChrisM@Work (7/24/2013)


    Lowell has already asked but the question remains unanswered: why do you want to hold the same data in two places at...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Function to return the fiscal month from a date. Fiscal year begins in October

    NineIron (7/26/2013)


    Then October, November and December would be 13, 14 and 15.

    No, the dateadd function takes care of that. October wraps around to January of the next year, then...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Function to return the fiscal month from a date. Fiscal year begins in October

    NineIron (7/26/2013)


    I need a function that would return the fiscal month number from a date. Our fiscal year starts in October.

    Something like...

    declare @Date datetime

    if month(@Date)>9 then month(@Date) -9 else month(@Date)...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Edit multiple stored procedures

    Elliott Whitlow (7/25/2013)


    LightVader (7/25/2013)


    Elliott Whitlow (7/24/2013)


    ...

    2. I have an article in the works that discusses NEVER using 3 part names in code and using synonyms to point to objects external...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Edit multiple stored procedures

    Elliott Whitlow (7/24/2013)


    ...

    2. I have an article in the works that discusses NEVER using 3 part names in code and using synonyms to point to objects external to the local...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Can I have a description witha parameter ?

    jbalbo (6/5/2013)


    Thanks for the quick reply

    But how do I assign one a value and one a label ?

    I have it setup to get avalable values from a query via dataset2...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: The best method for reading books

    For recreational reading, I love my kindle. For technical/learning, I prefer a physical book, much easier to search for certain information or reading the book non-sequentially.



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Report not working on Report Server

    Have you checked permissions on the table? I ran into this error yesterday and it was due to the fact that the SQL user we use to connect to...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Permission by department manager from single report to view.

    nitin.lokhande (5/14/2013)


    Hi

    I am not expert but hard coding is not a good idea, tomorrw the coder leave and some new dept. to be included then what ??

    Copying the same report...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Permission by department manager from single report to view.

    alex_martinez (5/11/2013)


    Hello,

    We are using SSRS 2005 and I have a report I want to give access to 5 different managers the report will be in a separate folders by department...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Simple 'front ends' for non-developer?!

    drew.georgopulos (5/9/2013)


    Hi

    my instinct is Access would be best, but iirc, you can create parametrized stored procedures in SSMS & invoke them from Excel...i guess it depends on how robust the...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: The Vacation Dilemma

    I've taken the same week vacation almost all my life. Before I go, I'll take the time to document some of my regular responsibilities, the status of my projects,...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: Find Currently Running Scheduled Job

    I have a similar "job killer" task. I used sysjobs, sysjobactivity, and sysjobhistory (all in MSDB) to get the information about currently executing jobs. I also have a...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

  • RE: A Tale of Broken BI

    george-975422 (10/27/2012)


    I had a similiar experience.

    A little explaination. In some states there are regulated electric suppliers (big utilities) where energy rates are set by the a state commission (not...



    The opinions expressed herein are strictly personal and do not necessarily reflect the views or policies of my employer.

Viewing 15 posts - 91 through 105 (of 161 total)