Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

How to notify a windows service(c#) of a DB Table Change(sql 2005)?

Max database name length in SQL Server

What is the scope of SET IDENTITY_INSERT xyz ON?

Cross Join without duplicate combinations

sql sql-server-2005

No Process Is on the Other End of the Pipe

How to use the CREATE LOGIN sql statement?

How to drop clustered property but retain primary key in a table. SQL Server 2005

Deleting hierarchical data in SQL table

sql sql-server-2005

Multiple commands on one line in SQL Server 2005

Filter based on an aliased column name

How to connect to sql-server with windows authentication from windows-service?

SQL Sort Order with Null values last

Find what table a specific index belongs to

"select * into table" Will it work for inserting data into existing table

Make SQL Server faster at manipulating data - turn off transaction logging?

For autoincrement fields: MAX(ID) vs TOP 1 ID ORDER BY ID DESC

Move row from one table to another?

selecting individual xml node using SQL

pyodbc.connect timeout argument is ignored for calls to SQL Server

Selecting between two dates within a DateTime field - SQL Server