Viewing 15 posts - 52,666 through 52,680 (of 59,072 total)
Well, I'll be dipped... that did it, Matt. Thanks a load :w00t:
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2008 at 12:09 pm
Great... I'll give that a try... Thanks, Matt.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2008 at 11:53 am
No... didn't think that would matter... Thought that was just for compares. I'll give it a try.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2008 at 11:47 am
Tough client...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2008 at 6:28 am
Does the client allow you to use temp tables?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2008 at 5:17 am
The problem is with the data and BCP/Bulk Insert... it doesn't like it when the format changes like with some rows having a quoted first field and some not (because...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 5, 2008 at 4:08 am
Sure... using slightly different method...
--Create a linked server.
EXEC sp_addlinkedserver txtsrv, 'Jet 4.0',
'Microsoft.Jet.OLEDB.4.0',
'c:\temp', --<<LOOK!!!! CHANGE TO DIRECTORY WHERE FILES ARE AT!
...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2008 at 9:26 pm
Heh... ye think? 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2008 at 9:05 pm
TheSQLGuru (2/4/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2008 at 8:55 pm
sreejithsql@gmail.com (2/4/2008)
hi jeff,intresting article to read.good test code
thx
sreejith
MCAD
Thanks for the compliment and the feedback, Sreejith.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2008 at 8:53 pm
toniupstny (2/4/2008)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 4, 2008 at 8:41 pm
Lowell...
You don't need to worry about other tables, FK's, and all of those concerns it you use the Celko's nested set model... you also don't have to worry about...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 2, 2008 at 10:05 am
Hard to tell from here... you didn't post any piece of the source file. Recommend you attach the first 100 lines of the text file and post the create...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 2, 2008 at 8:28 am
Hands down for me, the feature they should have spent much more time on is the OVER clause especially when it comes to aggregates. Current version cannot be made...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 2, 2008 at 8:23 am
Heh... gotta love the simple stuff. 🙂 Wonder if it works for leap years...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 2, 2008 at 8:17 am
Viewing 15 posts - 52,666 through 52,680 (of 59,072 total)