Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server

Implementing a sales tax strategy for Invoices

How to have a sql_variant parameter for a SQL CLR stored procedure?

Deleting Duplicate Records from a Table

sql sql-server database tsql

How can I use sp_send_dbmail to send multiple queries?

Find out in C# if my SQL Server instance supports snapshots?

c# .net sql-server tsql

TSQL - XML query help

sql-server xml tsql xpath

Is there a "Script table as - MERGE" function somewhere?

When querying XML in SQL Server 2005, multiple tags of the document are in the same row

Storing C# GetHashCode() in DB is Unreliable [duplicate]

Get caller of trigger in SQL Server

sql sql-server triggers

Word matching in SQL Server

sql-server matching

Trigger for INSERT and UPDATE on same table

sql-server triggers

From .net how to I send many “batches” of SQL to Sql-Server without lots of round trips?

Export a SQL Server database from C# and re-import

c# sql-server

Running NUnit integration tests with different credentials

multiple cascade delete path in many-many relationship (EF 4.1)

Column name as a parameter in INSERT statement

Which is a better method for storing images - folder or SQL Server as binary?

In SQL Server, should I create an index for an identity column, or is it created automatically?

How do databases physically store data on a filesystem?