Viewing 6 posts - 1 through 6 (of 6 total)
Hey Thank you for the help but when I right click the database I don't have the option to import data into my database. I'm running SQL Server Management Studio...
October 1, 2010 at 9:50 pm
Thank you for the help however, when I apply these changes it gives me an error saying:
Msg 235, Level 16, State 0, Line 1
Cannot convert a char value to money....
September 27, 2010 at 10:42 pm
Honestly, I'm not looking for the cheap way out I really want to learn this stuff and retain it. I would rather get a few hints like you have pointed...
September 22, 2010 at 11:13 pm
Lowell,
You were totally right!!! 😀
You said,
it should be obvious that string cannot be converted to an integer right? undoubtedly there are other values in the table that are...
September 22, 2010 at 10:54 pm
Lowell,
Thanks for the help so this is what happens when I try to input the data you gave me.
Code:
SELECT LastName, SUM(CONVERT(int, EEO1Classification))
FROM EmployeeInformation
GROUP BY LastName
Error:
Msg 245, Level 16, State...
September 22, 2010 at 10:28 pm
Viewing 6 posts - 1 through 6 (of 6 total)