Forum Replies Created

Viewing 15 posts - 18,991 through 19,005 (of 22,202 total)

  • RE: Profiler shut down database?????

    I was just reading up on this again last night. According to the BOL, there is a queue and then the SMO or FileReader takes stuff from the queue. I...

  • RE: FK on part of a compound primary key?

    Are they sure Oracle provides enforced (key word) referential integrity on partial keys? I'll have to ask some of our local Oranuts.

  • RE: Two questions about the SQLServerCentral forums

    Oh you DBA's and your precision. It was more fun when it was kind of vague and mysterious.

  • RE: Guest Editorial: On writing SQL

    maddogs (12/17/2008)


    I have nothing related to the technical aspects of this article that haven't already been said, but I too have to take exception 😛 on the art of fletching...

  • RE: Saving query results to pipe delimited or other formats

    The best way I can think of is to use the sqlcmd.exe. That allows you to format the output pretty much any way you want.

  • RE: Two questions about the SQLServerCentral forums

    1) I think you're in it.

    2) I'm pretty sure Steve makes them up as he goes along. You'll notice that 800 and 8000 both say Crazy Eights or something like...

  • RE: Which .Net Language Should We Adopt

    Well, actually, I prefer C#, but I also think that there's a critical mass behind it now that wasn't there until the last year or two. But now, yeah, that's...

  • RE: Are the posted questions getting worse?

    Matt Miller (12/17/2008)


    Grant Fritchey (12/17/2008)


    Google & BOL aside, they've managed to find their way to this site, navigate to the forums, type their question.... Didn't even a one of them...

  • RE: Which .Net Language Should We Adopt

    It's in keeping with what I'm seeing. Our company has started switching over to C#. The newest project starting development is going with C# (and nHibernate, but that's a different...

  • RE: Backup Database Script

    Try changing the exeucte to

    EXEC sp_executesql @backupString

    and using an NVARCHAR on the backupstring. I tested your code several times that way. It worked finel.

  • RE: Profiler shut down database?????

    Jack Corbett (12/17/2008)


    GilaMonster (12/17/2008)


    Grant Fritchey (12/17/2008)


    It was my understanding (and I couldn't find what it was based on if you paid me) that when running a server side trace...

  • RE: Are the posted questions getting worse?

    Jonathan Kehayias (12/17/2008)


    Grant Fritchey (12/17/2008)


    Google & BOL aside, they've managed to find their way to this site, navigate to the forums, type their question.... Didn't even a one of them...

  • RE: Are the posted questions getting worse?

    Jeff Moden (12/17/2008)


    GilaMonster (12/17/2008)


    r.hensbergen (12/17/2008)


    Do posters think we're answering bots instead of real people?

    I suspect that some do, or think that we work for SSC. I recall someone apologising...

  • RE: Profiler shut down database?????

    For the very little it's worth, that's pretty much in line with my understanding of the process.

    The only point I'm not sure about is the buffer when you're using...

  • RE: Which .Net Language Should We Adopt

    Ha! At this point I don't see a need for it for anything except resume padding.

    I don't have a good resource for it yet. I've been floundering my way through...

Viewing 15 posts - 18,991 through 19,005 (of 22,202 total)