Forum Replies Created

Viewing 15 posts - 12,736 through 12,750 (of 39,810 total)

  • RE: Talking baseball

    roryp 96873 (1/18/2013)


    Anyone ever been to Chase Field in Phoenix? I am going to be down there in April and try to catch a game, just wondering if anyone...

  • RE: Are the posted questions getting worse?

    Lowell (1/18/2013)


    Brandie Tarvin (1/18/2013)


    All we need is an actual Go Faster flag for the database, and everything will be FINE.

    got your fix right here:

    to paraphrase Roger Rabbit, pppppppppppplllllllllleeeeeeeeeaaaaaasssseeeeeeee

    Use this technique:...

  • RE: Message Queues in Software

    Miles Neale (1/17/2013)


    Steve Jones - SSC Editor (1/17/2013)


    I'm not advocating Service Broker over other queue mechanisms.

    Steve,

    From the article and the discussion I took away that you are in favor...

  • RE: Are the posted questions getting worse?

    wolfkillj (1/18/2013)


    Evil Kraig F (1/17/2013)


    Was ill for a week, miss anything of import?

    MS announced that SQL Server 2012R2 will be released in late 2014 and will officially support both DBCC...

  • RE: The Growth of Storage

    nycdotnet (1/18/2013)


    ...

    Full HD video is something like 10GB/hr - Let's say in the future we have Quad HD (2160p) 60 FPS 3D movies, that's 160 GB per hour or 320...

  • RE: The Growth of Storage

    William Vach (1/18/2013)


    I think that before we get there storage/RAM on a laptop will become a moot point. We will have virtual machines in a cloud that we will...

  • RE: The Growth of Storage

    -=JLK=- (1/18/2013)


    I have no idea when we'll get there, but I have no doubt we will, though I truely suspect we will see a return to dumb terminals and huge...

  • RE: The Growth of Storage

    aberman 63872 (1/18/2013)


    My first computer (apple 2) had 64K of memory.

    Hardware specs for mobile devices will mean less and less as move computing moves to the cloud. My 6...

  • RE: Message Queues in Software

    David.Poole (1/17/2013)


    I'm another one who agrees with JimBob.

    I got excited about external activiation but this is service broker talking to an external app, not an external app talking to service...

  • RE: Serious Security

    bj_fentress (1/17/2013)


    Hey Steve,

    Great post on security! I do use password safe here at work religiously, but I was curious if there was something out there that does the same thing...

  • RE: Message Queues in Software

    The XML part is definitely challenging for beginners. It's the same with Extended Events and a number of other systems introduced in R2/2012. I don't think it's that hard, but...

  • RE: datatype larger than 255?

    If you have the files in a CSV, then you can put a column at the right and use a formula for =LEN(A1) or whatever the column in.

    To import into...

  • RE: Transaction Log Backup Job Failure - does it break chain?

    It's hard to understand if you are quoting something or stating something.

    Full backups do not affect or break the log chain. The full backup can include part of the log,...

  • RE: How to obtain Sum of count

    This kind of works, but I'm wondering if you've calculated something in this view already.

    SELECT cid, COUNT(DISTINCT ccid)

    FROM dbo.MyTable

    GROUP BY cid

  • RE: How to obtain Sum of count

    How are you getting the counts? are you basing this on the CCID column for a CID?

    It's better if you can give DDL like this:

    CREATE TABLE mytable

    ( CId int

    , CCId...

Viewing 15 posts - 12,736 through 12,750 (of 39,810 total)