Forum Replies Created

Viewing 15 posts - 481 through 495 (of 832 total)

  • RE: Precedence

    The two WHERE clauses were different, so the correct answer ought to be "depends on the data"... 😀

  • RE: Application uses a value of the wrong type for the current operation.

    I'm no expert in ASP, but your hint_answer in the ASP code is a different size to the table declaration, and the business_type column isn't represented at all...

  • RE: Creating Index taking huge storage

    Just out of curiosity, does this need to be a clustered index? A non-clustered index would not require such huge amounts of storage to create...does depend what queries you're running...

  • RE: Efficient ways to reset lost sql sa password

    Jeff Moden (7/2/2011)


    I do much the same, Lynn. The only problem I've not been able to solve is if someone with SA privs gets really ticked off and changes...

  • RE: Windows 2003 Server

    Also note that the stated size of the drives (36.4Gb and 72.8Gb) will be calculated using 1Gb = 1000x1000x1000 bytes, because that's what drive manufacturers do, whereas the operating system...

  • RE: Data nearing to 4GB. is there is a way to extend size?

    Ninja's_RGR'us (6/28/2011)


    Just my 0.02$... MS decided that 1 GB ram and 4 GB data was what they were prepared to give for free.

    10Gb data in SQL Express 2008 R2,...

  • RE: Data nearing to 4GB. is there is a way to extend size?

    I have a 64-bit R2 Express install on my PC here. Just checked it out, and found the following files:

    License_SqlBrowser.txt

    license_SQLCMD.txt

    License_SQLNCLI_ENU.txt (one of these in both Program Files (x86) and in...

  • RE: The Age of Software

    Revenant (6/24/2011)


    I am a bit surprised that (so far) no one mentioned memory hogging as a sound reason for going to a newer OS. XP is 10 years old...

  • RE: Are the posted questions getting worse?

    Steve Jones - SSC Editor (6/22/2011)

    I like plumbers. They seem to do a better job than I do at hooking pipes together

    Yeah, but ask them to do a simple reorganisation...

  • RE: Profiler, SP_prepare

    It's entirely possible they're not actually doing this themselves--it could be being done by the language libraries they're using; I've seen a VB6 application do something very similar when reading...

  • RE: SELECT and WHERE without FROM

    I looked at the question, thought, "Surely this is obvious"--went and ran it in SSMS just to be sure I wasn't missing something. It was only when I came here...

  • RE: The Age of Software

    I don't have a problem with this. XP has already gone out of mainstream support, and I'm sure most DBAs would rather people were *not* connecting to vital databases from...

  • RE: Data nearing to 4GB. is there is a way to extend size?

    Ninja's_RGR'us (6/20/2011)

    10 GB is for 2008 R2 (confirmed by a failed restore of a 25 GB db with the error : max 10 GB)

    And double confirmed by Microsoft's own product...

  • RE: Datetime Conversion Issue in SSIS - Need Help

    3 divisions in 1/100th second is what I said earlier--maybe I'm not being clear. My argument was that the accuracy in both cases is 1/300th of a second, and the...

  • RE: Datetime Conversion Issue in SSIS - Need Help

    But if the Sybase DATETIME is only accurate to 1/300th of a second, it CAN'T be using any old values for the thousandths--0.001 would make no sense because the value...

Viewing 15 posts - 481 through 495 (of 832 total)