Viewing 15 posts - 1,681 through 1,695 (of 1,988 total)
Ed Wagner (6/5/2015)
jasona.work (6/5/2015)
Ed Wagner (6/5/2015)
Revenant (6/5/2015)
SQLRNNR (6/5/2015)
Ed Wagner (6/5/2015)
BL0B_EATER (6/5/2015)
SQLRNNR (6/5/2015)
Eirikur Eiriksson (6/3/2015)
Ed Wagner (6/3/2015)
Eirikur Eiriksson (6/3/2015)
SQLRNNR (6/3/2015)
whileLoop
Eliminate
Kawasaki
Yamaha
piano
Organ
tube
subway
Traffic
Cone
Ice Cream
Float
June 5, 2015 at 11:32 am
Well then we're arguing about two different things 🙂
The salary ranges and process for raises should be transparent if they aren't that would be huge red flag to flee that...
June 5, 2015 at 11:05 am
fhanlon (6/5/2015)
June 5, 2015 at 10:04 am
briancampbellmcad (6/5/2015)
June 5, 2015 at 9:49 am
fhanlon (6/5/2015)
June 5, 2015 at 9:28 am
That sample data returns 7 rows(and the table name on the second insert section is wrong) with the query you posted earlier.
SELECT c.PeopleID
FROM [certs] c
where c.[statusID] = 1 and...
June 4, 2015 at 4:19 pm
Your subquery isn't related to your main query in any way, so if it returns any record it will remove all results from the final result.
June 4, 2015 at 2:29 pm
mwilliams4nc (6/4/2015)
it is 1 to Many...PO is issued for let's say 20 vehicles.
20 Vins fill that Order
Each Vin row has the POnum field
With just the primary keys specified it is...
June 4, 2015 at 1:31 pm
Just wondering if I'm reading your various constraints right but you say you want a 1 to M relationship between PoNum and VIN, but that doesn't look possible. Did...
June 4, 2015 at 12:51 pm
dwilliscp (6/4/2015)
June 4, 2015 at 12:18 pm
Just out of curiousity how would a file name ever have a \ at the end of it, wouldn't that make it a directory?
June 4, 2015 at 10:31 am
Hmm... that would be interesting to test but I'd imagine the overhead of doing the except, staging those results, then running the resulting update would be greater than just running...
June 3, 2015 at 2:19 pm
Unless real time updates to the view are needed could you just run a scheduled job every however often to populate your temp table instead of using triggers?
June 3, 2015 at 12:14 pm
What exactly are you trying to convert to a case statement? You wouldn't put a goto or any control flow for that matter in a case statement.
June 2, 2015 at 12:55 pm
It sounds like you just explained it, users are deleting records or the application is trying to write a record and deciding to roll back the record, either directly in...
June 2, 2015 at 11:32 am
Viewing 15 posts - 1,681 through 1,695 (of 1,988 total)