All Tags » sql (RSS)

Browse by Tags

  • How to use Filter out decimal using a query in access

    I have a column in MS access that contains whole numbers and decimals. How do I filter out the rows that cotain decimals and just keep the entries with just whole numbers. RawData 1 2.5 5 6.5 1.3 7 I want the query output to show: 1 5 7
    Posted to Visual Interdev (Forum) by microsoft on 06-17-2010
  • Delete a list of IDs in access table

    Hi EE, I have a product inventory database built in Access 2007. It consists of a single table with a barcode, destination and a date sent. I scan barcodes into a continuous form and execute a SQL query that populates the inventory list with a destination I enter in a text box and the current date where...
    Posted to Visual Interdev (Forum) by microsoft on 06-16-2010
  • sql Invalid precision value

    We recently (days) migrated from dev servers to new production servers. Everything is supposed to be duplicated. I am getting errors that I was not getting on the dev servers. on the following query I am getting "invalid precision value"; result="query"> SELECT * FROM CallData...
    Posted to Visual Interdev (Forum) by microsoft on 06-14-2010
  • SQL Insert using both select statements and parameters

    Hi all, I suspect the following sproc could be cleaned up a lot but I just don't see it right now. My main area I wish to clean up is in the various select statements as each of them uses the same From... inner join... Where clauses. thx in advance. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11...
    Posted to Visual Interdev (Forum) by microsoft on 06-12-2010
  • SQL Insert using both select statements and parameters

    Hi all, I suspect the following sproc could be cleaned up a lot but I just don't see it right now. My main area I wish to clean up is in the various select statements as each of them uses the same From... inner join... Where clauses. thx in advance. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11...
    Posted to Visual Interdev (Forum) by microsoft on 06-12-2010
  • SQL Insert using both select statements and parameters

    Hi all, I suspect the following sproc could be cleaned up a lot but I just don't see it right now. My main area I wish to clean up is in the various select statements as each of them uses the same From... inner join... Where clauses. thx in advance. Code Snippet: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11...
    Posted to Visual Interdev (Forum) by microsoft on 06-12-2010
  • How to identify inactive SQL Databases

    I require a SQL Script or some other method for finding out which databases in a SQL Server are the "least" active (or completley dormant). I.e. my problem is that I have a number of databases left over after a few SharePoint installs (which are now long gone) all with cryptic serialized database...
    Posted to Visual Interdev (Forum) by microsoft on 06-11-2010
  • Sub Query in Select Statement

    In my illustration you'll see I have a table and the expect query results. In order to accomplish this in not one query, as opposed to writing two or three queries to get the expect result, I expect I probably need to utilize the MIN and MAX functions and write a sub query in the select statement...
    Posted to Visual Interdev (Forum) by microsoft on 06-11-2010
  • Connection to SQL2000 Database fails

    I'm trying to figure out ASP.NET. Using IIS6 and SQL 2000 database (not MSDE). I have the following web.config file in the root of the web site, 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: yet I'm continually presented with the error: Server Error in '/' Application. -------------------------...
    Posted to Visual Interdev (Forum) by microsoft on 06-10-2010
  • is Select 1, 2, 3, 4, 5 from  better than doing select * from

    as the title says reason for asking this comment below accepted answer http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_26228454.html
    Posted to Visual Interdev (Forum) by microsoft on 06-10-2010
Page 1 of 407 (4064 items) 1 2 3 4 5 Next > ... Last ยป