Viewing 12 posts - 31 through 42 (of 42 total)
Thanks I got it. Really appreciated your help
June 23, 2010 at 9:12 pm
DECLARE @a INT
SET @a = ?
insert into dbo.test_delete_yes
select @a as value
This is the query I have written in the sql_statement of the Execute...
June 23, 2010 at 2:13 pm
Man ....this is superb....it worked great, but I could not get the logic. Can you please explain? Anyways thanks for that
June 23, 2010 at 1:26 pm
Man..this is superb.....it worked great. But whats the logic in this ?
June 23, 2010 at 1:24 pm
It did not work. I need the formating but the underlying data should be as it is. If I use the query you suggested in the format tab, I am...
June 21, 2010 at 6:37 pm
Thanks for the reply. I did try all the options in the the format tab, but all the options in the format tab will do rounding of the number to...
June 20, 2010 at 3:54 pm
Actually I do not want on the DB side. I can explain it to you clearly. Here it goes - For example I have the data on DB side as...
June 20, 2010 at 9:43 am
I asked my Manager and he asked me to print blank (Nothing) instead of "-". Now the values that are exported to excel are comming up as numeric. My problem...
June 17, 2010 at 7:56 am
For example I have a column with Amount having values Null and 10.
I want to display hyphen in place of Null. When I export to excel it gives me an...
June 16, 2010 at 1:12 pm
Viewing 12 posts - 31 through 42 (of 42 total)