Forum Replies Created

Viewing 15 posts - 346 through 360 (of 716 total)

  • RE: Supported spatial data formats

    I read the first 2 options, then decided to google it as I have no idea, no previous experience on this, found nothing useful, then went back, read the rest...

  • RE: How many rows will be returned?

    Good to now that, agree with most of you here, it`s a good question.

  • RE: ISNULL

    Eazy mozo 🙂

  • RE: Which is the correct spatial data type?

    Like some here said, I never used spatial data types before, so definitly learnt somthing new today, thanx for the question.

  • RE: Which is the correct spatial data type?

    TomThomson (9/19/2014)


    Good question.

    I was feeling too depressed by my nation's decision to stay under England's domination :crying: to do any research this morning, so I took a guess and got...

  • RE: Parameters may improve SQL Backup Performance in SQL Server 2008

    Good question, thanx, note that BlockSize option typically affects performance only when writing to tape devices not to disk.

  • RE: Pausing

    I should have went with my 1st guess :angry: but then decided to try all options one by one on my testing server:

    1. No query was paused, all working fine.

    2....

  • RE: Which type of Numbers?

    Koen Verbeeck (9/16/2014)


    Sean Pearce (9/16/2014)


    And this relates to SQL Server how? I am not here for maths lessons.

    It's an exercise in reading T-SQL 🙂

    Still not convinced it`s important to us...

  • RE: Which type of Numbers?

    Sean Pearce (9/16/2014)


    And this relates to SQL Server how? I am not here for maths lessons.

    + 1

  • RE: Which type of Numbers?

    serg-52 (9/16/2014)


    Amstrong numbers. OK, Will try to remember it. 🙂

    Minor code improvement. SUBSTRING() : If start_expression is greater than the number of characters in the value expression, a zero-length expression...

  • RE: Synonyms 2

    Eazy mozo 🙂

  • RE: Synonyms 2

    Steve Jones - SSC Editor (9/13/2014)


    Thanks. Corrected.

    That's what I get for typing the question instead of cut/paste

    So u should consider using cut/paste instead 😀

  • RE: Storing code in Version control

    stephen.long.1 (9/12/2014)


    Thanks for the easy question, Steve, good one. Of course, it's probably only easy if you've actually used VCS in the past (which I have)

    True, that`s why it was...

  • RE: Storing code in Version control

    tom.w.brannon (9/12/2014)


    I had no idea what VCS meant. Closest I could find in a search was Veritas Cluster Server. Guessed wrong.

    +1

  • RE: Truncate table query

    Koen Verbeeck (9/11/2014)


    Vimal Lohani (9/11/2014)


    TRUNCATE TABLE removes the data by deallocating the data pages used to store the table data and records only the page deallocations in the transaction log.

    this...

Viewing 15 posts - 346 through 360 (of 716 total)