Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Does CHECKPOINT work the same as COMMIT in TSQL?

Should I use a SQL Server keyword as a column name?

What is the difference between SELECT and SET in T-SQL

sql sql-server tsql

Generating XML file from SQL Server 2008

Why use shorter VARCHAR(n) fields?

sql sql-server types

Practice SQL Queries [closed]

How can I display something during the execution of a SQL script on SQLServer?

sql-server echo notify

SQL search for date between values or Min/Max if NULL

sql sql-server tsql

Bulk insert fixed width fields

Is it faster to UPDATE a row, or to DELETE it and INSERT a new one?

SQL Alias of joined tables

Use nested stored procedure results in calling stored procedure Sql Server 2008

How to create column and copy another column into the newly created one

sql-server tsql copy

From .NET can I get the full SQL string generated by a SqlCommand object (with SQL Parameters)?

Strategy to run tests on a database

.net sql-server testing mstest

How to restrict a user to access objects of only one schema in SQL Server 2008?

renaming a temporary table into a physical one

How can I store a string in a varbinary(max) column using c#

c# sql sql-server

Ranking rows using SQL Server Rank function without skipping a rank number

sql sql-server rank

Entity Framework 4.3.1 failing to create (/open) a database [Threading Anomaly?]