Viewing 8 posts - 166 through 173 (of 173 total)
My assumption would be that after the syntax of the DML statement was validated the appropriate rows (based on the where clause) are loaded into memory with these rows being...
April 20, 2013 at 4:12 pm
cmorris1441 (4/20/2013)
Here is the not working DELETE trigger:
CREATE TRIGGER dbo.tr_num_rented_delete
ON dbo.customer_rentals
FOR DELETE
AS
BEGIN
UPDATE m
SET num_rentals = num_rentals - 1
FROM dbo.movies AS...
April 20, 2013 at 3:50 pm
Hi,
On the publisher instance right click Replication -> Disable Publishing & Distribution. Then follow through the wizard to disable it. Then create it as you did before.
Is this what...
April 20, 2013 at 11:35 am
diegovillamil (4/9/2013)
I think I will try with 70-450 and then 70-448.
I heard that 70-450 it's a very hard exam and there is...
April 20, 2013 at 7:18 am
If you're looking for a junior I hope you wouldn't restrict yourself by solely asking questions that are all SQL Server specific...at least give them the option to use psuedocode....
April 20, 2013 at 7:14 am
I think you guys might appreciate this more than an Oracle forum would given the platforms~
http://www.pasteall.org/pic/show.php?id=44752
Look how pretty it is :w00t::hehe: no copying :alien:
April 20, 2013 at 7:10 am
Isn't there a job site where the job advertisers list their salary ranges? You're currently in a different state? If not then you could gauge it based on your...
April 20, 2013 at 7:02 am
anthony.green (3/8/2013)
April 20, 2013 at 6:45 am
Viewing 8 posts - 166 through 173 (of 173 total)