Viewing 15 posts - 871 through 885 (of 3,221 total)
sherifffruitfly (11/13/2011)
Most idiotic editorial I've ever seen.
I hope your comment was made as a joke, for it was not ....
November 13, 2011 at 10:45 am
Without prior knowledge of the QOD author I surmised it was you...
Now a general question for yourself .... in your experiences, around the world, what would you say are the...
November 12, 2011 at 1:52 pm
Now this is NOT a complete solution to your requirements, but a step by step snippet of code, which you can expand upon for all your fields.
CREATE TABLE #T(Weight INT,...
November 11, 2011 at 2:54 pm
In MHO there are two types of criticism, constructive and its opposite, destructive and depending upon the circumstances one must select which to use.
In the case of poorly written code,...
November 11, 2011 at 2:23 pm
Nice question. It is good to be reminded of the basics.
November 10, 2011 at 9:13 pm
This month the import file was rejected by the app
1, What language is your app written in?
In any case does your app count each line 0f the file,...
November 10, 2011 at 8:42 pm
SQL Kiwi (11/10/2011)
.
. Portions of the original post by SQL Kiwi ...
November 10, 2011 at 2:16 pm
Ninja's_RGR'us (11/10/2011)
--------------------------------------------------------------------------------
We're waiting on an OR & date. He's on top of the list. He needs an open heart surgery to fix 5 different problems. That's 10 hours on the...
November 10, 2011 at 10:53 am
Hugo Kornelis (11/10/2011)
Nice question, Ron!PS: Is the "weird" order of the colB values accidental, or a deliberate ploy to make the question even harder?
Now that is another QOD to which...
November 10, 2011 at 7:13 am
I have used
MCTS Exam 70-4d33
Microsoft SQL 2008 -
Database Development
Library of Congress Control Number 2009924965
Purchased my copy from Amazon.com
Good lessons - CD with sample code, questions, etc.
November 8, 2011 at 2:17 pm
Try adding a line feed CHAR(10) immediatel before or after the carriage return
November 8, 2011 at 1:05 pm
Koen Verbeeck (11/8/2011)
SQLRNNR (11/8/2011)
Koen Verbeeck (11/8/2011)
SQLRNNR (11/7/2011)
Query runs just fine in SQL 2008 R2 as well.
I ran it in SQL Server 2008R2, and I got the severe error.
The plot thickens......
November 8, 2011 at 6:19 am
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0','Text;Database=D:\MSSQL\;HDR=Yes;', 'SELECT * FROM Test.txt')
SELECT * FROM Keywords
True this is for iimporting data ... but use HDR=No; It might be worth a quick test
November 7, 2011 at 2:15 pm
Thank you for replying ... Remember when posting detail you do NOT want to post data that is confidential, so if that is the case you may have to do...
November 7, 2011 at 2:02 pm
Many who can answer your question do not like opening attachments to be sure that a bug or malicious code is not included. To help you get an answer,...
November 7, 2011 at 10:03 am
Viewing 15 posts - 871 through 885 (of 3,221 total)