Forum Replies Created

Viewing 15 posts - 12,661 through 12,675 (of 26,486 total)

  • RE: Which way is better for script execution...

    I do have to say I liked Oracle's CREATE OR REPLACE. If the database object (view, stored procedure, function) already existed, it replaced it and if it didn't exist...

  • RE: Insert questions

    Not enough information. Please read the first article I reference below in my signature block and follow the instructions on what and how to post the information we need...

  • RE: URGENT PLEASE Got a SQL Scenario to solve

    Been 5 days and nothing from the OP. Guess it isn't as urgent as he said.

  • RE: Which way is better for script execution...

    Also, since SQL Server 2005, the date/time of when database objects are modified is now captured in the new system views.

  • RE: Add Schemabinding to View

    Also, it would assist others if you could post the DDL for the tables including indexes and the actual execution plan for the query as a .sqlplan file.

    See the second...

  • RE: Add Schemabinding to View

    Honestly, no. The code is in desperate need of being properly formatted before I could do anything. It was hard enough to just find the joins in the...

  • RE: Add Schemabinding to View

    You can't create an indexed view on that query. Indexed views can not contain outer joins.

  • RE: SUM Decode statement in Oracle

    DECODE is a powerful function in Oracle. While I worked in it I saw it used many times and the Oracle developers I did talk to love it. ...

  • RE: Gak!

    PaulB-TheOneAndOnly (4/19/2012)


    Lynn Pettis (4/18/2012)


    PaulB-TheOneAndOnly (4/18/2012)


    Gazareth (4/18/2012)


    Just had a 1.4TB, (whisper it) MySQL table become corrupt. Wonder how long the repair'll take? :crazy:

    MySQL? do you realize this is the Oracle...

  • RE: Are the posted questions getting worse?

    Jeff Moden (4/18/2012)


    Shifting gears hard to the opposite side of the spectrum, have you folks been watching Wayne Sheffield's blog? He's done some awesome testing against some of the...

  • RE: Send email to user with confirmation link (using database Mail

    Can't really guide you, but I can tell you, you should do some research in Books Online to start.

  • RE: Ensure that collation will not change

    Not sure, I haven't looked into much, but you might check out Policy-Based Management.

  • RE: Are the posted questions getting worse?

    Revenant (4/18/2012)


    Lynn Pettis (4/18/2012)


    capn.hector (4/18/2012)


    The Dixie Flatline (4/18/2012)


    SQLRNNR (4/18/2012)


    Lynn Pettis (4/18/2012)


    SQLRNNR (4/18/2012)


    Lynn Pettis (4/18/2012)


    The Dixie Flatline (4/18/2012)


    Lynn,

    My wife is a special education teacher with a lot of training and...

  • RE: SQL 2008R2 just keeled over

    C3PO's twin (4/18/2012)


    Yeah I know that. But has SQL Server matured enough to be an Enterprise DBMS that can up for more than 6 months?

    I am going to say yes,...

  • RE: New to SQL

    One thing I'd like to stress that dwain.c mentioned above. Do not be afraid to fail. You actually learn more from your failures than your successes. It...

Viewing 15 posts - 12,661 through 12,675 (of 26,486 total)