Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

How to 'select' the current identity value for a table?

Using VARCHAR(MAX) with string concatenation in SQL Server 2005

sql-server-2005 tsql

If-Else Condition inside cursor

CASE expression syntax error SQL

How to search a image/varbinary field for records that start with a binary pattern

T-SQL, Select first row of a set

sql-server-2005 tsql

How do I remove "duplicate" rows from a view?

sql sql-server-2005 tsql

SqlDataReader only returns first select in SqlCommand

c# sql-server-2005 text

Is there something like the FileSystemWatcher for Sql Server Tables?

SQL Server 2005 Get Login name from User name

statement "USE @dbname" doesn't work, why? How to do that?

sql-server-2005 tsql

How to resolve 900 key length limit index on the column which have datatype varchar(4096) in SQL Server 2005?

SQL - Only select records from weekends

sql sql-server-2005 tsql

Why is my SqlDependency not firing

SQL Server 2005 Reporting Services: How to count rows that are not null? Any hints for calculating totals?

How should I modify this SQL statement?

how to restore using restore class of Microsoft.SqlServer.Management.Smo namespace

c# sql-server-2005

Finding a Primary Key Constraint on the fly in SQL Server 2005

How to export SQL Server database structure into text format [duplicate]

Calculating ratio only gives 0 or 1?