Viewing 15 posts - 61 through 75 (of 85 total)
Because of this statement:
What I need is actual labor per product per batch receipted per warehouse.
I will probably have to do some math. Then I'll do a GROUP BY.
thanks
June 19, 2009 at 2:05 pm
I tried adding a DISTINCT according to what I read in BOL, but I guess I don't get it either. It's in the second field in the first line below:
SELECT...
June 19, 2009 at 1:48 pm
What I need is actual labor per product per batch receipted per warehouse.
I tried GROUP BY, but it tells me to basically put every field in the...
June 19, 2009 at 1:43 pm
Both of you: thanks.
Markus: do you know of any tutorials to do what you describe?
June 12, 2009 at 8:05 am
thanks. What's the advantage of having more than one .trn file?
June 11, 2009 at 2:05 pm
When I see the word "upgrade" I think of it as upgrading an existing computer. In this case, we are moving everything from an old server, running on Windows 2000...
June 9, 2009 at 8:50 am
It appears they didn't realize what the master DB does. I think I have them convinced that it doesn't need to move.
June 8, 2009 at 9:10 am
Ok, that little section at the top with the calendar is probably the culprit. I say this because the two which are working both have something there, called a sub-plan,...
June 4, 2009 at 3:06 pm
So if I back up the lgos regularly, it will make the logs smaller?
May 26, 2009 at 1:11 pm
Ok, I have no idea how to do that, but will research. thanks.
May 26, 2009 at 12:43 pm
Well, I had to do it different than directed. I hope I didn't screw anything up. I removed the command to backup the database.
USE CHEMPAXDW
GO
BACKUP LOG [CHEMPAXDW] WITH TRUNCATE_ONLY
DBCC...
May 26, 2009 at 11:29 am
Thanks. I do intend to limit the growth in the future, and I appreciate the instructions.
First things first, though. I will try to do the truncate thing now. Let's...
May 26, 2009 at 11:13 am
Viewing 15 posts - 61 through 75 (of 85 total)