Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Can I set VARCHAR size larger than 8k but less than MAX?

How to salvage SQL server 2008 query from KILLED/ROLLBACK state?

Stop SQL Server - using C#

c# sql sql-server

SqlServer and nvarchar(max)

Check database name before running SQL

sql sql-server

Default parameter values in SQL Server 2008 stored procedure

sql SELECT IN with like

SSRS : How to repeat header row of a table on each page that is embedded in a LIST?

SQL Server CE - Unable to insert values in the BIT column

How to pivot unknown number of columns & no aggregate in SQL Server?

How to add a foreign key referring to itself in SQL Server 2008?

Updating one column based on the value of another column

Reasons for SQL differences

sql sql-server postgresql

What are ways to match street addresses in SQL Server?

sql sql-server

Physical location of FILESTREAM data

TSQL to select the last 10 rows from a table?

How to insert multiple rows - a loop needed?

Alter table & Add UNIQUE key results in an error

How to use index in SQL query

Passing a table expression to a table-parameterized function