Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Invalid cursor state, SQL state 24000 in SQLExecDirect

Are these tables too big for SQL Server or Oracle

What is the mechanism for Transaction Rollback in sql server?

SQL Azure only returning one row in sys.dm_exec_sessions

sql-server azure

Enumerated types in SQL Server 2008?

How to populate a generic list of objects in C# from SQL database

c# asp.net sql-server

MySQL "IS IN" equivalent?

sql mysql sql-server

can I get count() and rows from one sql query in sql server?

sql sql-server tsql aggregate

Treating empty elements as nulls in SQL Server's OPENXML function

sql-server xml tsql null openxml

Delete records within Instead Of Delete trigger

T-SQL: can I use a variable as a database reference

UNIQUE constraint controlled by a bit column

sql server 2008: setting default location for mdf/ldf

How can I get the size in bytes of a table returned by a SQL query?

sql-server

Query to drop all extended properties containing a certain name

sql-server tsql

SQL Regular Expressions

sql sql-server regex

Return one of two columns in a view - whichever one is not null

Does a transaction block reduce performance in SQL Server?

How to delete all duplicate records from SQL Table?

Update WHERE NOT EXISTS problem