Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sql-server-2008

In SQL Server 2008 I am able to pass table-valued parameter to my stored procedure from NHibernate.How to achieve the same in Oracle

How do I get rowcount of a cte in a separate dataset?

In T-SQL under MS SQL Server 2008, what does '@' mean in front of a parameter *value* that's a string literal?

XQUERY - How to use the sql:variable in 'value()' function?

Cannot create sql server database user correctly

sql-server-2008

Audit for DISABLE/ENABLE Triggers IN SQL

How can I retain CDATA tags when storing query results in an Xml variable?

xml sql-server-2008 cdata

XML Data Type In SQL Server 2008 Query

sql xml sql-server-2008

How do you keep HTML tags when querying a xml using sql?

Will SQL update a record if the new values are the same?

How to solve Index/Key related Deadlock

Inserting pyodbc.Binary data (BLOB) into SQL Server image column

How to identify the first gap in multiple start and end date ranges for each distinct member in T-SQL

How to generate test data using Visual Studio 2012?

Incorrect sum when I join a second table

sql sql-server-2008 join sum

SQL Function call in Select Statement to populate Reporting Services Report

sql sql-server-2008

pivot and cascade null columns

Creating a temp table in SQL Server 2008 using an Excel Macro (ADODB)

sql sql-server-2008 vba excel

Casting comma separated string to integer to be used in "IN" SQL [duplicate]

Make use of index when JOIN'ing against multiple columns