Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

SQL Server CASE WHEN and IN construction

sql sql-server tsql

Tweaking the Fill Factor to reduce fragmentation

How to get identity value after calling exec(@Sql)

sql-server tsql identity

SQL Server: How to ignore referential integrity until COMMIT?

Is a nvarchar(max) less performant than a nvarchar(100) for instance?

sql-server

SqlException constraint violation

I want to exchange the Value of a column in two different rows in Microsoft SQL server

sql-server tsql

sql: delete a subtree table(id, Parentid) , delete a item with all his children

sql sql-server

SQL Query Theory Question

sql sql-server query-tuning

Is there a decent technique for SSIS Derived Column date formatting?

sql-server oracle ssis

cloning a database with backing up possible?

sql sql-server

SQL Server: A Grouping question that's annoying me

How to get MAX value of a version-number (varchar) column in T-SQL

MySql to Sql Server migration questions

sql mysql sql-server

Why would a Stored Procedure run slower than naked T-SQL?

Creating a user, mapping to a database and assigning roles to that database using SQL scripts

How to check if a client has SQLNCLI10 provider installed when browsing?

Does SQL Server optimize LIKE ('%%') query?

sql server management console doesn't work with multi-byte characters

sql-server ssms

C# with SQL Server SELECT WHERE IN with data list

c# sql-server