Viewing 8 posts - 1 through 8 (of 8 total)
I did try the code you posted and it's not returning the result set I'm looking for. If you take this set of data
RowNumber mftp_type ...
March 8, 2010 at 11:13 am
Thanks for the responses. I figured out the query about 10 minutes after I posted here. I was missing the IN and GROUP BY clauses. The final...
March 8, 2010 at 8:21 am
Wonderful! Of course the search I was doing "sql server er diagram" was not matching on any keywords. Now that I know it's called system views map, I'll...
February 4, 2010 at 1:26 pm
Okay,
This morning I backed up the "bad" database and restored it on another server. My program ran just fine.
Then a backed up the "good" database that I restored from...
April 16, 2008 at 9:01 am
Okay, I got the solution I wanted. I wasn't filtering on the ASOFDATE to limit the return of the ENTRYDATE field. The query below now returns what I...
March 25, 2008 at 9:19 am
Here is the example I've been working with. I'm attempting to use a correlated subquery to get the information but it's returning the entry date of "5-14-2007 13:01:31" where...
March 25, 2008 at 7:29 am
Thanks everyone! I knew I would get some good solutions here.
Kyle
August 8, 2005 at 9:34 pm
Thanks for your reply guys. While I agree to a certain extent that the ScheduleTime could be broken out in to another table (with proper ref. integrity), we're trying...
April 14, 2005 at 7:54 am
Viewing 8 posts - 1 through 8 (of 8 total)