Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL Server in Docker CREATE INDEX failed because the following SET options have incorrect settings: ‘QUOTED_IDENTIFIER’

SQL query to get the employee name and their manager name from the same table

sql sql-server select

Creating index on specific JSON value inside an object array

sql-server tsql

SQL query - WHERE (MAX) AND (= VALUE)

sql sql-server

Why is DATENAME(GETDATE()) giving a different result as DATENAME(2019-02-01) when that is the date today?

Find all rows where date column has timestamp = 00:00:00.000

How to get the detail row number for rows in JSON string

Get second highest salary, return null if no second highest

sql sql-server tsql

Cannot bulk load because the file “" could not be opened. Operating system error code 5(Access is denied.)

How can I remove extra placeholders in this string in SQL?

sql-server tsql

How to customize migration generation in EF Core Code First?

Unexpected result with ORDER BY

sql sql-server tsql

What is this error? "Unable to add data connection. Could not find any resources appropriate for the specified culture or the neutral culture."

c# sql-server visual-studio

What is the best method for checking if a file exists from a SQL Server 2005 stored procedure?

Sybase Developer Asks: How To Create a Temporary Table in Oracle?

how to pass variables like arrays / datatable to SQL server?

c# sql sql-server

How to design a database schema that can be used with both MySQL and SQL Server?

Implode type function in SQL Server 2000?

sql-server tsql

Creating a new text column in a SQL Server Table: which type should I choose?

How to add Failover Partner to a connection string in VB.NET