Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

Table Valued Function Killing My Query Performance

Calculate time difference in minutes in SQL Server

How to insert 1000 random dates between a given range?

sql sql-server-2008

login failed for user 'sa'. The user is not associated with a trusted SQL Server connection. (Microsoft SQL Server, Error: 18452) in sql 2008

"Column is too long" error with BULK INSERT

SQL Server copy all rows from one table into another i.e duplicate table

sql sql-server-2008 ssms

Error 'the subreport could not be found at the specified location. Please verify that the subreport has been published and that the name is correct'

How to create Sql Synonym or "Alias" for Database Name?

What is the best way to copy a database?

Is there any good way to debug "String or binary data would be truncated?"

sql-server-2008

SQL Server Cannot Call Methods on Date

sql-server-2008

How to open multiple .sql files in only one ssms instance

SQL Server 2008 Spatial: find a point in polygon

How to delete from source using MERGE command in SQL Server 2008?

sql-server-2008 merge

Bulk Insert with filename parameter [duplicate]

How to check if change tracking is enabled

SQL Server 2008 Unique Column that is Case Sensitive

What does varchar(-1) mean?

How to do an inner join on row number in sql server

How to check string length and then select substring in Sql Server

sql sql-server-2008 tsql