Viewing 7 posts - 1 through 7 (of 7 total)
Actually, the current DB design allows for multiple sub cats, so you could have Category/sub/subsub/subsubsub and so on, but the data I am using only goes to a sub...
December 10, 2008 at 10:13 am
Ok here is some sample data - simplified of course.
use tempInstantStore
IF OBJECT_ID('tempDB..product','U') IS NOT NULL
DROP TABLE product
CREATE TABLE [dbo].[product](
...
December 10, 2008 at 9:34 am
The product table contains a lot of records roughly 2800 and the productCategory table has roughly 3850 - should I include all the date?
December 9, 2008 at 10:18 am
Sorry I did not see that page you linked, but very helpful. I will get that information out soon.
thank you Chris
December 9, 2008 at 9:52 am
Unfortunately I can not change the dthe datatype, the database is for an accounting, general ledger and inventory application(Macola) and changing the datatype will kill the application not to mention...
October 28, 2005 at 10:06 am
thank you sRGR'us. Though your statement would have produced a value of 12 due to the RIGHT() funtion I was able to build off of that.
If any one is...
October 26, 2005 at 9:21 am
Viewing 7 posts - 1 through 7 (of 7 total)