Forum Replies Created

Viewing 15 posts - 17,401 through 17,415 (of 22,206 total)

  • RE: Strange T-SQL Behavior

    OK. Spill.

  • RE: Strange T-SQL Behavior

    I just did several searches on Connect. I don't see this listed anywhere. Weird stuff. I think I'm going to post it to another newsgroup to see if others have...

  • RE: Strange T-SQL Behavior

    Florian Reischl (5/20/2009)


    Grant Fritchey (5/20/2009)


    Florian Reischl (5/20/2009)


    rofl!!!

    Hey! Don't laugh at me. Just tell me what it is.

    I'm starting to feel like Earl in Tremors:

    "Hell Earl, everyone knows all about...

  • RE: Strange T-SQL Behavior

    Florian Reischl (5/20/2009)


    rofl!!!

    Hey! Don't laugh at me. Just tell me what it is.

    I'm starting to feel like Earl in Tremors:

    "Hell Earl, everyone knows all about these things. We just...

  • RE: Strange T-SQL Behavior

    Yeah, based on the behavior so far, that's about what I would expect. It's like some kind of alias short hand, but it doesn't work for strings. If you try...

  • RE: Strange T-SQL Behavior

    Weird isn't it? I've searched through the syntax in BOL and several books as well as a Google search. I can't find anything that references this type of syntax. I'm...

  • RE: Are the posted questions getting worse?

    Wow. I didn't realize that reference would be completely missed. Not that I know squat about the actual Woodstock. I just saw the documentary. There was a long, rambling, silly...

  • RE: Are the posted questions getting worse?

    ANNOUNCEMENT: Pay attention everyone. We've just been informed that there is a problem with the brown SQL statements. So we need you to stay away from the brown SQL statements....

  • RE: Are the posted questions getting worse?

    Alvin Ramard (5/20/2009)


    Lynn Pettis (5/20/2009)


    You know, there are a few people who just need to walk away from the computer and get a job flipping burgers or something.

    You remind me...

  • RE: Different size backups?

    You can look at the script being used by SSMS, just click on the script icon. That should allow you to figure out what it's doing differently than you.

  • RE: Different size backups?

    How big are your databases? You might check the scheduler on the job, it could be running this query lots of times.

    One question about the code:

    TO DISK = N'C:\Base backup'...

  • RE: Long execution times when including simple SQL functions into a join

    You can quantify the differences. Get the execution plans first. That will show you where the changes are occurring between the execution without the function and the one with it....

  • RE: How to create Database on SQL server 20005 using automated scripts

    You can run the script from anywhere that you have a utility that can connect to the database and run the script. Nothing that comes with a Window Server install...

  • RE: Team Foundation Server

    We hit something similar and it was a security issue. The service is running, but the error says it isn't, well, that's because the security context wouldn't allow it to...

  • RE: Random long execution

    The changes to the query could come from several sources, but I'll just address two. If you were changing the parameters, you may have hit upon a set of parameters...

Viewing 15 posts - 17,401 through 17,415 (of 22,206 total)