Viewing 15 posts - 46 through 60 (of 111 total)
Lynn Pettis (5/6/2010)
Are you the DBA for the system in question?
I think answer to this question is most pertinent before providing any further feedback.
May 7, 2010 at 8:37 am
skjoldtc (5/7/2010)
The difference between a logical vs internal implementation of code is moot because we have little control over how the engine determines...
May 7, 2010 at 8:33 am
Peter Brinkhaus (5/6/2010)
May 6, 2010 at 12:28 pm
That's a nice feature, but it's sad that I'm still using SQL2K5. There are quite a few new features that I get introduced to by looking at many interview questions.
Change...
May 6, 2010 at 7:54 am
Re-read the MSDN article you'd attached in one of your earlier posts (Clustered Index Structures). Good to know. Thanks.
May 6, 2010 at 7:37 am
I re-read the MSDN article as to why I thought it's physical order of arrangement.
MSDN: http://msdn.microsoft.com/en-us/library/aa933131(SQL.80).aspx
Because the clustered index dictates the physical storage order of the data in...
May 6, 2010 at 7:33 am
Try (code taken from BOL)
DATEDIFF(hour, '2005-12-31 23:59:59.9999999', '2006-01-01 00:00:00.0000000');
But you'll have to another condition to make sure the hour difference is only for the current day.
May 5, 2010 at 2:36 pm
Good question. Thanks Hugo for the detailed explanation.
May 3, 2010 at 9:28 am
pjdiller (4/21/2010)
Thanks first to Hugo and then to...
April 21, 2010 at 8:22 am
Should have read the question carefully. Whenever I use an IDENTITY column, that's for the sole purpose of making it unqiue & a PK; and assumed so here too. The...
April 20, 2010 at 8:33 am
Well, I thought I'd @@ROWCOUNT in the bag until this came along 😛
Nice question.
April 14, 2010 at 2:49 pm
From the answer I would assume it to be logical that they have put "2005" or "2006" to differentiate between different versions of SSRS. But the BOL shows the same...
April 8, 2010 at 7:21 am
Love the attitude!:smooooth: Best wishes.
November 17, 2009 at 12:00 pm
sp_xml_preparedocument & remove document are required if you are passing the XML string as varchar type. Otherwise you don't need to. I'm not sure but I would doubt if SQL...
October 29, 2009 at 8:27 am
Viewing 15 posts - 46 through 60 (of 111 total)