About 11,600,000 results
Open links in new tab
  1. What does <> (angle brackets) mean in MS-SQL Server?

    Nov 8, 2013 · In My Query one place some other developer using <> (angle brackets) What does it mean ?

  2. Find all tables containing column with specified name

    17 In MS SQL Server Database, use this query to get the tables and respective column names that contains the input text:

  3. How to check for Is not Null And Is not Empty string in SQL server?

    Nov 13, 2016 · How can we check in a SQL Server WHERE condition whether the column is not null and not the empty string ('')?

  4. How do I perform an IF...THEN in an SQL SELECT? - Stack Overflow

    Sep 15, 2008 · How do I perform an IF...THEN in an SQL SELECT statement? For example: SELECT IF(Obsolete = 'N' OR InStock = 'Y' ? 1 : 0) AS Saleable, * FROM Product

  5. Create Local SQL Server database - Stack Overflow

    Apr 11, 2017 · I've used SQL Server Management Studio before, but only when the server is already up and running. I need to start from the beginning and create my own instance on the …

  6. Format SQL in SQL Server Management Studio - Stack Overflow

    In Visual Studio &amp; other IDEs, you can easily auto format your code with a keyboard shortcut, through the menu, or automatically as you type. I was wondering if there is yet a way to enable …

  7. How to find SQL Server running port? - Stack Overflow

    Yes I read this How to find the port for MS SQL Server 2008? no luck. telnet 1433 returns connection failed, so I must specify other port. I tried to use netstat -abn but I don't see sqlservr...

  8. How to connect to a local database in SQL Server Management …

    Apr 6, 2017 · I have downloaded the SQL Server Management Studio (SSMS) 2016 to recover a huge .bak file which is an old backup of a database. But first of all I need to connect to a DB …

  9. Best way to do nested case statement logic in SQL Server

    I'm writing an SQL Query, where a few of the columns returned need to be calculated depending on quite a lot of conditions. I'm currently using nested case statements, but its getting messy. …

  10. How can I do an UPDATE statement with JOIN in SQL Server?

    I need to update this table in SQL Server with data from its 'parent' table, see below: Table: sale id (int) udid (int) assid (int) Table: ud id (int) assid (int) sale.assid contains the correct