Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Optimize database schema / indexes for faster query result when using LIKE and EXISTS clauses

Is it possible to set an index inside a XML column on SQL Server 2005 / SQL Server 2008?

Migrate SQLite database to Microsoft SQL Server

sql-server sqlite migration

How to separate programming logic and data in MS SQL Server 2005?

sql-server database

How to alter the boolean value in SQL Server select query?

sql sql-server tsql

Slowness at Indexed View for SQL 2005

Sequential (comb) GUIDs for Oracle

Does anyone have a backup strategy for SQL Azure databases?

Approach for altering Primary Key from GUID to BigInt in SQL Server related tables

Forming triangles from points and relations

c# sql sql-server

How to put XML returned by stored procedure in a variable?

SQL sub queries - is there a better way

sql sql-server performance

Stored procedures and functions

How can I get SqlBulkCopy to tell me which column had the truncation error

c# sql-server

Creating a SQL Server user with permission to read one view and nothing else - but he can see system views and procedures?

how to handle db schema updates when using schemabinding and updating often

SQLFileStream exception "The network path was not found"

c# sql sql-server filestream

SQL & ColdFusion Encryption

Table with Select Statements, Executing Dynamic SQL and Returning Values

What is the difference between composite non clustered index and covering index