|
|
Stories recently tagged with 'SQLServer'
|
|
submitted by
ahmer75
11 days, 15 hours ago
syedarizvi.blogspot.com — EXCEPT operator was introduced in SQL Server 2005. EXCEPT can be used to return distinct records from the left side of a query and which are not located on the right side. read more...
add a comment
|
category: Database | Views: 8
|
|
tags:
SQLServer, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ahmer75
12 days, 14 hours ago
syedarizvi.blogspot.com — INTERSECT operator was introduced in SQL Server 2005. INTERSECT can be used to return distinct records from the left and right side of a query. <a href="http://syedarizvi.blogspot.com/2008/08/sql-server-using-intersect_07.html">Full story</a>
read more...
add a comment
|
category: Database | Views: 15
|
|
tags:
SQLServer, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ahmer75
12 days, 15 hours ago
syedarizvi.blogspot.com — Case statement can be used to introduce conditional logic. Case statement can be used to evaluate multiple statements and return one possible output.
Case can be compared to Switch statement in modern programming languages like C#.
read more...
add a comment
|
category: Database | Views: 12
|
|
tags:
SQLServer, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ahmer75
12 days, 15 hours ago
syedarizvi.blogspot.com — Common Table Expressions (CTE) construct was introduced with Microsoft SQL Server 2005. CTE behaves like a derived table but unlike derived table which has statement level scope CTE offers a procedure level.
read more...
add a comment
|
category: Database | Views: 9
|
|
tags:
SQLServer, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 14 days, 20 hours ago, submitted by
pinaldave
16 days, 4 hours ago
blog.sqlauthority.com — INTERSECT operator in SQL Server 2005 is used to retrieve the common records from both the left and the right query of the Intersect Operator. INTERSECT operator returns almost same results as INNER JOIN clause many times.
When using INTERSECT operator the number and the order of the columns must be the same in all queries as well data type must be compatible.
Let us see understand how INTERSECT and INNER JOIN are related.We will be using AdventureWorks database to demonstrate our example. read more...
3 comments
|
category: Database | Views: 235
|
|
tags:
SQL, SQLServer, SQLAuthority, Database, 2005 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spirit1
1 month, 2 days ago
weblogs.sqlteam.com — In my previous post about immediate deadlock notifications in SQL Server 2005 I've shown a way to use a try catch block to get the deadlock error.
The con of this method, although it uses best practice for error handling in SQL Server 2005, is that you have to change existing code and
it doesn't work for non stored procedure code. And that IS a pretty BIG con! So here's a solution to this con.
read more...
add a comment
|
category: Database | Views: 5
|
|
tags:
2005, 2008, Database, SQLServer | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spirit1
1 month, 6 days ago
weblogs.sqlteam.com — Here's a demo of a nice little bug in SQL Server 2005 when using LIKE comparisons for searching.
What is so "nice" about it is that it only manifests itself if your search ends in number 9 followed by a wildcard when
selecting only columns covered by a nonclustered index.
read more...
add a comment
|
category: Database | Views: 11
|
|
tags:
SQLServer, Database, 2005 | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 8 days ago, submitted by
Jemm
1 month, 9 days ago
blogs.msdn.com — "We were recently in a review where the ISV was using both SQL Server and MySQL. Of course working for Microsoft my first question was to ask why they had chosen to use MySQL." read more...
1 comment
|
category: Database | Views: 830
|
|
tags:
MySQL, SQLServer, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Marlonr
1 month, 10 days ago
dbalink.wordpress.com — For some reasons, DBA’s need to rename their Databases. One of the reasons might be to comply to Best Practices Policy changes.
Here we are going to rename our Database named “Bad_Ass_DB” into “Best_Practice_DB”. This is how Database renaming with TSQL is done in SQL Server 2005....
read more...
add a comment
|
category: Database | Views: 16
|
|
tags:
2005, TSQL, SQLServer, Database, SQL | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Askeeto
1 month, 12 days ago
foxtricks.blogspot.com — Using temp tables in Microsoft SQL Server is tricky when your databases don't follow the server collation. This post explains how to create temp tables while avoiding the use of explicit COLLATE statements in your TSQL code. read more...
add a comment
|
category: Database | Views: 10
|
|
tags:
TempTable, SQLServer, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|