Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

column constraint that uses a user-defined function (udf)

sql sql-server

Same SQL query when run with sp_executesql is fast, very slow if executed as dynamic query in query analyser, why?

INSERT INTO OPENROWSET Syntax with Dynamic T-SQL

sql-server t-sql

SQL Server appears to round incorrectly

sql sql-server

How to set-up a database diagram from existing tables?

Visual Studio + localdb on windows 10

do i need to rewrite the case statement for every field?

sql sql-server t-sql

T-SQL error: Adding a value to a 'smalldatetime' column caused overflow. SQL server bug?

sql-server t-sql

How to safely convert a varchar(255) to an int?

sql sql-server t-sql

Display hourly based data for 24 hour in SQL Server

asp.net sql-server database

soft delete or hard delete good for eCommerce

DATEDIFF working on yyyymmdd format SQL server

sql sql-server

Converting SQL query to LINQ query

SQL Server 2017 installation error: "The feature you are trying to use is on a network resource that is unavailable error"

sql-server

How to handle SQL Server Agent jobs when server is down

sql-server

Cross apply using a c# function speed up query

How to drop all external tables from a database with one SQL query? [duplicate]

Using the OR operator - SQL Server