Viewing 15 posts - 16 through 30 (of 127 total)
Lynn Pettis (9/4/2012)
SQL_NuB (9/4/2012)
Lynn Pettis (9/4/2012)
SQL_NuB (9/4/2012)
Lynn Pettis (9/4/2012)
How do you decide what date you want from your data?
that date is in the table, so when I do select max(timestamp)...
September 4, 2012 at 12:41 pm
Lynn Pettis (9/4/2012)
SQL_NuB (9/4/2012)
Lynn Pettis (9/4/2012)
How do you decide what date you want from your data?
that date is in the table, so when I do select max(timestamp) from workqueue, that's...
September 4, 2012 at 12:15 pm
Lynn Pettis (9/4/2012)
How do you decide what date you want from your data?
that date is in the table, so when I do select max(timestamp) from workqueue, that's the most current...
September 4, 2012 at 11:51 am
Luis Cazares (9/4/2012)
My guess is that you're missing this:HAVING max(timestamp) >= '20120829'
AND max(timestamp) < '20120830'
that works if I hardcode the date, however, the data will change monthly and if...
September 4, 2012 at 11:48 am
my query looks something like this (I can't show the actual ddl or query)
select top 5 states, customers from tbl1
where type = 'Rented' and (rentalperiod between 200101 and 200012)...
August 10, 2012 at 12:54 pm
[Okay, here is your problem; you have no idea what you are doing]
you need to take a pill there buddy, your no genuis
[You did not define how to compute...
June 28, 2012 at 9:16 am
I got the file to upload from SSIS, for whatever reason I had to seperate the file from blank fields to populated field and it worked. Not 100% sure why...
June 25, 2012 at 11:42 am
thanks, i was able to get that field working last night, the processs is now failing on another text field. I'm not sure how the excel file was created when...
June 25, 2012 at 5:20 am
I'll be looking at it again today.
I get the 16 and 330 when i run the queries in the access app and the against the new sql table I created...
June 15, 2012 at 5:15 am
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
Lynn Pettis (6/14/2012)
SQL_NuB (6/14/2012)
The data returned is going to be used on...
June 14, 2012 at 1:50 pm
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
Lynn Pettis (6/14/2012)
SQL_NuB (6/14/2012)
The data returned is going to be used on reports so...
June 14, 2012 at 1:41 pm
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
The data returned is going to be used on reports so no filtering right now, just...
June 14, 2012 at 1:39 pm
SQLKnowItAll (6/14/2012)
SQL_NuB (6/14/2012)
Lynn Pettis (6/14/2012)
SQL_NuB (6/14/2012)
The data returned is going to be used on reports so no filtering...
June 14, 2012 at 1:35 pm
Lynn Pettis (6/14/2012)
SQL_NuB (6/14/2012)
The data returned is going to be used on reports so no filtering right now,...
June 14, 2012 at 1:26 pm
Viewing 15 posts - 16 through 30 (of 127 total)