Forum Replies Created

Viewing 15 posts - 24,406 through 24,420 (of 26,484 total)

  • RE: How do I generate a database schema in a job?

    VSTE -- Visual Studio Team Edition.

    😎

  • RE: "USE DATABASE" in stored procedure workaround?

    rbarryyoung (8/5/2008)


    Lynn Pettis (8/5/2008)I think, in this particular case, it has to do with the INFORMATION_SCHEMA views. I played with them in SQL Server 2000, and for those to...

  • RE: "USE DATABASE" in stored procedure workaround?

    rbarryyoung (8/5/2008)


    Andras Belokosztolszki (8/5/2008)


    One solution is to add the stored procedures to the master database, and add sp_ prefix to their names

    (bad practise)

    Well, this works in the sense that...

  • RE: Un-retiring

    jpowers (8/5/2008)


    jim.powers (8/5/2008)


    Personally, when I get to the point where I can retire, I have no plans of un-retiring. Technology does move far to fast and I feel like I'm...

  • RE: Backup Executes Twice creating 2 separate files.

    Check the schedules. Make sure there aren't two schedules assigned to the maintenance jobs.

    😎

  • RE: Case statement error

    Could you provide more detail? What would really help is if you could provide the DDL for the tables (create table statements) (or at least the key columns for...

  • RE: "USE DATABASE" in stored procedure workaround?

    Andras Belokosztolszki (8/5/2008)


    One solution is to add the stored procedures to the master database, and add sp_ prefix to their names

    (bad practise)

    Another solution is to use a tool to...

  • RE: SS 2005 Developer Edition Cost

    Cost: $50.00 (USD)

    Well worth the investment!

    Edit: I bought it when SQL Server 2005 first came out. Comes with the x86, x64, and Itanium versions.

    😎

  • RE: Un-retiring

    jim.powers (8/5/2008)


    Personally, when I get to the point where I can retire, I have no plans of un-retiring. Technology does move far to fast and I feel like I'm already...

  • 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...

Viewing 15 posts - 24,406 through 24,420 (of 26,484 total)