Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

[Sql-Server]what data type to use for password salt and hash values and what length?

SQL Server: How to tell if a database is a system database?

Windows Server 2008 as development machine - step by step

SQL Server: should I use an "Agent Job" or a "Maintenance Plan" to delete old data?

Selecting GETDATE() function twice in a select list-- same value for both?

sql-server-2005 getdate

In SQL Server, what is the best way to determine if a given string is a valid XML or not?

xml sql-server-2005 tsql

How to make a column case sensitive in sql 2005 or 2008

Update a single table based on data from multiple tables SQL Server 2005,2008

How to alter length of varchar in composite primary key?

Disable "save" prompt in SQL Server Management Studio 2005

@@ERROR and/or TRY - CATCH

Select data from XML file as table in TSQL

sql-server-2005 tsql

SQL Server 2005/2008: Insert a File in an varbinary(max) column in Transact-SQL

SQL Server 2005: Determine datatype of variable

sql sql-server-2005 tsql

Importing csv file to SQL Server Management Studio - No tables available

sql-server-2005 csv import

What's the best to check if item exist or not: Select Count(ID)OR Exist(...)?

Retrieve current value of ARITHABORT

sql-server-2005 tsql

How to insert value into primary key column in SQL Server?

Where Do Temporary Tables Get stored in sql server?

SQL Server 2005: Insert multiple rows with single query

sql sql-server-2005 insert