Viewing 15 posts - 52,666 through 52,680 (of 59,070 total)
No... didn't think that would matter... Thought that was just for compares. I'll give it a try.
February 5, 2008 at 11:47 am
Does the client allow you to use temp tables?
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...
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!
...
February 4, 2008 at 9:26 pm
TheSQLGuru (2/4/2008)
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.
February 4, 2008 at 8:53 pm
toniupstny (2/4/2008)
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...
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...
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...
February 2, 2008 at 8:23 am
Heh... gotta love the simple stuff. 🙂 Wonder if it works for leap years...
February 2, 2008 at 8:17 am
If it's gotta be a hierarchy and it's gotta be fast, use Joe Celko's "Nested Sets"... Cool thing is, it fits all in one nice table...
February 1, 2008 at 6:22 pm
Pam Brisjar (2/1/2008)
Take a look at the IsNumeric() function. That should get you started.
Be careful, folks... IsNumeric allows for things like currency symbols, commas, periods, dashes, plus signs, and...
February 1, 2008 at 5:55 pm
Viewing 15 posts - 52,666 through 52,680 (of 59,070 total)