Viewing 15 posts - 20,701 through 20,715 (of 59,072 total)
There's absolutely no sense in arguing with people that obviously know it all. The "developer" that retorted "Prove it" is absolutely spot on whether I agree with his use...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 8:53 pm
Thanks for the encouragement, Phil, but I'd rather stick to the technical articles and let the code do the talking. It's also much more fun to follow your very...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 8:18 pm
I don't have an example at hand but I've seen the same sorts of problems with DECIMAL, as well.
As for FLOAT being inaccurate, try dividing 1 by 3 using decimal...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 8:02 pm
Oddly enough, I've seen the "query builder" generate such code a whole lot in my early days and it worked just fine. There are places where it doesn't work....
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 7:59 pm
TomThomson (5/15/2015)
Grant Fritchey (5/15/2015)
GilaMonster (5/14/2015)
dwain.c (5/14/2015)
I gotta wonder what the ANSI standards say about this one!Perfectly legal afaik.
It's legal. I've seen this before. List all the tables and then all...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 7:56 pm
Just use the old DOS "FOR" command to cycle through your files and call SQLCMD for each file. Look for it on the Internet.
You wouldn't like the way that...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 7:52 pm
yb751 (5/15/2015)
Brandie Tarvin (5/11/2015)
You should turn that into an article, if you haven't already. Lots of people would be interested in your journey.
I hadn't thought of that. It's a...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 7:46 pm
Gregg Dave (5/15/2015)
have done inserting into files using BCP ,but is it really possible to bcp data from one table to another?
No... not directly. You would have to BCP...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:14 pm
Gregg Dave (5/15/2015)
Eirikur Eiriksson (5/15/2015)
Gregg Dave (5/15/2015)
have done inserting into files using BCP ,but is it really possible to bcp data from one table to another?
Quick question, why would you...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:12 pm
matthew.hudsonbryan (5/15/2015)
I was going through some MeasureUp questions and one of the answers stumped me.
The sequence to restore for the answer to a question was.
Perform tail-log backup.
Restore Sunday 2:00 A.M....
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:09 pm
matthew.hudsonbryan (5/15/2015)
Thank you. I thought I was going mad 🙂
Heh... that's probably still true but not because of this. 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:08 pm
bpsavi123 (5/15/2015)
i have task where i need to update the 2 columns from 2 different tables.I need to get one column from one table and update to the other table.If...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:06 pm
Lynn Pettis (5/15/2015)
Jeff Moden (5/14/2015)
Luis Cazares (5/14/2015)
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:04 pm
Michael L John (5/15/2015)
Interviewer: If your database was a country, what country would it be?My answer: North Korea, because it will be run by a dictator!
It wouldn't be a country......
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:01 pm
Jason A. Long (5/15/2015)
Next question:
How would you describe the differences between being "Loyal" to a company and "Dedicated" to a company? Heh... The answer will be provided either at...
--Jeff Moden
Change is inevitable... Change for the better is not.
May 15, 2015 at 6:00 pm
Viewing 15 posts - 20,701 through 20,715 (of 59,072 total)