User Profile

Collapse

Profile Sidebar

Collapse
rogynskyy
rogynskyy
Last Activity: Jun 29 '07, 04:09 PM
Joined: Apr 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rogynskyy
    replied to Help with a simple query
    How do I sum them up then?...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    Hi guys,

    I'm running MSDE 2000 A on Win XP

    I've got a database with several tables, all of the tables display data in query manager.

    I wrote this simple query:


    Code:
    Select
    Feed_3PT_CC.LIST_NO,
    Feed_3PT_CC.LIST_PRICE,
    Feed_3PT_CC.STREET_NO,
    Feed_3PT_CC.STREET_NAME,
    Feed_3PT_CC.PROP_TYPE,
    Feed_3PT_CC.NO_BEDROOMS,
    sum (Feed_3PT_CC.NO_FULL_BATHS+
    ...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    started a topic Help with a simple query

    Help with a simple query

    Hi guys,

    I'm running MSDE 2000 A on Win XP

    I've got a database with several tables, all of the tables display data in query manager.

    I wrote this simple query:

    Code:
     
    Select
    Feed_3PT_CC.LIST_NO,
    Feed_3PT_CC.LIST_PRICE,
    Feed_3PT_CC.STREET_NO,
    Feed_3PT_CC.STREET_NAME,
    Feed_3PT_CC.PROP_TYPE,
    Feed_3PT_CC.NO_BEDROOMS,
    sum (Feed_3PT_CC.NO_FULL_BATHS+
    ...
    See more | Go to post

  • rogynskyy
    replied to Simple query for MSSQL
    Thank you guys so much! It worked. The problem was that I did not have permissions in the system.

    Now I have one more little complication.
    I need to pull data from several tables with one query and export it into one spreadsheet file

    I create a query with this code:
    Code:
     
    LIST_NO,
    LIST_PRICE,
    STREET_NO ,
    STREET_NAME,
    PROP_TYPE,
    NO_BEDROOMS,
    NO_FULL_BATHS,
    ...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    It returns me one row. I guess something is wrong with rights. Will call their support now.

    Thanks,

    Oleg...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    It is impossible.
    It has records. I tried different tables - same results.
    It is an ongoing database.
    Any other possible reasons?...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    I executed this command:
    Code:
    Select name from sysobjects
    and it returned me a list of system objects. This means I'm connected and SQLGrinder works well.

    Any ideas?

    I just ran the following command
    [CODE] Select LIST_PRICE from Feed_3PT_SF[CODE]

    And it returned me a LIST_PRICE column without any data in it...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    The database is huge. Could it be a reason that there is too much data, so it cannot display it?

    Also,
    Is there any way to modify the query to include data only for the past 7 days?
    What would it be?



    Thanks,

    Oleg...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    They have stuff. It is one of the biggest real estate databases.

    Which program is the best for use on a MAC?
    I need to pull certain columns and export them into comma delimited....
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    I do it - it shows me columns in the output section of the SQLGrinder, but the columns are empty. There are no entries in them
    Any ideas?...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    Thank you so much for the reply!

    One thing - they deny me a permissiont o create a view on the server side.
    What would be my solution?
    How should I change the query text?

    Thanks,

    Oleg...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    I'm on a client side. Server is a remote real estate database, operated by a 3d party. My task is to get out the following columns from the database for the period of the past 7 days.

    LIST_PRICE decimal,
    MAP varchar(6),
    STREET_NO varchar(10),
    STREET_NAME varchar(30),
    SQUARE_FEET decimal,
    PARKING_FEATURE varchar(9)

    Table name is Feed_3PT_SF

    Thanks a lot!!!
    ...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    replied to Simple query for MSSQL
    When I use the text in part 1 and then try to execute it (using "Execute" command of SQLGrinder, it still gives me the following error:

    [Microsoft][SQLServer 2000 Driver for JDBC][SQLServer]Line 1: Incorrect syntax near 'LIST_PRICE'.

    Do you know what could it be?

    Thanks a lot!

    Oleg...
    See more | Go to post

    Leave a comment:


  • rogynskyy
    started a topic Simple query for MSSQL

    Simple query for MSSQL

    Hi guys,

    I have to run a simple query on a MSSQL 2000.
    I'm new to database usage.

    I need to create a view with the following table columns

    LIST_PRICE decimal;
    MAP varchar(6);
    STREET_NO varchar(10);
    STREET_NAME varchar(30);
    SQUARE_FEET decimal;
    PARKING_FEATURE varchar(9)

    Here is a query that SQLGrinder (I'm a Mac user) has generated for me:...
    See more | Go to post
No activity results to display
Show More
Working...