This is getting even stranger.. If I SELECT * from the table, negative values (e.g. -123.45) can be seen, but if I take only the MeasurementValue...
I'm having a very strange problem. I got some measurement data in SQL Server 2000 table, which I would like to copy to another table. INSERT INTO.....
Probably not the most optimized solution, but works smoothly <img src='/community/emoticons/emotion-1.gif' alt=':)' /> Thanks for help guys!<br /><br...
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><br />WHERE ((StartDate...
<br />Thanks for prompt replies. [<img src='/community/emoticons/emotion-1.gif' alt=':)' />]<br /><br /><blockquote id="quote"><font size="1"...
Okay, the answer to the first question was very apparent ... OR (StartDate < '01-Apr-2007') AND (EndDate > '30-Apr-2007') Any ideas to second...
Hi! I got two questions related to my application. Its database structure looks like this: RowID | StartDate | EndDate | Amount...
<br />Thanks for prompt reply. Yeah, I could take a part of the string and convert it to datetime. Does this mean SQL Server has no understanding of...
Hi, I'm developing a RSS news reader to company website and would like to archive some RSS news to database. Everything works fine, but I would like...
Thanks for your prompt reply. What it should result is: Process1 | 1 | 123 Process2 | 2 | 1245 Process3 | 4 | 123 So for Process2 it sums...
I have a table with data as follows: | ProcessName | EquipmentID | TimeProcessed | ... ----------------------------------------------- | Process...
Hi, Is there any possibility to acquire user password for SQL account from MS SQL server with sp_password? I'm developing company intranet and would...
Hi, Is there any way to use ADO Filter property and SQL distinct together? RecordSet.Filter = "SELECT DISTINCT COMPANY FROM blah blah.." doesn't...
Thanks Tom for quick reply. REPLACE works fine. -Mika
Hi, I get following error message: "Error converting data type varchar to numeric." The problem is I need to calculate gross margin...
Separate names with a comma.