Viewing 15 posts - 76 through 90 (of 98 total)
One would assume that the rows are ordered in exactly the same way in both tables. if that is true, you could first select into a temp table like this...
November 20, 2012 at 10:23 am
I still think there is a bug in SSMS. Why would SSMS crap out everytime ? I had even tried moving the DB onto a server with 32 GB memory,...
November 9, 2012 at 12:06 pm
Excellent suggestion Gail ! I was trying exactly that when I saw your post. I'll post back on how that goes.
By the way, I saw some blogs about this issue...
November 9, 2012 at 9:23 am
Thanks for the reply. Yes, it is a very complex query, and yes I did check for memory utilization. SQL is using dynamic and it acquires the max allowed memory...
November 8, 2012 at 9:57 am
SJT -
In the world of fund accounting, I can assure you that such divisions are very commonplace. Its a little difficult to explain in a forum without adding a...
January 23, 2012 at 12:50 pm
Drew - many thanks for your reply. I have a follow up question posted. Would appreciate your insights on that.
January 23, 2012 at 10:16 am
Jason,
Excellent !! and many thanks for the reply. Please look at the modified code below. According to the documentation for the formulas used in calcs involving fixed point precision numbers(ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_6tsql/html/fbc9ad2c-0d3b-4e98-8fdd-4d912328e40a.htm)...
January 23, 2012 at 10:14 am
It will, as long as there are no stats or indexes on that column. But marking a row as deleted will probably result in that "mark" column being indexed because...
October 7, 2009 at 1:15 pm
Seems like a registry issue all right. Please look at this:
October 6, 2009 at 9:53 am
Sorry Dan - should have read all the way thru ...Does this help:
http://blogs.msdn.com/john_daskalakis/archive/2008/11/20/9128335.aspx
October 6, 2009 at 9:47 am
When you say you want to address I/O performance issues, I assume that you have already done the work on analyzing the I/O demands of your application. if not, it...
October 6, 2009 at 8:28 am
Thanks - that does make sense. It could not be the update stats blocking any DML. I will be doing a deep dive into the profiler trace - I am...
October 6, 2009 at 8:05 am
Gail - thanks for the post. I have to preface any of my comments with the fact that this is a 10 year old product and I only stepped into...
October 5, 2009 at 5:29 pm
Thanks - Gail and Lowell. Yes, I know sysindexes is being deprecated, but as Lowell pointed out, it is very handy and having worked with SQL Server since 6.5, I...
October 5, 2009 at 12:52 pm
The other thing I wanted to point out was, it's a high volume transactional environment(Financial data). It's not a warehouse where you load data at fixed time intervals. We can...
October 5, 2009 at 11:42 am
Viewing 15 posts - 76 through 90 (of 98 total)