Forum Replies Created

Viewing 15 posts - 811 through 825 (of 3,011 total)

  • RE: Mathematical Theory (controversy!)

    venoym (6/9/2011)


    Michael Valentine Jones (6/8/2011)


    mtillman-921105 (6/8/2011)


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


    This whole thread has a lot of nonsense in it :hehe:

    Speaking of nonsense, an instructor of mine said that people...

  • RE: Adding files to existng filegroups

    Randy Doub (6/8/2011)


    I've got a vendor application that's getting upgraded soon. DB is moving from SQL2000 to 2008 via backup/restore. Their new db model has 32 new physical...

  • RE: Mathematical Theory (controversy!)

    mtillman-921105 (6/8/2011)


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


    This whole thread has a lot of nonsense in it :hehe:

    Speaking of nonsense, an instructor of mine said that people used to ask philosophers...

  • RE: Why Can't We Code?

    GilaMonster (6/8/2011)


    Craig Farrell (6/8/2011)


    I don't expect DB Devs/DBAs/ETL'ers to code. I sure as heck really don't expect a hard-core DB person to be able to put a solid website...

  • RE: Mathematical Theory (controversy!)

    venoym (6/8/2011)


    so the definition that allows 0.999... to be equal to 1 is that there is not a number between the two. And I also believe that this is...

  • RE: Mathematical Theory (controversy!)

    robert.williams 82816 (6/7/2011)


    Ah....there comes my argument then, that there is a point-something like .01.. or .011.. between .999... and 1.

    That's not really an argument, since that would require some suggestion...

  • RE: Mathematical Theory (controversy!)

    robert.williams 82816 (6/7/2011)


    Just for arguments sake, how can .999..... = 1?

    It will always be .111...short of 1.

    It may come close but not equal 1.

    *runs and hides*

    Nice try at the...

  • RE: Economics

    I think encouraging people to learn is about as far as you can take it. If they don't want to learn, you can't force them, but it does raise...

  • RE: Splitting qualified name into table and schema

    AND (SCHEMA_NAME(schema_id) = PARSENAME(@tableName,2) or PARSENAME(@tableName,2) is null)

  • RE: Mathematical Theory (controversy!)

    Richard Warr (6/6/2011)


    Mathematically we've seen how this can be "proved". But using pure logic we're essentially saying that a number that is definitely less than 1 is the same as...

  • RE: Ethics

    I would not call it unethical to ask IT to buy a particular product in order to get new business from the vendor. If it is a net benefit...

  • RE: Does Create Login automatically grant connect privilige

    You command syntax was incorrect, "grant connect sql" not "grant connect"

    select name, denylogin from syslogins where name = 'ravid'

    grant connect sql to ravid

    select name, denylogin from syslogins where name =...

  • RE: After changing sa password!

    Do you have the SQL Server Agent configured to connect to SQL Server using the SA account?

  • RE: Log Shipping - Secondary Database state

    You must do the full restore using the STANDBY option of the restore command, and specify the STANDBY option on each log restore using the same STANDBY file for each....

  • RE: Estimating TRN sizes before enabling log shipping

    If you are using SQL Server 2008 Enterprise Edition or SQL Server 2008 R2 Enterprise Edition or Standard Edition, make sure that you set your transaction log backups to compressed...

Viewing 15 posts - 811 through 825 (of 3,011 total)