Viewing 15 posts - 226 through 240 (of 8,416 total)
Usman Butt (9/17/2012)
SQL Kiwi (9/17/2012)
September 17, 2012 at 8:33 pm
Lisa Slater Nicholls (9/17/2012)
September 17, 2012 at 10:51 am
I think I have read all the comments (from all the times this article has been published) but I haven't seen anyone mention the new T-SQL conversion functions in SQL...
September 17, 2012 at 8:56 am
Steve Jones - SSC Editor (9/17/2012)
FYI, if you're attending the Summit, we have a networking dinner set up again: http://networkingdinnerpasssummit2012.eventbrite.com/
Depending on jet-lag status, I might pop in.
September 17, 2012 at 7:32 am
Grant Fritchey (9/17/2012)
Seriously considering dropping 2005 from my list of forums to monitor. Any driving reason why I shouldn't? I dropped 2000 a long time ago.
There's a 2005 forum? 😉
September 17, 2012 at 7:32 am
CptCrusty1 (9/17/2012)
I don't know whether or not to be proud or embarrased... the answer to my question has taken on a life of it's own....:blink:
I would go with 'proud'...
September 17, 2012 at 7:22 am
GSquared (9/17/2012)
I'd need to see some evidence pointing to comments being RAM-resident.
You can check which pages of sys.sysobjvalues are in the buffer pool and view the page contents using DBCC...
September 17, 2012 at 7:21 am
Divine Flame (9/17/2012)
SQL Kiwi (9/17/2012)
Good question, I guess, though I would have preferred it without the INIT trap.
Thanks for the feedback Paul. Many of us (including me until I didn’t...
September 17, 2012 at 6:19 am
Good question, I guess, though I would have preferred it without the INIT trap.
September 17, 2012 at 3:27 am
L' Eomot Inversé (9/16/2012)
September 17, 2012 at 1:59 am
Sergiy (9/16/2012)
Basically no difference comparing to yours one, Paul, except I used REPLICATE to easily and synchronously change from char(200) to char(50) or char(8000).
I chose a literal string rather than...
September 16, 2012 at 11:40 pm
Sergiy (9/16/2012)
comparing binary content of pages is and will always be more effective...
September 16, 2012 at 10:22 pm
Sergiy (9/16/2012)
Even if no rows are updated the tables are still created.
SQL Server still allocates pages for the tables, names all the columns, etc.
They have nothing in...
September 16, 2012 at 9:45 pm
Sergiy (9/16/2012)
September 16, 2012 at 8:31 pm
Sergiy, I should add that the fun in the example was in working out *why* that particular case gave the performance results it did. With a long string of...
September 16, 2012 at 5:16 am
Viewing 15 posts - 226 through 240 (of 8,416 total)