Viewing 15 posts - 1,426 through 1,440 (of 2,356 total)
Leave the SCCM database out of your backup scheme.
That handles the backups, and possible restores, itself.
What you do want to do is find the backups, they are in...
June 28, 2018 at 11:55 am
June 28, 2018 at 10:42 am
Form the job history...
June 28, 2018 at 10:16 am
This sounds like a good example of the things that should NOT be done in a trigger.
June 28, 2018 at 10:11 am
The latency between the data centers should determine if you choose synchronous or asynchronous. In synchronous mode, the commits occur at the secondary first, and then are committed at the...
June 28, 2018 at 9:55 am
June 26, 2018 at 5:54 am
Some people do not get that you didn't really name your table "A", and your columns "Col1, Col2.." Most of us understand that this was only a basic example.
June 25, 2018 at 11:18 am
June 25, 2018 at 11:10 am
Without a sample of the exact table structure, and some sample data, the answer is any number of ways.
June 23, 2018 at 5:33 pm
Sorry for this dumb question but I am very new to SQL. Could someone help...
June 23, 2018 at 12:50 pm
Try using a trigger, although you probably do not want to send an email directly from a trigger.
Create an insert trigger, when it fires, capture the relevant information for...
June 23, 2018 at 8:23 am
June 21, 2018 at 1:12 pm
June 19, 2018 at 3:06 pm
June 19, 2018 at 2:18 pm
Viewing 15 posts - 1,426 through 1,440 (of 2,356 total)