Viewing 15 posts - 121 through 135 (of 173 total)
Thank you.
February 29, 2016 at 2:53 pm
Thank you.So it is basically done for each database.
February 23, 2016 at 1:10 pm
"separate IO subsystems" does it mean multiple processors?
February 8, 2016 at 7:07 am
Thanks
February 1, 2016 at 3:25 pm
For First Scenario:
Restore Full Backup done at 9 Pm followed by T-logs till 1:15AM
For Second Scenario:
It would be the same?
February 1, 2016 at 3:09 pm
I am running it from sql agent job, it doesn't give any error.
I am trying to run both commands in single step in a job
January 8, 2016 at 10:25 am
I tried this:
osql /U a /S A\B -d AB /P 1 /Q "exec test" /o \\C1122$\D$\test.rpt -w 500
osql /U a /S A\B -d AB /P 1 /Q "exec test"...
January 8, 2016 at 10:15 am
This is my trigger:
CREATE TRIGGER TRG_A
ON _A
AFTER INSERT, UPDATE
AS
insert into _B
SELECT * FROM inserted
where c is not null
How do I incorporate in this?
Thank you.
December 15, 2015 at 3:39 pm
Thank you I am new to this. Can you provide details?
December 15, 2015 at 3:34 pm
What needs to be done to copy the old record before change.
For one that has been updated I used trigger to insert into new table.
But How do I also insert...
December 15, 2015 at 3:26 pm
Can I do join inside trigger?If I had to join inserted with other table from different database is it possible?
CREATE TRIGGER TRG_A
ON _A
AFTER INSERT, UPDATE
AS
insert into _B
SELECT *...
December 2, 2015 at 10:06 am
Sorry for not being clear.
I need all the values in A,B and C in table B.
November 30, 2015 at 3:15 pm
Viewing 15 posts - 121 through 135 (of 173 total)