Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 2,452 total)

  • RE: Access 2007 Text box to read data from SQL Server 2008

    Great !

    hopefully now you can determine what control sources to use...and dispense with the wizard (it has its uses but I used to abhor it :-P)

    kind regards

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

  • RE: Access 2007 Text box to read data from SQL Server 2008

    I am assuming that you can see the tables from Access (accdb or adp?)

    just an idea....what happens if you use the form wizard to create a form based on...

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

  • RE: Need download for Adventureworks2000 Database

    Welsh Corgi (1/7/2012)


    J Livingston SQL (1/7/2012)


    from readme.html....default install path...C:\Program Files (x86)\Microsoft SQL Server\MSSQL\Data

    ""In the left hand tree control of the Enterprise Manager SQL Server application, expand all nodes until you...

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

  • RE: Quirky Update query...works on server ...fails on PC.

    As I have said earlier...and for the record

    I haven't had any issues before now...and this occurrence ONLY materialized on a memory compromised PC....it has never occurred on our servers.

    The reason...

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

  • RE: Need download for Adventureworks2000 Database

    from readme.html....default install path...C:\Program Files (x86)\Microsoft SQL Server\MSSQL\Data

    ""In the left hand tree control of the Enterprise Manager SQL Server application, expand all nodes until you come to the Databases folder...

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

  • RE: Data Tab Missing in SSRS 2008 R2

    Welsh Corgi (1/7/2012)


    J Livingston SQL (1/7/2012)


    does this shed any light...

    http://jessicammoss.blogspot.com/2008/07/where-is-my-data-tab.html

    Yes, thank you very much. I sort of thought that but I wanted to make sure.:cool:

    What if you create a report...

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

  • RE: Data Tab Missing in SSRS 2008 R2

    does this shed any light...

    http://jessicammoss.blogspot.com/2008/07/where-is-my-data-tab.html

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

  • RE: Need download for Adventureworks2000 Database

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4385

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

  • RE: Add previous cell value - loop until funtion

    Have you got a "Tally" table....its then very easy

    http://www.sqlservercentral.com/articles/T-SQL/62867/

    SELECT TOP 100

    Row_ID = IDENTITY(INT, 1, 1),

    Row_value...

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

  • RE: Compacting Access Hangs

    can you please provide more info

    Access version...03/07.10

    mdb/adp/mde etc

    assuming you are "pushing" data to SQL?

    how are you connecting to SQL?

    the VBA code you are using

    any start up parameters in Access?

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

  • RE: Building a data warehouse

    Delario (1/6/2012)


    I understand the concept but I am having problem with the implimentation. that said all that you have said have done with clear understanding.

    take a look here...this may help

    http://technet.microsoft.com/en-us/library/ms166552.aspx

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

  • RE: Quirky Update query...works on server ...fails on PC.

    SQL Kiwi (1/6/2012)


    J Livingston SQL (1/4/2012)


    SO...until we have a budget that allows migration to 2012...I will continue with "quirky" for the tasks I use it for...feeling safe in the fact...

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

  • RE: Quirky Update query...works on server ...fails on PC.

    CELKO (1/4/2012)


    For running stats, we now have the OVER( [RANGE | ROWS] ..) sub-clause in the 2012 product.

    I am aware of the OVER( [RANGE | ROWS] ..) sub-clause...

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

  • RE: Quirky Update query...works on server ...fails on PC.

    Jeff Moden (1/2/2012)


    J Livingston SQL (1/2/2012)


    Hi Jeff

    I am not surprised that you cannot replicate....I have used quirky update on several db's , all without errors...and the purpose behind this was...

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

  • RE: Quirky Update query...works on server ...fails on PC.

    Hi Jeff

    I am not surprised that you cannot replicate....I have used quirky update on several db's , all without errors...and the purpose behind this was to build a testrig for...

    ________________________________________________________________
    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,086 through 2,100 (of 2,452 total)