Forum Replies Created

Viewing 15 posts - 2,221 through 2,235 (of 2,452 total)

  • RE: Running totals

    Hi

    Please see below more info about the data and schema. The data I'm using has been extracted from a cube into a text file

    When your refer to 'cube' are you...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: set statistics io does not stick

    In SSMS

    Tools>Options>Query Execution>SQL Server>Advanced

    there are check boxes here for SET STATS....are they on or off?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Looking for help taking the RBAR from this problem

    (3630 row(s) affected)

    Table 'HOURLY_STATS'. Scan count 3, logical reads 27408, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.

    SQL Server...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: How do you vulgarize a DBA's job?

    I tell them that I work in the circus...

    ...remember the elephant in the ring

    ...remember the guy walking behind the elephant

    ... thats me ..with the scoop....:-D

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Looking for help taking the RBAR from this problem

    clubbavich (9/3/2011)


    I haven't even attempted it. To do so would be to execute 3600 select statements connected by UNION ALL. I cannot imagine that that would do anything good for...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Looking for help taking the RBAR from this problem

    However, what If I wanted the latest Data_Timestamp value for each device on each server? This approach does not scale well at all.

    what sort of times are you currently returning...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: ERP systems and vendors

    Lutz ...thanks for the good wishes….. time will tell whether my views on such a project ever see the light of day 🙂

    Project management / managing expectations / business...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Storing old and new values table structure

    Have a search on this site for "Audit", "Slowly Changing Dimensions (SCD)" etc,

    there are many articles, thoughts and code....hopefully this will give you a start.

    For example: Old Phone #...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: ERP systems and vendors

    Thanks Lutz

    Ask the end users if they can do their daily business just with the system or if they're running multiple ACCESS and/or EXCEL solutions aside just because the system...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Are the posted questions getting worse?

    nearly 600K views on "The Thread"

    :w00t::w00t::w00t:

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Calculate component percents without a cursor

    gcresse (9/1/2011)


    The spreadsheet calculations are correct. I forgot to mention in my original post that the product is liquid and stored in a tank. As new receipts come...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: how do I join these 3 updates into 1

    quick google found this...any good?

    http://www.dbforums.com/microsoft-access/987393-decode-equivalent-ms-access.html

    you may also find this useful:

    http://eis.bris.ac.uk/~ccmjs/ora_sql.htm

    sorry if no good...I know nothing of Oracle 🙂

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Which is faster Truncate and Load or Slowly Changing

    how many tables, how many rows and how many rows have been changed since last load?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Select history of records

    SELECT b.*

    FROM (SELECT accredappid,

    question,

    ...

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

  • RE: Calculate component percents without a cursor

    Hi

    based on the sample code you gave, for the shipment on 2011-01-04 of qty 100 of product 123.....how do we know which receipt this was taken from?

    ________________________________________________________________
    you can lead a user to data....but you cannot make them think
    and remember....every day is a school day

Viewing 15 posts - 2,221 through 2,235 (of 2,452 total)