Forum Replies Created

Viewing 15 posts - 1,801 through 1,815 (of 2,443 total)

  • RE: Investing In Your Career

    prescientdba (10/9/2009)


    Also, I have changed my mindset recently to considering myself an "independent contractor" even though I am full-time employed by a company. This makes me continue to think in...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: How I can make look like I expert on SQL Server?

    ItalianOlgi (10/9/2009)


    Gianluca Sartori (10/9/2009)


    ItalianOlgi (10/8/2009)


    Gianluca Sartori (10/8/2009)


    Just pray that your employer doesn't come across this thread.

    Good luck.

    BTW, I will remember your name and never help you in these forums, because...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: How I can make look like I expert on SQL Server?

    Gianluca Sartori (10/2/2009)


    Gianluca Sartori (10/2/2009)


    Ti suggerirei di comprare un buon libro e di fare un bel po' di pratica sul campo.

    Non c'รจ niente che possa sostituire la pratica. L'importante รจ...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: T-sql calculate the exact number of minutes for employee based on his schedule

    General comment, no way that when I'm working with you I'd be clocking in even one minute early or out one minute late, if I'm not going to have it...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Date Range Parameters (between)

    Jack, wouldn't you want to increment the @enddate value to the next day in the variable itself, and then just use < @enddate instead of two functions in the WHERE?...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Grant, I'm bummed that I missed the Columbus chapter meeting last night, life happened ๐Ÿ˜‰

    Don't suppose Jeremiah recorded it, or you have an upcoming session somewhere else on LiveMeeting that...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    Gianluca Sartori (10/9/2009)


    I had a hot discussion with Joe Celko some days ago about the quirky update.

    He doesn't seem to like it.

    I told him I use the quirky update expecting...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Investing In Your Career

    I think it's a simple reply to Steve's question.

    Investing in your career on your own is important UNLESS you are sure that you will be working where you are...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: T-SQL & Gantt Charts

    Nice, thanks!

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: T-SQL & Gantt Charts

    webtekkie (10/8/2009)


    Hi Brandie,

    I submitted the following script a while ago which might help you out. Like the post above, it uses the REPLICATE function.

    http://www.sqlservercentral.com/Contributions/Edit/66476

    HTH,

    Martin

    Martin, link's no good if we're...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Limite of output paramert,tables and stored procedure

    GSquared (10/6/2009)


    You can gain a lot of potential table names if you use Latin names (genus species style) as well as the vernacular. Extinct animals are a great source...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: T-SQL & Gantt Charts

    Can't remember where I saw this, really need to keep better track, but if you use replicate on the datediff, you can get this in a text format.

    here's what...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Dark Forum Skin

    Can't you set user CSS settings in your browser? I've never tried, but am sure it's possible, and it theoretically should override the page settings.

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Are the posted questions getting worse?

    My project this weekend has been Artillery Fungus[/url], unfortunately. I'm trying the mouthwash/toothpaste solution on that link later tonight or tomorrow, depends when it rains. Spent time this weekend raking...

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

  • RE: Slicing and Dicing

    Jeff Moden (10/3/2009)


    Heh... it doesn't matter if anything is bundled or not... you're still going to pay too much. ๐Ÿ˜€

    Preach it, brother!

    ---------------------------------------------------------
    How best to post your question[/url]
    How to post performance problems[/url]
    Tally Table:What it is and how it replaces a loop[/url]

    "stewsterl 80804 (10/16/2009)I guess when you stop and try to understand the solution provided you not only learn, but save yourself some headaches when you need to make any slight changes."

Viewing 15 posts - 1,801 through 1,815 (of 2,443 total)