Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

open word document (saved as binary) from database

c# sql-server ms-word

Query SQL Server with IN (NULL) not working

How i can use cursor to delete record from table

SQL - How can I remove duplicate rows by last entered value?

SQL: Why does a CREATE TRIGGER need to be preceded by GO

sql sql-server triggers

using unicode text in sql server 2008

Compare multiple columns, but only those having valid values, and create y/n flag if all are equal

Inserting a List<> into SQL Server table

c# asp.net sql-server

How do I select X random rows while guaranteeing that Y certain specific rows are in the result?

Get the list of unique constraints and indexes in a database

RETURN inside a transaction with TRY-CATCH block

Count, order desc and select top 5

Delete Rows in one table based on row values in this and another table

sql sql-server tsql sql-delete

DBCC CHECKIDENT RESEED -- is new value required?

Using SQL to transpose/flatten XML structure to columns

How to pass a Null date variable to SQL Server database

Insert all dates in a time period in a table

sql sql-server

How can I use LTRIM/RTRIM to search and replace leading/trailing spaces?

Parse XML using T-SQL and XQUERY - Searching for specific values

SQL How to use CASE with a NOT EXISTS statement

sql-server exists