Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

Best self join technique when checking for duplicates

sql sql-server-2008

Where are extended properties stored in SQL Server?

Long SQL file runs SQL Server out of memory (22,000 lines)

Is it better to pass large inserts to SQL Server as a table valued parameter, or as a string insert statement?

SQL SELECT multiple columns into one

sql sql-server-2008 select

Querying XML data types which have xmlns node attributes

Convert rows to columns after counting [duplicate]

Split a substring that returns from a split function

SQL Server Query - Weird Behaviour

SQL Server Management Studio Schema View

RESEED identity columns on the database

Multiplicity constraint violated SQL Server 2008 - CodeFirst

Rounding milliseconds in T-SQL

Is number after DateTime2 is for nanosecond purpose?

sql-server-2008 datetime2

In SQL Server 2008 R2 - can you rename a table in the Database Diagram tool?

how to know next primary key value of table without inserting record in sql server?

How to use a user defined function in SQL that is from another db

Unable to access table variable in stored procedure

Is there a function like isdate() for datetime2?

How should I store windows userid in database?