Forum Replies Created

Viewing 15 posts - 526 through 540 (of 820 total)

  • RE: Open Source and SQL Server communities

    I noticed some of the fine videos on Jump Start TV.

    I thought this was about community code like PHP, Apache, Linux. But we are talking about Sybase, umm sorry,...

  • RE: A Look At SQL Server Compact Edition

    SQL CE is effective on Mobile devices. There you have less memory, smaller processors, and a cut down operating system.

    For desktop projects I would go with MDSE or SQL...

  • RE: The Hazards of IT

    It's like most complementary care. It goes along with the regular medical stuff. Most of my doctors take the complementary stuff I'm doing into considerations.

  • RE: Move Physical Files

    Good work. This puts it all together. Much better than the detach / move files / attach process that I've been using.

  • RE: IT Project Euthanasia

    I don't know which got me laughing harder. The original post or Phil's response to Greg. I've been a "code spitter" long enough to see many forms of...

  • RE: SSIS Is Not Just for SQL Server

    Harvesting data from Weblogs, eh? Hmm. I seem to remember hearing something about an infamous email campaign. Something along these lines:

    (1) In your database create a nonsense,...

  • RE: IT and Musicians?

    People ask me what it takes to be a developer. I start by telling what it takes to be a programmer.

    You have to be able to write a set...

  • RE: The Lighter Side - Life is like an analogy

    sushila (5/15/2008)


    I've long enjoyed David's writing style and humor - both in his posts and his articles - this was fun reading!

    I think there's another distinct analogy lurking between end...

  • RE: The Lighter Side - Life is like an analogy

    David.Poole (5/14/2008)


    I forgot to mention that the museum curator told me that he has to replace the "turd" at frequent intervals because kids keep pinching it.

    For all you parents out...

  • RE: The Lighter Side - Life is like an analogy

    It's a round trip of 170 miles and quite expensive for a day trip but its just about possible.

    I guess the roads are much different than in the US....

  • RE: Moving Databases

    Jay B (5/12/2008)


    ... Otherwise, a reboot could take 15-20 minutes or more on large machines. ...

    That's just about the normal boot time for a good size AS-400. ...

  • RE: The Shortage of Programmers

    tim (5/12/2008)


    David.Poole (5/5/2008)


    Its a tricky one because on one hand you can ask the consumer what they would consider to be really cool. This is...

  • RE: Moving Databases

    Thanks Doug. Books On Line (great in 2000, sucks rocks in 2005) was not clear on that. 2005 BOL is lacking in examples. Now that I see...

  • RE: Moving Databases

    Doug Hora (5/12/2008)


    alter database [123456] set offline;

    --move the database to the new location......say J:\Dataalter database [123456] modify file (Name='123456', filename='J:\DATA\123456.mdf');

    alter database [123456] set online;

    Cool. I must be...

  • RE: Undocumented Extended and Stored Procedures

    OK. On that same thought here is another reminder. Always test your code all over again in a test environment before rolling out an upgrade, a service pack,...

Viewing 15 posts - 526 through 540 (of 820 total)