I can't think of an efficient way to do this - assuming there is one.
The data I receive provides monthly sales values for each salesperson all in
one record:
SalesID PrevJan PrevFeb PrevMar ..... CurrJan CurrFeb
CurrMar .....
I need a view/query that shows the YTD...
more >>
I'm fairly new to database design. I've come across a design problem and
I'm not finding many solutions online or in my library of books.
When I designed our ERP system we had a single family of products, they
shared 95% of the same properties and were easy to model with a single
table.
...
more >>
I have SQL 2k and the log file is growing so big, we have been doing full
backup daily and we are so close to run of the disk space, what is the best
way to shrink the log file? what would happen if I delete it?
Al...
more >>