Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

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

SQL Primary Keys

how i can retrieve rows by specific date in sql server?

sql sql-server tsql date

Find a specific column entry in an unknown table in a database?

How to search for "%" in sql table-column

sql-server sql-like