Viewing 15 posts - 1 through 15 (of 24 total)
Thanks for letting me know that, How do I check that ?
March 29, 2018 at 5:01 am
The error messages are shown below as per request.
03/28/2018 15:37:43,test,Error,2,QSQL4TR,test,exec sp_send_dbmail,,Executed as user: ORG\mssql_service. Attachment file c:\backup\test.csv is invalid. [SQLSTATE 42000] (Error 22051)Unable to open Step output file....
March 29, 2018 at 12:42 am
Thanks Sue, I will try this out and let u know how it goes by tomorrow. Thanks for your help
March 27, 2018 at 4:09 pm
Is there any format I should be using when invoking the sp_send_email procedure. Do I need to have the permissions for my user account ?
March 27, 2018 at 2:06 pm
I am not sure but looks like depending on the number of digits in cal value the final value is getting calculated, can someone let me know how to do...
February 26, 2018 at 12:15 pm
Thanks ZZartin ur solution worked for me.
Drew, Thanks for your solution...
February 23, 2018 at 12:59 pm
Just to add some more clarification to my question so people can understand reply me.
It appears that "Enc Reading" is supposed to represent a number (after all the processing...
February 23, 2018 at 11:25 am
I know SQL is not intended to do this but for sure there may be a way to do in SQL also.
February 16, 2018 at 8:20 am
Thanks for your suggestions, hope this table helps in explaining what I am looking for.
February 16, 2018 at 8:01 am
yes actually my bad the rounding logic is to be applied to all cases but as you can see when there are leading zeros, the output is very different.
February 15, 2018 at 3:28 pm
The logic is the same for all except that when there are leading zeros , it does not seem to work
February 15, 2018 at 1:56 pm
Hi there,
This works perfectly except for cases where there are leading zeros as is 0002125, I would like the output to be 213.000 instead its removing the leading...
February 15, 2018 at 1:41 pm
Thanks this worked like a charm, appreciate your help.
February 15, 2018 at 10:54 am
Thanks for replying back,
I am using the following Query
select original_value,CONVERT(decimal(9,3), REPLACE(LTRIM(REPLACE("original_value"/10, '0', ' ')), ' ', '0')) AS decimal
and the output I am getting is shown...
February 15, 2018 at 10:34 am
Thanks everyone for your help, as suggested my SQL Server installation was not complete, I downloaded the SQL Server 2005 express edition from Microsoft'swebsite and this fixed the issue, I...
March 31, 2011 at 11:49 pm
Viewing 15 posts - 1 through 15 (of 24 total)