Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

What is the limitation in the length of an SqlCommand query

Grant user insert permission after create table command

sql-server-2005 tsql

How you get a list of updated columns in SQL server trigger?

sql-server-2005 triggers

Property could not be set to a byte value you must set the property to a non null of type int32

How to force nolock hint for sql server logins

SQL Server 2005 How Do You Clear Out a Query Execution Plan

sql-server-2005

What causes "Incorrect syntax near <stored procedure name>" in EF Code First and SQL 2005?

export stored procedures through SQL script

SQL Server backup restore issues?

sql sql-server-2005

How do I get row id of a row in sql server

sql sql-server-2005 rowid

Check if DateTime in DB is more than 90 days old via Stored Procedure

Anyway to create a SQL Server DDL trigger for "SELECT" statements?

Insert or update if record is in table

how to detect sql server timeout from .NET application without using catch Exception

UPDATE is not allowed because the statement updates view "table_name" which participates in a join and has an INSTEAD OF UPDATE trigger

sum column to show total in every row

sql tsql sql-server-2005

Create a new db user in SQL Server 2005

How can i check sql server 'views' dependencies

Storing many bits -- Should I use multiple columns or a single bitfield column?

Return a boolean value from a select query