Viewing 15 posts - 1 through 15 (of 24 total)
codebyo (7/17/2012)
I thought it was 20 characters and not 30 inside CAST/CONVERT.Thanks for the straightforward and back-to-basics question.
I thought it was 50 characters. If the B alternative was 49 characters...
July 26, 2012 at 12:04 pm
I never watched this movie, but I found it.
http://www.moviemistakes.com/film649/corrections?viewall=yes
😀
tks
July 6, 2012 at 3:03 pm
Nice. But try it.
DECLARE @NumericKey INT
SET @NumericKey = NULL
SELECT ISNULL(@NumericKey, 0), IsNumeric(@NumericKey),@NumericKey
SET @NumericKey = ''
SELECT ISNULL(@NumericKey, 0), IsNumeric(@NumericKey),@NumericKey
GO
DECLARE @NumericKey VARCHAR(30)
SET @NumericKey = NULL
SELECT ISNULL(@NumericKey, 0), IsNumeric(@NumericKey),@NumericKey
SET @NumericKey = ''
SELECT ISNULL(@NumericKey,...
August 4, 2011 at 7:11 am
Nice! I remembered the Union ALL clause on time.
July 11, 2011 at 5:48 am
cengland0 (7/8/2011)
Great question. I thought it was a duplicate from a couple days ago and answered it too quickly. Got it wrong of course. Learned something too.
Me...
July 8, 2011 at 5:36 am
What's happening?
I'm going crazy!!!
Filestream data is not encrypted even when TDE is enabled.
June 29, 2011 at 6:08 am
Mistakes happen, nobody is perfect.
But apology is noble.
Thanks Steve!
June 28, 2011 at 10:47 am
Tom.Thomson (6/15/2011)
The reference to an SQL 2000 BoL page is a bit odd though. SQL 2005, SQL 2008,...
June 15, 2011 at 6:34 am
Viewing 15 posts - 1 through 15 (of 24 total)