Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Finding previous records after specified one and joining them

sql sql-server t-sql

How to change a connection string in a DTS package at runtime from a .NET application?

c# sql-server dts

Removing "1, " and "2, " from a string with out removing "11, " and "12, "

sql sql-server replace

How to Pre Stage Queries on SQL Server?

Is it possible to combine columns from a view and a stored procedure?

How to force SELECT blocking on SQL server?

sql sql-server database

Using case expression in DATEADD interval

sql sql-server case dateadd

Entity Framework LINQ statement always translated into WHERE 0 = 1

replace .0 on varchar data type

Auto calculating columns in a sql table based on prevoius row data

How do I specify a schema qualifier for a table in a C# SqlCommand?

c# sql-server

How to create an auto increment column that is segmented by an other column

C# Entity Framework ANSI NULL OFF

Timeout running SQL query

How to fill a temp table from stored procedure without knowing it's schema in SQL Server

Strange behaviour of the SELECT

SUM(columnname) gives me a different result than manually summing columnname in SQL Server. Why?

mysql sql-server

Subtracting between rows

SSIS Derived Column Expression to display blank based on the value of another field in a separate OLE DB Source