Viewing 15 posts - 76 through 90 (of 303 total)
Thanks Flo! That's exactly what I was looking for.
Another question, though. How can CPU time be greater than total elapsed time?
@madhu-2: it's not that the code doesn't work,...
May 19, 2009 at 11:45 am
Wow!
Thanks for taking the time out to write such a thorough explanation, Andrew!
I really appreciate it. Makes a lot more sense now. 🙂
Thanks again,
Goldie
May 11, 2009 at 8:55 pm
dr_csharp (5/9/2009)
tools->option->Query Result->SqlServer
theres 2 item:
1.#result to grid
here maximum characters retrieved for xml data set to 2MB
2.#result to text
here,maximum number of characters displayed in each column set to...
May 9, 2009 at 7:48 pm
andrewd.smith (4/30/2009)
ConsumerFK ActiveDays
33 ...
May 5, 2009 at 3:51 pm
TheSQLGuru (4/30/2009)
Goldie Graber (4/30/2009)
Amber.Brouillard (4/30/2009)
Hi Jeff,The dates I use do have a time with them (that is how SQL stores them) and dateadd(day, 1, date) still works fine.
Thanks!
Amber
If your dates...
April 30, 2009 at 1:42 pm
Amber.Brouillard (4/30/2009)
April 30, 2009 at 12:51 pm
Amber.Brouillard (4/30/2009)
Hi Jeff,The dates I use do have a time with them (that is how SQL stores them) and dateadd(day, 1, date) still works fine.
Thanks!
Amber
If your dates have times with...
April 30, 2009 at 12:38 pm
And please do not cross post.
Please continue replies on this thread: http://www.sqlservercentral.com/Forums/Topic705480-8-1.aspx
April 29, 2009 at 9:18 pm
Aside from the fact that your posted code does not work, it seems that your JOIN condition is not correct and that is what's causing your problem.
Check out this code....
April 29, 2009 at 9:11 pm
min.li (4/28/2009)
April 28, 2009 at 10:26 am
min.li (4/28/2009)
The real environment where this function to be used, the 'TestData' table is not really large. Or to be exact, the TestData table is large, but...
April 28, 2009 at 8:44 am
shashank (4/28/2009)
April 28, 2009 at 8:01 am
aaronxramirez (4/27/2009)
April 27, 2009 at 11:39 am
@mark-3: Developers use cursors & loops because they are used to thinking procedurally and not set-based. They write loops because that mirrors their thought process.
@Barry: Awesome article! I...
April 27, 2009 at 11:25 am
Andy DBA (4/27/2009)
Goldie Graber (4/27/2009)
Thomas (4/27/2009)
April 27, 2009 at 9:22 am
Viewing 15 posts - 76 through 90 (of 303 total)