Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2005

Use variable with TOP in select statement in SQL Server without making it dynamic [duplicate]

SQL Server query to find all permissions/access for all users in a database

What are the main performance differences between varchar and nvarchar SQL Server data types?

Select top 10 records for each category

How do I check if a Sql server string is null or empty

sql-server-2005

How can I solve a connection pool problem between ASP.NET and SQL Server?

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?