Viewing 15 posts - 56,626 through 56,640 (of 59,072 total)
Oh.... that's why the turnover rate is so high ![]()
April 6, 2007 at 5:31 pm
Perfect... thank you for the feedback!
April 6, 2007 at 5:29 pm
Somebody's not listening, Brian. WHAT does the EXE do? The reason I ask is because you may not need the darned thing at all.
April 6, 2007 at 5:22 pm
Halifaxdal...
I just noticed that the size of the MDF table doubled when you added the column... you've done something wrong... very wrong... stop modifying the original table!!!
April 6, 2007 at 5:19 pm
Heh... point well taken, David... we have a day or two just like that. Our "big one" is affectionately known as "Cycle 28".
April 6, 2007 at 4:59 pm
Sorry Andreas... That's absolutely incorrect and you really need to check your facts before making such an unqualified statement... Try this... insert a column in the middle of an existing...
April 6, 2007 at 4:51 pm
You are partially correct... all of the SQL objects will be constructed from what is in the MODEL... However, the listing from sysfiles shows the following file names for the...
April 6, 2007 at 4:02 pm
Heh... I missed THAT! Not only does the table need some fixin', but you do need to add some memory! My desktop box has a gig... a server running standard...
April 6, 2007 at 8:06 am
Cory,
Great idea but, the Model DB files don't show where new files would be made (as a default)... they only show where the current Model files are.
For the other DB's, then sysfiles...
April 6, 2007 at 7:59 am
KBrown,
You all set? Michael's solution seems to do what you asked but just making sure (pretty cool sequence generation function he's got there, huh?) because of the duplication of stock...
April 6, 2007 at 7:29 am
You DO need to access the registry... You can either do it from the front end or you can read them using the unsupported xp_RegRead stored procedure. For SQL Server...
April 6, 2007 at 6:44 am
Yardstick? Is that anything like the 2x4 I normally use? ![]()
April 5, 2007 at 9:57 pm
Oh yeah... almost forgot... you need a complete list and script for any triggers that may exist on the table as well as a complete list of views that use...
April 5, 2007 at 9:53 pm
Ok, I can tell you're just a little nervous about this whole thing and I don't blame you one little bit... so, here's the plan and why I asked the...
April 5, 2007 at 9:16 pm
Nope... I've seen this before... I call it "chain" join. If we look at Wade's join "chain"...
FROM Inventory AS I
JOIN Block AS B
JOIN Phase AS P
JOIN ProjectSub AS PS
JOIN...
April 5, 2007 at 6:19 pm
Viewing 15 posts - 56,626 through 56,640 (of 59,072 total)