Forum Replies Created

Viewing 15 posts - 316 through 330 (of 789 total)

  • RE: Tsql

    It will change according the month days, couz some months has 30 days and some of them 31, even February has 28 or 29 so the differences can be little...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Tsql

    shanila_minnu (5/22/2009)


    DATEADD(d,-30,GETDATE())..please explain me the parameters of this sql date function...wat will it return

    Simple, minus 30 days from today! - exactly!

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Oracle create table syntax

    Yes, the web interface of the oracle is very nice environment to work!

    The TOAD has many tools, and sometimes you didn't know which one to use!

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Mastering SQL Server Profiler - Part 1: Introduction to Profiler Concepts

    Brad M. McGehee (5/21/2009)


    Dugi (5/21/2009)


    Nice presentation here Brad!

    One question: Narrator = you (Brad M.McGehee) isn't it!?

    😉

    No, I'm not the narrator. I did everything else, including writing the script. This was...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: delete table data (index size)

    pedro.ribeiro (5/21/2009)


    Ok, thank you very much for the help.

    About the truncate.

    If i have the recovery model in Simple mode, do i get any think by making a truncate instead of...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Mastering SQL Server Profiler - Part 1: Introduction to Profiler Concepts

    Yep I'm going for the part 2!

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Mastering SQL Server Profiler - Part 1: Introduction to Profiler Concepts

    Nice presentation here Brad!

    One question: Narrator = you (Brad M.McGehee) isn't it!?

    😉

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Oracle create table syntax

    You should use ( \ ) or ( / ) as script terminator instead of (;)! I'm not sure is "/" or "\" :hehe:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Create Database

    Yep I said No, but if you think little bit more about creating DB details, you will said yes...the default for data file was mdf, ndf and for log files...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Creating a recycle bin for SQL Server 2005\2008

    Yea great idea, and very nice post here Chris!

    This one is enable in Oracle from 10g version if I'm not wrong!

    Anyway, thanks for the script and explanation!

    😎

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Maximum instances supported by SQL Server 2008

    Losing the point! :w00t:

    Any strong reason why 50 - 50 !? We have documentation that 50 - 16 failover cluster!

    :w00t::w00t:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Update table data in a cursor

    Jack you just done it ... Sure that we don't need cursor here the best solution here is with CTE!

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: temp db backup

    Really I don't have any idea how to take that backup sure that you cannot do it couz everything is temporary and also what do you need it! :hehe:

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Indexed Views.

    Grant Fritchey (5/6/2009)


    You can call it from the command line. If you had to do it through TSQL, you could use xp_cmdshell, but I wouldn't recommend it.

    Yep, my friend Grant...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

  • RE: Indexed Views.

    The biggest source in the world is BOL, you can check these two links with much information about indexed views:

    http://msdn.microsoft.com/en-us/library/dd171921.aspx

    http://msdn.microsoft.com/en-us/library/ms191432.aspx

    In SQL Server 2008 you have possibility to create filtered index...

    ============================================================
    SELECT YOUR PROBLEM FROM SSC.com WHERE PROBLEM DESCRIPTION =
    http://www.sqlservercentral.com/articles/Best+Practices/61537/[/url]

Viewing 15 posts - 316 through 330 (of 789 total)