Viewing 15 posts - 961 through 975 (of 2,897 total)
Look up sp_send_dbmail. It shows examples of how you can put your query in the @QUERY variable.
"... the ways you says will just send me an email that the job...
April 6, 2011 at 2:46 pm
Hmmmm ... off the top of my head:
1) Put the query above into a job "Restore status", using sp_send_dbmail to send you the results of the query
2) Schedule it...
April 6, 2011 at 2:13 pm
Sturev (4/2/2011)
Example:
I have a service table that contains details about a service appointment
Then...
April 2, 2011 at 6:48 pm
There are many ways, but I think more information would be useful. Are your replicated databases A nd B publishers or subscribers ?
Are you wanting to copy a few tables...
April 2, 2011 at 6:12 pm
On the top menu bar of the maint plan there's an icon for "Reporting & Logging" . Is that what you want ?
April 1, 2011 at 10:30 am
I think if you ask a precise question, you might get a precise answer.
March 31, 2011 at 5:03 pm
I did a search on the error message and see a variety of causes. Perhaps you could give more details about your environment. What causes have you ruled out ?
March 31, 2011 at 4:58 pm
Grant Fritchey (3/31/2011)
Krasavita (3/31/2011)
March 31, 2011 at 11:50 am
Krasavita (3/30/2011)
I ran update statment 2 hours on that table (I thought update was complited) in the query analyzer and tryed to close...
March 31, 2011 at 11:45 am
You could add a datetime column with a default of getdate for future use. That would show you when it was added, but not when it was modified. You'd need...
March 31, 2011 at 9:52 am
If a database is in FULL recovery, and you are taking t-log backups, there's not really a good reason to only take them every hour, or 3 hours. Just change...
March 30, 2011 at 10:56 am
steveb. (3/29/2011)
setup regular t-log backups.
There's your answer .... Every 15-20 minutes for us.
March 30, 2011 at 9:20 am
Side comment ... Why aren't you on SP3 ?
Any time someone is on an old version, it raises the question of if their problem would be fixed by being on...
March 29, 2011 at 3:12 pm
Viewing 15 posts - 961 through 975 (of 2,897 total)