Viewing 8 posts - 16 through 24 (of 24 total)
Hi,
My definition of a calculated field is NOT a column in a table.
Eliminate the "Balance" column.
If you need to use sql for reports, I'd create a view using...
December 13, 2005 at 8:10 am
When you say you can't find your "Old" sql, is the old computer using a desktop version of SQL2000?
Desktop version db's aren't accessible from other computers. Easier to detach/reattach...
October 4, 2005 at 11:46 am
If the columns for the "New Data" are the same as the "Old Data" why are you required to drop an index?
Sounds like a lot of unnecessary work.
Just...
October 4, 2005 at 10:50 am
Noel,
I knew there had to be a quicker way. Just couldn't find it.
Thanks,
July 15, 2005 at 1:28 pm
Mike and Remi,
Thanks for the fast response. I'll check into both of those options. Definitely don't have the time to re-invent any wheels.
Greg
June 29, 2005 at 6:58 am
Hi,
Since I don't know what your error message says, I would suggest you use a CASE instead of the IIf.
(I may be mistaken, but I don't think the IIf function will return...
December 7, 2004 at 6:20 am
Hi,
In this case, we were looking for a way to insert an item line count in a way that wouldn't interfere with our primary sort criteria: postal codes. For...
August 6, 2002 at 1:43 pm
Viewing 8 posts - 16 through 24 (of 24 total)