Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Scalar Function with CTE Fails

Power BI desktop connecting to data source with different user name than the one I am logged in as

SQL Server: From a view, calling a function with a table-valued parameter

Calculating daily growth using previous row value in new column - SQL Server

sql sql-server t-sql

How to remove all special characters from a column name string using regular expressions

sql sql-server regex t-sql

Getting MS SQL Server connection string without using visual studio?

"č" converted to "c" when querying through SQL Server 2008

How to insert into a table from temp table?

Changing Quoted_Identifier on existing Constraints / Rules / Procedures

Why do we need a Rollback command while making a transaction or tell me a when is it appropriate to use "ROLLBACK"

sql sql-server

Enable XA transactions for MSSQL Server docker image

SQL select from a select query

sql sql-server

SQL 'CASE WHEN x' vs. 'CASE x WHEN' with greater-than condition?

sql sql-server t-sql select

Does the order of SqlCommand Parameter & CommandText declaration matter?

c# sql-server

SQL Join to the latest record

Use SQL Server trigger to update a column in another table after an insert

sql sql-server triggers

Restoring Daily Differential Backup - No Files Are Ready To Rollforward Issue

Why are these SQL Server statistics outdated, when it's set to auto-update?

Right Substring Statement SQL

sql sql-server t-sql substring

Connecting to MS SQLServer from Qt Linux application

c++ sql-server linux qt