Viewing 15 posts - 136 through 150 (of 210 total)
kabaari (10/4/2011)
select count(distinct d.sn) as quantity, sum((l.labor) / 1000) as laborhour , sum(cast(l.labor as decimal(18,2)) * count(distinct d.sn) / 1000 * 23.37) as appLabor
from shippingLabor...
October 4, 2011 at 12:44 pm
The drop down has three values:
Do not subscribe
No email notification
Immediate notification of new posts by email
I suggest a new option
Immediate notification of new posts to your posts only by email
Sometimes...
October 3, 2011 at 6:49 pm
JimS-Indy (10/3/2011)
@NewBoMID (the ID of the "Target" Bill of Material that will have the "clone" added to...
October 3, 2011 at 6:34 pm
A thread is someone's question correct? So if I respond to a thread, I don't necessarily want to be emailed when other people respond to the same thread unless...
October 3, 2011 at 4:10 pm
Ninja's_RGR'us (10/3/2011)
October 3, 2011 at 3:04 pm
The codeproject can have some decent people answering questions on their forums.
October 3, 2011 at 1:30 pm
Matthew Lehn (10/3/2011)
SELECT test = REPLACE('Lock' COLLATE SQL_Latin1_General_CP1_CS_AS,'l','kn')
which in this example will return "Lock" since I set it to case-sensitive....
October 3, 2011 at 12:30 pm
Matthew Lehn (10/3/2011)
SELECT [UnicodeLower] = REPLACE(N'aerostar Inc',NCHAR(230),N'ae(lower)'),
[ASCIILower] = REPLACE('aerostar...
October 3, 2011 at 11:53 am
mike 69307 (10/1/2011)
t.finalplace , t.totalpoints
FROM vwFullPlayerInfo fpi
join
October 1, 2011 at 6:53 pm
mike 69307 (10/1/2011)
October 1, 2011 at 4:24 pm
mike 69307 (9/30/2011)
September 30, 2011 at 2:55 pm
What programming language are you using? Is this a .net application? If it is and you have a key that matches between your two result sets. You...
September 30, 2011 at 8:45 am
nwalker 82762 (9/30/2011)
When data is accessed on a remote SQL Server via a DSN connection, is the data viewed 'in situ' or is it effectively transferred to the local network?
I...
September 30, 2011 at 8:07 am
Chris Becker (9/29/2011)
Stored procedure call from .Net client is timing out. A bit...
September 29, 2011 at 12:51 pm
Viewing 15 posts - 136 through 150 (of 210 total)