Forum Replies Created

Viewing 8 posts - 166 through 173 (of 173 total)

  • RE: What happens when there is update to rows (in terms of database internals)

    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...

  • RE: Help with Triggers

    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...

  • RE: Break the replication

    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...

  • RE: Exam decision

    diegovillamil (4/9/2013)


    thanks for the reply dan-572483, that's my concern too.

    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...

  • RE: SQL exercises for job applicants

    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....

  • RE: sample resume

    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:

  • RE: Salary question

    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...

  • RE: Booked 70-450

    anthony.green (3/8/2013)


    Anyone got any further reading material other than SQL Server 2008 Administration - Real World Skills For MCITP Certification And Beyond, the MOAC books, 2008 Pocket Admin and Transcenders...

Viewing 8 posts - 166 through 173 (of 173 total)