Viewing 15 posts - 8,446 through 8,460 (of 15,381 total)
I would agree that creating a mapping table for ProductApplication sounds like a good approach. That is how I would probably do this.
Consider a typical query to get all...
May 6, 2013 at 7:48 am
andrewalex.r (5/5/2013)
I need to Get the utilization in the hour format of HH:MM .......
This doesn't help us understand the issue here. We can't see your screen, we are not familiar...
May 6, 2013 at 7:37 am
mbigatti 28497 (5/3/2013)
May 3, 2013 at 6:38 pm
I think this is right. I am kinda tight on time so I didn't have time to look super close but this should at least get you close.
You can find...
May 3, 2013 at 2:30 pm
Motz (5/3/2013)
the data I want is for...
May 3, 2013 at 12:41 pm
Excellent job posting ddl and sample data. I am a little uncertain what you want for output. In your original post this is what you had for PRJ_ID 1
The output...
May 3, 2013 at 12:19 pm
Motz (5/3/2013)
May 3, 2013 at 10:11 am
mbigatti 28497 (5/3/2013)
In my haste to post the question I entered one row too many for subscriptions.
The scenario is that the two tables are populated with...
May 3, 2013 at 10:07 am
You are going to need another table in order to do this. Probably a tally table will do the job but it is difficult to know for sure based on...
May 3, 2013 at 10:00 am
ranganathleo (5/3/2013)
I am sorry, It is the same issue. I wanted to make my intentions clear of my needs in the subject line
Not a problem at all. Maybe you should...
May 3, 2013 at 8:23 am
Isn't this the same as your other thread? http://www.sqlservercentral.com/Forums/Topic1448705-391-1.aspx
If you split your threads you will also split your responses.
May 3, 2013 at 8:16 am
TryingToLearn (5/3/2013)
I would like to return all the data for a single empnum, but this query is returnng data for ALL empnum's. any suggestion would be...
May 3, 2013 at 7:59 am
maxlezious (5/3/2013)
We have this working php code and i am trying to convert this into sql
$db_name = "DB_admin1" ;
$conn = mssql_select_db($db_name) or die('Connection to the Database...
May 3, 2013 at 7:47 am
It sounds like maybe you are wanting to update those rows where the SerialNum is NULL and insert when the row is not found? You should take a look at...
May 3, 2013 at 7:33 am
For the first time in 106 years it is snowing in Kansas City in May with anticipated accumulation. How bizarre!!! They are saying we should expect anywhere from 1 -...
May 2, 2013 at 3:03 pm
Viewing 15 posts - 8,446 through 8,460 (of 15,381 total)