Viewing 15 posts - 1 through 15 (of 25 total)
No, it wouldn't work for me. I had to add the tick marks. I can run it past my Teradata group to see if they have heartburn. 😀
Thanks...
September 12, 2014 at 7:28 am
Thank you very much, Andrew. You gave me the solution:
First I removed into #Tbl_budget
SET @SQLBUD = '
SELECT *
>>>>>into #Tbl_budget<<<<<
FROM OPENQUERY (aaaa_TERADATA,
Then I changed this:
fiscper = @Yearmonth
to
fiscper...
September 11, 2014 at 4:53 pm
Thank you so much for responding so quickly.
The code that I sent earlier didn't need a yearmonth, so I re-wrote it with the temp variable.
This code does have...
September 11, 2014 at 3:43 pm
Thank you for pointing out my error. I corrected it and still no luck. Since this is a relatively small table, I selected the whole year via hard...
August 28, 2013 at 7:15 am
I want to use Microsoft Snipping tool and do a quick copy and paste.
March 16, 2013 at 7:14 am
I wish all the responses to my thread were as kind and helpful as yours. I got two responses telling me I was breaking all laws of nature and...
March 14, 2013 at 1:31 pm
My bad. I should have given you credit for informing me about sql server 2012. I am at the mercy of my company on what versions of...
March 14, 2013 at 11:02 am
Thank you opc.three. I changed my code to look like yours and it works. There are a couple flaws (in the results, not your code) such as a...
March 14, 2013 at 9:04 am
Solved. 😀 Thank you for your patience with me. This is what was driving me nuts. I can right click on the text box, but cannot...
August 25, 2012 at 7:03 am
Is it possible that even though I dropped a field in between two fields that are in a group, it didn't become part of the group? How can I...
August 25, 2012 at 12:08 am
Thank you. Stupid question, where do I find remove duplicates? I right clicked on the field name and the header, but cannot find the properties that has the...
August 25, 2012 at 12:02 am
My fault, I misunstood you. It is a date,null format
August 15, 2012 at 2:41 pm
The table #tbl_deltab contains a single record and I use below to pull it:
select @lastdate1=lastdate
from #tbl_deltab
set @lastdate =CONVERT(VARCHAR(10), @lastdate1, 111)
August 15, 2012 at 2:19 pm
Thanks for pointing me in the right direction. Your solution along with this code I found from a blog by Anith S Larson who credits Adam Machanic with this code...
August 13, 2012 at 7:48 am
Viewing 15 posts - 1 through 15 (of 25 total)