Forum Replies Created

Viewing 15 posts - 136 through 150 (of 621 total)

  • RE: Figuring out NSF payments

    dwain.c (5/29/2012)


    I am curious why you think this may be solvable with a recursive CTE. I am unable to come up with a recursion formula that would satisfy the...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Figuring out NSF payments

    CELKO (5/29/2012)


    This is not a table; it has no key asnd not way rto ever have a key.

    Well, Joe, thank you once again for pointing out the obvious. However,...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Need to convert Access query to SQL

    Are you just trying to lop off the zeros to the right of the decimal place? If so, you could just convert to DECIMAL with 0 decimal places. ...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Preparing Demo database for sales purpose

    What kind of database will it be? If you are simply looking for any database, perhaps Adventure Works might serve you well.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: How much should I charge per hour?

    Thank you all so much for the feedback. I did not realize there were so many things to consider.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Error converting varchar to Float

    I think I finally have it working

    I'm just curious, how many rows are there, and how long does it take to run?

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Dynamic way to find duplicates

    Amy, as long as you are comfortable with it. At my last job I was the only one person who did anything at all to our SQL Server. ...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Dynamic way to find duplicates

    would anyone recommend ever creating a delete_dups procedure?

    If it were me, probably not. Let's say you have a table with col1, col2, and col3. You create a procedure...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Viewfinity took my priveledges away

    Well, we never could get Viewfinity to make SQL Server think I had admin rights. The only way to solve it was to have the IT guy temporarily restore...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Cannot create the clustered index ind on view V because the select list of the view contains an expression on result of aggregate function or grouping column. Consider removing expression on result of aggregate

    I've never messed with indexed view or schema binding, but the error message seems to indicate it does not like the aggregate functions. You could try wrapping the whole...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: Viewfinity took my priveledges away

    Thank you Alex for the reply. I believe you are dead on. After I posted, I went back and re-read the email they sent (in its entirety this...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: concatenating two name fields into a single field

    ...but the || does work....

    Are you sure you're using SQL Server?

    Edit: DOH! Really should learn to read the rest of the posts before I post annoying redundancy.

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: SQL Server equivalent to DB2 HEX

    Peter, I looked at the link you provided for the lookup table, and decided to create a permanent table to use in the function. I also tweaked it to...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: SQL Server equivalent to DB2 HEX

    Not even the least bit disappointed, indeed just the opposite is true, as not being able to see the tables is a minor issue. I built a full table...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

  • RE: SQL Server equivalent to DB2 HEX

    Peter, thank you so much for taking your good time to work on my problem, I am truly humbled by your knowledge.

    Peter Brinkhaus (1/13/2012)


    What's the data type of...

    Greg
    _________________________________________________________________________________________________
    The glass is at one half capacity: nothing more, nothing less.

Viewing 15 posts - 136 through 150 (of 621 total)