Viewing 15 posts - 55,156 through 55,170 (of 59,078 total)
Jude,
What are you actually using?
Using CAST(anynumber AS MONEY) always results in 4 decimal places, not the 2 that you claimed it does...
September 7, 2007 at 7:06 am
Wow... lot's and lot's of suggestions... but I've gotta ask... the code runs almost instantaneously in QA even when there's not enough qualifying rows to satisfy TOP but causes the GUI to...
September 7, 2007 at 6:51 am
Mick,
Yeah, it can be done but I gotta ask... doesn't the ID field mean anything?
If you do this, any joins that reference...
September 7, 2007 at 6:37 am
The connections are not active and, therefor, nothing you really need to worry about.
September 7, 2007 at 6:33 am
Because of the contraints you have in the CTE, you might not even need MIN in the sub-selects.
September 7, 2007 at 6:32 am
Copy a quote from an existing post... paste it to yours... edit the quote using CPR (Copy, Paste, Replace).
September 7, 2007 at 6:14 am
Very nicely done, David, and a lot closer to set based! And you even remembered the brackets for "odd" table names that I forgot
...
September 7, 2007 at 6:11 am
It's a naming convention... see the following for more details...
September 6, 2007 at 8:11 pm
... and, it makes beer taste bad ![]()
September 6, 2007 at 7:34 pm
Or...
Create a view or a reporting table and use Excel's "Get External Data".
September 6, 2007 at 6:02 pm
Serqiy is spot on... a split function will make this easy and quite fast even without indexes. But... before we can make a decent split funtion, we need a little...
September 6, 2007 at 5:31 pm
Thanks, Josef... I'm on my way to work... will take a whack at it tonight.
Forgot to ask... can you provide a couple of file names from each directory? And, Lowell...
September 6, 2007 at 8:22 am
Actually, it does...
IF OBJECT_ID('TempDB..#tablename','U') IS NOT NULL
DROP TABLE #tableName
September 6, 2007 at 8:08 am
Nisha,
Why the conversions? 2 is already an INT and RowID is likely an INT if the column is an IDENTITY column...
September 6, 2007 at 8:05 am
Yes... it IS a lie... and there is no lower form of life than someone who lies especially on a resume. But, it's not that person's fault they (s)he got...
September 6, 2007 at 8:02 am
Viewing 15 posts - 55,156 through 55,170 (of 59,078 total)