Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL server equivalent of MySQL's "SHOW VARIABLES"

mysql sql sql-server

How Do I Modify First Digit of Attribute in XML with SQL?

sql sql-server xml

PowerBI not able to connect to Azure SQL with private end point

SQL insert ID from IDENTITY ID of the row being inserted

Explicitly lock and unlock a table using ODBC

c++ sql sql-server odbc

Calculate db.DaysPastDue from DateTime.Now - db.Loan.DueDate in Controller

c# sql-server asp.net-mvc

difference between data conversion and derived column in ssis?

sql-server ssis ssis-2012

Add time to rows in SQL Server

sql-server sum

SQL selecting datetime values which are 'close' to each other

Select rows where a column is not null if multiple values or null if 1 value

sql sql-server

When using SQL not in function in the where clause, the null values are not returning in the result set

sql sql-server t-sql

Missing Installation parameters when trying to install SQL Server 2022 from the command prompt

sql-server

Is there a way to improve this query showing a monthly timeline of the number of active employees?

sql sql-server

How to ignore noiseXXX.txt files for a specific column in SQL Server 2005?

MS Access Error 3622 vba

sql sql-server vba ms-access

Connect android app to SQL Server

Error when opening an sql connection: 'MyConnection.ServerVersion' threw an exception of type 'System.InvalidOperationException'

FOR XML ... TYPE much slower than FOR XML?

sql-server xml t-sql sqlxml

Creating SQL Server Database files on the fly with C#

c# sql-server

Golang mssql driver returns "mssql: Invalid object name"

sql-server database go