Viewing 15 posts - 1 through 15 (of 46 total)
Well, where I work we have an enterprise license and its just available for anyone who wants to use it. So it doesn't cost anything more than what we are...
October 17, 2018 at 11:12 am
Ya, coincidence I guess. I have seen some people bashing TOAD, but there are a lot of things I like about it. This is the first time I have ran...
October 17, 2018 at 10:57 am
Those problems were only with the TOAD interface. Apparently it has a problems with dates or something when doing select statements. When I ran that code in SSMS it worked...
October 17, 2018 at 10:43 am
OK, so I figured this out. It was in SSIS. I looked at the metadata for the process that was pulling this data and it had dbdate as the data...
October 17, 2018 at 9:16 am
That code works as expected in SSMS but again, not in TOAD. I am going to test some things in SSIS to see what I can figure out.
October 16, 2018 at 10:22 am
It is TOAD for SQL Server. I just tried the same code in Management Studio and it worked as expected. So something with TOAD? But the real problem is that...
October 16, 2018 at 9:55 am
I copy and pasted your code and I get the same results. If I comment out the lines in the select statement that does the casting, the results for Date1...
October 16, 2018 at 9:34 am
January 25, 2017 at 12:32 pm
Thanks Luis, I thought of that too, but didn't really want to do that because it still has to load the whole large table. Unfortunately, I don't have access to...
November 29, 2016 at 1:59 pm
Thanks Steve. I took a look at the casting functions and the one for DATETIMEOFFSET was confusing me. However, while looking around in there, I did see a NULL function...
May 25, 2016 at 10:45 am
Well that was simple enough. Shame I didn't think of it.
Thanks!
November 12, 2015 at 9:11 am
It is going to be used lightly. At least initially, probably for a year or two. So it sounds like putting it on the same server would be a viable...
October 19, 2015 at 1:51 pm
Great, thank you! I had seen the Expert Cube Development but wasn't sure it would cover the basics that I am looking for. I'll start with the training kit and...
September 10, 2015 at 7:16 am
Viewing 15 posts - 1 through 15 (of 46 total)