Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

when

case and if else statement in sql server
Saturday, 28 January 2012 01:52
// case and if else statement in sql server



DECLARE @MyVal INT

DECLARE @OUTPUTValues VARCHAR(200)
SET @MyVal = 1

SELECT @OUTPUTValues =
(
CASE @MyVal
WHEN 1 THEN 'test1'
WHEN 2 THEN 'test2'
WHEN 3 THEN 'test3'
ELSE 'New'
END
)

PRINT @OUTPUTValues

SET @TestVal = 5

IF @MyVal= 1
SET @OUTPUTValues= '1'
ELSE IF @MyVal= 2
SET @OUTPUTValues= '2'
ELSE IF @MyVal= 3
SET @OUTPUTValues= '3'
ELSE
SET @OUTPUTValues= @MyVal

PRINT @OUTPUTValues

Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/d-lZJBN1KvY/14507

 
This Week's Top Web Comedy Video: I Didn't Know I Was Gilbert Gottfried [Video]
Friday, 20 January 2012 22:40
Not knowing you're pregnant until you actual give birth on a toilet one night? Please. Anyone can make a TV show about that (and they did!). But the real drama (read: comedy) comes when an unsuspecting young woman wakes up one morning and realizes she's turned into the shriekiest, yelliest comedian of the modern age. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/yeeDqk_o2ec/this-weeks-top-web-comedy-video-i-didnt-know-i-was-gilbert-gottfried

 
All Maps Should Be Displayed on Multitouch Domes [Video]
Thursday, 19 January 2012 21:20
The demo kind of falls apart when they start poking around Windows, but Displax's new 40-inch diameter Multitouch Globe looks like an absolute joy when it comes to navigating interactive maps. It's just too bad it's a bit impractical. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/AE5Lh-oUIxc/all-maps-should-be-displayed-on-multitouch-domes

 
There's No Such Thing as an Ultrabook [Laptops]
Monday, 16 January 2012 11:05
Although we weren't flooded by ultrabooks at CES to quite the extent we expected, the word itself was unavoidable. The skinny-sized laptops abounded, each alluring in its own way! That's when we realized that there's no such thing as an ultrabook. And we shouldn't pretend that there is. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/uVUT0e5jzv4/theres-no-such-thing-as-an-ultrabook

 
This Recursive Google Image Search Video Is Mindflippingly Nuts [Video]
Saturday, 14 January 2012 13:00
As you may know, you can search for photos by dropping a picture on Google Images. It shows you images that are equal or similar to yours. This is what happens when you feed one search with the result of the previous search. 2,951 times. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/yYJqCxi1wpg/recursive-google-image-search-is-mindflippingly-nuts

 
Start
Prev
1


Page 1 of 9
Taxonomy by Zaragoza Online