Forum Replies Created

Viewing 15 posts - 24,421 through 24,435 (of 26,490 total)

  • RE: BETWEEN

    Jeff Moden (8/5/2008)


    Lynn Pettis (6/13/2008)


    I'd simply call it a strong difference of opinion.

    Heh... isn't that the way religious wars get started. 😛

    Could be. It depends on the people. ...

  • RE: The Daily Commute

    Steve Jones - Editor (8/4/2008)


    Lynn,

    We'll let you work from home in the winter. Less to distract you down there 😉

    LOL. I live in the banana belt. The north...

  • RE: How to run a query to bring all the fields from each table

    query sys.columns or INFORMATION_SCHEMA.COLUMNS. You will probably need to link in a few other tables or views as well to know what you are looking at.

    😎

  • RE: Combine Multiple rows into single column

    There may be a better way (ie without the subquery, set based) but here is something that at least works. If I get any more brilliant ideas, I'll post...

  • RE: Select *, except...

    Yes, in QA you can drag the columns to the query window. Drag and drop the columns folder from the object explorer in QA to the query window.

    😎

  • RE: The Daily Commute

    sharon.bender (8/4/2008)


    I live in Australia, and I travel a half hour by car AWAY from the city, so I don't really have any traffic.

    However, I also have permission to spend...

  • RE: CSV File Extract

    How you handle this is also dependent on processing requirements. To you have to process the files as they are created or as a batch over time (ie you...

  • RE: SQL Server 2005 Standard Edition - Requirements for client machine

    Yes. The installation program will load (or should) anything you need prior to installing the work station components. That is all you need to select when it gets...

  • RE: Brain on Strike, I need help!

    I think this would be easier if we had the DDL for the table (CREATE statement), sample data (in the form of INSERT statements so we can cut, paste, and...

  • RE: Need Help on SQL Query

    It would be easier to help you if you would provide the DDL (create statements) for the tables involved, sample data for the tables (in the form of insert statements...

  • RE: Correlated sub query takes more time to return result

    I think it would help to know more about the the table structure (at least the fields involved in the join/where clauses), some sample data to test against, and an...

  • RE: Is there a way to fetch all primary and foreign key from a table?

    hengert (7/25/2008)


    The problem is that some of the tables contain more than one primary key, and some tables have more than one primary key and foreign keys.

    Not to be nitpicky...

  • RE: prevent clients to retrieve information_schema and sys metadata

    From BOL regarding the db_datareader database role:

    Members of the db_datareader fixed database role can run a SELECT statement against any table or view in the database.

    😎

  • RE: can a temperory table be passed to stored procedure

    What are you trying to do in the stored proc? Depending on what you are doing, this may not be the best way to go about it. When...

  • RE: Test Data

    Jeff Moden (7/24/2008)


    So, do you have a grip on generating the test data or do you still need a bit o' help on that?

    With thanks to Michael Earl, yes I...

Viewing 15 posts - 24,421 through 24,435 (of 26,490 total)