Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 5,111 total)

  • Reply To: SQL Server

    SQL Server developer is the full version of SQL Server Enterprise, but is allowed only the development work (using it in a production environment is against the terms of the...

  • Reply To: Are the posted questions getting worse?

    Sean Lange wrote:

    Argh!!! Didn't have an email for the thread and the site search engine is so bloody awful it can't find it. I did happen to run across a blog...

  • Reply To: Are the posted questions getting worse?

    TomThomson wrote:

    But now we have the interesting game that each QOTD is listed as an article.   I'm not sure whether I like that or not.

    Speaking of the QOTD, did...

  • Reply To: Collation

    This can perhaps be seen better with the below statement:

    WITH N AS(
    SELECT N
    FROM (VALUES(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL),(NULL))N(N)),
    Tally AS(
    SELECT...
  • Reply To: Collation

    Peter Shilovich wrote:

    This behavior:

    SELECT V.String,
    CASE WHEN V.String COLLATE Latin1_General_100_BIN LIKE '%[a-z]%' THEN 'Yes' ELSE 'No' END AS ContainsLowerCase
    FROM (VALUES('This has lowercase...
  • Reply To: Collation

    Peter Shilovich wrote:

    Should this be considered as an error in earlier collations before 100?

    Should what be considering an error?

  • Reply To: Collation

    Peter Shilovich wrote:

    As I know, there is no true REGEX in SQL Server. Is the method to solve the question with "like" and wildcard?

    You can use a different collation for that:

  • Reply To: Collation

    Peter Shilovich wrote:

    Perhaps, I did not put the question clearly. The initial question is how to check whether the string contains lower case letters.

    That is far simpler:

    SELECT V.String,
    ...
  • Reply To: Are the posted questions getting worse?

    below86 wrote:

    BINGO!!  I would guess over 90% of the people who come to this site are not on a mobile device.  So why do we cater to such a small...

  • Reply To: Migrate database from SQL Express to 2012

    keanyukas wrote:

    I am trying to take a SQLEXPRESS database version 13.0.4001 and restore to SQL Server version 11.0.6248.0

    You can't. SQL Server is not forward compatible.

  • Reply To: Migrate database from SQL Express to 2012

    keanyukas wrote:

    Enterprise

    What do you mean "enterprise"? Your title says the says Express. Even so a SQL Server 2012 database on  Enterprise edition can be restored on a Standard Edition Server.

     

    What...

  • Reply To: SQL Server Developer Edition - SSDT/SSIS?

    If you want to develop SSIS propject for SQL Server 2019 you need at least version 15.8.1,  SSDT for VS 2017. SQL Server 2019 isn't supported on the 2016 version....

  • Reply To: Not receiving daily newsletter

    Dave Convery wrote:

    It's showing as delivered today - can you double check it's not hit spam/clutter etc.? If no luck there I'll dig deeper.

    Dropped an email to our network team, looks...

  • Reply To: Not receiving daily newsletter

    Thanks Dave. I can't see I've received today's again. I am getting the subscription emails though; so would seem old they are bouncing

    If you can, can you share the bounce...

  • Reply To: You're not really that good at SQL Server

    Some real damning words here Steve. Some of it is justified others maybe not.

     

    In terms of the point you made about questions, I think that this can be pretty valid,...

Viewing 15 posts - 1,141 through 1,155 (of 5,111 total)