Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

What is the maximum characters for the NVARCHAR(MAX)? [duplicate]

"Prevent saving changes that require the table to be re-created" negative effects

How do I use an INSERT statement's OUTPUT clause to get the identity value?

sql sql-server-2005 insert

Check if a string contains a substring in SQL Server 2005, using a stored procedure

INSERT statement conflicted with the FOREIGN KEY constraint - SQL Server

How do I drop a foreign key constraint only if it exists in sql server?

SQL server query to get the list of columns in a table along with Data types, NOT NULL, and PRIMARY KEY constraints

Create a date from day month and year with T-SQL

Extreme wait-time when taking a SQL Server database offline

How do you kill all current connections to a SQL Server 2005 database?

How to select date without time in SQL

Drop all the tables, stored procedures, triggers, constraints and all the dependencies in one sql statement

SET versus SELECT when assigning variables?

How to get first character of a string in SQL?

Dynamic SELECT TOP @var In SQL Server

sql sql-server-2005

Simulating group_concat MySQL function in Microsoft SQL Server 2005?

Are there any disadvantages to always using nvarchar(MAX)?

What represents a double in sql server?

SQL query to select dates between two dates

How to SELECT FROM stored procedure