Forum Replies Created

Viewing 15 posts - 14,896 through 14,910 (of 26,486 total)

  • RE: Are the posted questions getting worse?

    LutzM (12/29/2010)


    Craig Farrell (12/29/2010)


    Hey guys. Blogging/articles and the like are relatively new to me, so I'd like your educated opinions on how I should look at this:

    http://balapalani.blogspot.com/2010_12_01_archive.html

    It's roughly a...

  • RE: Are the posted questions getting worse?

    Jack Corbett (12/29/2010)


    In copyrighted works there is often a disclaimer that states that you can quote the work without permission as long as the quote is less than a certain...

  • RE: Are the posted questions getting worse?

    Koen (da-zero) (12/29/2010)


    Jack Corbett (12/29/2010)


    Hey, did you know that SSC is now a dating site? Here's a PM I got from lord.god90:

    Hello My New Friend.

    Good Day and How are...

  • RE: Are the posted questions getting worse?

    GSquared (12/29/2010)


    Roy Ernest (12/29/2010)


    Today is my last working day for this year. There fore I want to wish everyone a very happy and prosperous new year, 2011.

    On another note, I...

  • RE: Fantasy football

    Yes, yes you do PPP! Good luck next week.

  • RE: Fantasy football

    mtillman-921105 (12/28/2010)


    If DeSean Jackson (Probable) plays tonight, watch out PPP! :w00t: SQL Bolts is within striking distance and this week's game gets all settled tonight.

    GO SQL Bolts GO!...

  • RE: Query for column to row.

    vinothraj (12/28/2010)


    Is it possible to retrieve it in a single query? Please note i'm having dynamic values in the record... but fixed ten columns only

    I've just tried to create xml...

  • RE: Query for column to row.

    How about something like this based on your sample data:

    declare @testtab table (

    id int,

    name varchar(10)

    );

    insert into @testtab

    values (1, 'test'),

    ...

  • RE: Restore discussion

    Yes. A differential backup records all changes since the last FULL backup. That is why you only need the latest (or most current) differential backup file.

  • RE: Fantasy football

    mtillman-921105 (12/20/2010)


    Well, time for my Husky to wimper off, stage left... :crying:

    But Go SQL Bolts with your 142 points. If I read the chart right, you are who's...

  • RE: Expected salary for DBA with 3 years exp.

    That depends where you are located and what the market will bear. Not growing that much here.

  • RE: Fantasy football

    SQLDCH (12/19/2010)


    Sheesh, Lynn's gonna hang 150 on me...

    Not sure about the 150, but I'll need a day like this one next week going up againt PowerPivotPro!

  • RE: Backup File command rolling back.

    RichB (12/18/2010)


    Actually, you were quite clear. There was apparently no error messages that you could provide. The backups are run sequentially and one can't run until the other...

  • RE: Backup File command rolling back.

    RichB (12/17/2010)


    Perhaps I was unclear.

    There is 1 database in question.

    Command 1 spid 313 = Backup database x with file = y to disk = \etwork\z

    this hung, was killed and...

  • RE: Get Monthly total in sp

    parthi-1705 (12/17/2010)


    ruwanwickrama (12/16/2010)


    I want to select all columns and get monthly total in my table.

    how am i do this...

    plz help me...

    Is this you are looking for

    Select Project ,Location,Itemtype,Sum(Amount) From...

Viewing 15 posts - 14,896 through 14,910 (of 26,486 total)