Viewing 15 posts - 46 through 60 (of 63 total)
I've created a better script to provide test data.
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[SizeScaleDetail]') AND type in (N'U'))
DROP TABLE [dbo].[SizeScaleDetail]
GO
IF EXISTS (SELECT * FROM...
November 10, 2008 at 2:33 pm
Michelle, thanks for your reply. However I can't do it this way, I need this to be linked to the SizeScale table because we're using different scales for different...
November 10, 2008 at 1:54 pm
Thanks a lot Chris. That works perfectly on my test script, I'm gonna have to try it on the real database but it should work just the same.
I think...
October 16, 2008 at 1:40 pm
Chris Harshman (10/16/2008)
How does GroupCartons relate to the other 3 tables?
Some of our customers sends us orders regularly, sometimes as many as 2 or 3 within a week. They...
October 16, 2008 at 1:12 pm
There's probably a better way of doing this but I'm new to SQL and I'm learning "on the spot" while making my old applications work with a new system my...
October 16, 2008 at 5:46 am
Jeff Moden (10/15/2008)
eric (10/15/2008)
Nevermind.....I found my mistake....after 3 hours. I tried to delete the post but it's not working !
Would you mind telling us what your mistake was? ...
October 15, 2008 at 6:53 pm
Nevermind.....I found my mistake....after 3 hours. I tried to delete the post but it's not working !
October 15, 2008 at 10:53 am
I tried both methods and they both worked fine.
Thanks a lot, you two just saved me a lot of time in the next few weeks spent doing...........nothing but wait for...
August 20, 2008 at 10:22 am
Michael Valentine Jones (8/15/2008)
August 19, 2008 at 6:51 am
Thanks guys. I'm a beginner at SQL and I still have a lot to learn. For instance I didn't know that it's possible to populaire multiple variables in...
August 13, 2008 at 8:59 am
Jack,
I modified your code to run it with my tables. The results are very telling......and scary :unsure:
The "IN Claude" takes an average of 575ms to run. There's one...
August 13, 2008 at 8:37 am
Grant,
Here's a short description of what I do. The .NET app that I'm writing will run in Windows CE Device. This is a typical physical inventory count. ...
August 13, 2008 at 8:19 am
Wow, lots of answer for me today......and lots to reply to ;), this is good, I'm learning new stuff :D.
Let's start with Michael: About disk fragmentation, the disks where...
August 8, 2008 at 12:18 pm
To say the truth, splitting up files on the same disk didn't make much sense to me but since I'm no hardware specialist I thought maybe the IO's from each...
August 7, 2008 at 8:52 am
Thanks everyone for your answers, they're all very helpful. I'd like to comment on Michael's points.
Michael Earl (8/7/2008)
August 7, 2008 at 7:27 am
Viewing 15 posts - 46 through 60 (of 63 total)