Viewing 15 posts - 16 through 30 (of 44 total)
What is the *REAL* question here?
May 31, 2011 at 11:52 am
An easy question can be very tricky especially in the morning 😀
May 31, 2011 at 2:01 am
Hi, looks like a task for an exam 🙂
It is just a math - it has nothing to do with SQL Server
as the data could be stored in a flat...
May 30, 2011 at 5:39 pm
Could be here:
sum(case when Day (Tran_Dt)= Day (GetDate()-1)and Tran_Typ = 'DT' Then MRP End) as 'MRP'
maybe you should add also ELSE phrase?
And in where:
Where CAT in ('CDMA')
Why just...
May 28, 2011 at 4:42 am
Well - you could use ROW_NUMBER() to remove dups howerver I am not sure whether you can use it in the mentioned case - it is too early to think...
May 28, 2011 at 3:50 am
I chose YES as the "second " sentence was OK 🙂
Hence the "first" question should has answer to "NO"
May 28, 2011 at 3:07 am
Of course it is possible - I must have been blind in the morning 🙂
September 22, 2010 at 5:28 am
Hugo Kornelis (10/16/2009)
Damian Widera-396333 (10/16/2009)
in terms of I/O we could assume fixed length data types are better than varying ones.
If, and only if,
a) the average length of data is only...
October 16, 2009 at 6:15 am
cengland0 (10/16/2009)
The question asked, "Which of these data types will be more efficient?"
Had it asked, "Which of these data types take less...
October 16, 2009 at 3:21 am
There is one more interesting thing. Fixed length columns are placed in the same place in the row, whilst all columns like varchar, nvarchar etc are at the end of...
October 16, 2009 at 1:46 am
hodgy (10/14/2009)
October 15, 2009 at 1:58 am
This is common question I have seen many times on various newsgroups :).
But - have you ever used the option - lightweight pooling set to on? There are not many...
October 12, 2009 at 1:08 am
Viewing 15 posts - 16 through 30 (of 44 total)