Viewing 14 posts - 1 through 14 (of 14 total)
Then use a function and encode the bizarre logic into it. Or create a permanent table in the database with the letter field and a numeric sort order field, then...
June 2, 2011 at 1:21 am
Again, not the most performant thing in the work but a scalar function that takes your value as a parameter and returns a real number. This is especially useful if...
June 2, 2011 at 1:07 am
The NullIf thing is just fabulous!! Saved a lot of pain 😀
May 19, 2011 at 10:16 am
Only in IT could being a decent human being be described as "soft skills" 😉
May 16, 2011 at 1:27 am
All depends on how many rows you have in each table, which columns are indexed etc - i agree with previous post - not using INNER JOIN won't be helping
Sometimes...
August 16, 2010 at 9:08 am
Most projects fail because they have time scales that are too long. The importance of early delivery is underestimated and the larger consultancy gain from continually tweeking specifications, endless meetings...
August 12, 2010 at 1:58 am
We manage a system where there are thousands of reads for every write operation so we use clustered indexes on the keys used to do the majority of joins (not...
May 24, 2010 at 1:02 am
Sorry,
having written this it suddenly occurred to me that it might be the settings in action when the SP was created that counted to by doing :
SET ANSI_NULLS...
January 10, 2008 at 10:43 am
p.s. the same update is fine if I run it in Management Studio just as a script - i.e. not in a stored procedure 😀
January 10, 2008 at 10:39 am
I agree with the previous poster - I'm primarily a programmer who also has to do a lot of DBA stuff because we do pretty much anything and everything. I've...
April 19, 2007 at 2:20 am
By "up to the second" I just meant that the reports are almost always based on data just saved - i.e. the transaction is complete before the report is run...
March 23, 2007 at 4:04 am
About read-only report database - already underway - as you say very obvious - just thought there might be a quick interim fix. A large number of the reports do...
March 11, 2007 at 8:54 am
DCPeterson,
I'm having a shedload of issues around locking up of the database when large reports are running on the system - they seem to be causing processes to wait...
March 9, 2007 at 4:33 am
Scorpion,
you state crystal is great with resources but we are experiencing similar problems on a larger scale - i.e many reports are running simultaneously all of which are locked...
March 9, 2007 at 4:27 am
Viewing 14 posts - 1 through 14 (of 14 total)