VOOZH about

URL: https://www.javacodegeeks.com/tag/sql-server

⇱ SQL Server Archives - Java Code Geeks


  • Software Development👁 Image
    Javin PaulOctober 23rd, 2018
    0 270

    How to Remove Leading/Trailing White Space from a String in SQL Server? LTRIM, RTRIM Example

    Unlike Java, Microsoft SQL Server 2008, 2012, 2014,  and even the latest version don’t have a built-in trim() function, which…

    Read More »
  • Software Development👁 Image
    Lukas EderMay 15th, 2014
    2 115

    SQL Server Trick: Circumvent Missing ORDER BY Clause

    SQL Server is known to have a very strict interpretation of the SQL standard. For instance, the following expressions or…

    Read More »
Back to top button
Close