Viewing 15 posts - 2,701 through 2,715 (of 2,897 total)
It might be more useful to generate reports for your boss that show that things are getting done. For instance, run some queries that display backup history for your databases...
September 23, 2005 at 8:09 am
Depending on the scope of the number of objects in training you want to keep, you can script out those that you want to keep, then apply the scripts after...
September 22, 2005 at 11:57 pm
I second dharper's idea. That's the simplest way.
September 22, 2005 at 11:53 pm
The maint plan shown above will create individual .BAK files, one for each of the 7 days specified, then the oldest one will get deleted. There's no "appending" going on....
September 22, 2005 at 11:48 pm
I think our situation is somewhat simpler than yours, so I went through a learning curve, but haven't had much problem since. I'm no expert, I've just managed to get...
September 22, 2005 at 9:29 am
Phil seems like a pretty helpful guy ... I know I wouldn't turn down his assistance.
Phils first post here was quite appropriate. Posting about "TopicA" in a forum about "TopicB"...
September 22, 2005 at 9:22 am
Is it a SQL Scheduled JOb, or a Windows Scheduled task ?
If it's a SQL job, you should be able to right-click, "Stop Job". If it's a Windows task, you...
September 22, 2005 at 9:04 am
Lumigent and a few other products can do this, assuming your database is full recovery and you have log backups or active log file from the time of the corruption.
September 22, 2005 at 9:00 am
" ....... I have tried at least 5 times to split the tables into the last two years records ...... "
Does this mean you only need the last 2 years...
September 22, 2005 at 8:33 am
How many tables are you replicating ? What type of replication are you doing ?? Transactional I assume. What are your business requirements for your subscriber DB in terms of up-time...
September 21, 2005 at 9:58 am
You can create a SQL job to be scheduled, then either paste the script into a job step, or build a stored procedure from your script, and execute the stored...
September 21, 2005 at 8:00 am
You can paste SQL scripts into QA and run them there. Is that what you're asking ?
September 20, 2005 at 12:47 pm
James, what type of failures & design problems are you having ?
September 20, 2005 at 9:54 am
Raj, I think the idea is that it's best to use the "supported" methods because if you have any "unsupported" coding in stored procedures or jobs, when that code is...
September 19, 2005 at 8:26 am
Viewing 15 posts - 2,701 through 2,715 (of 2,897 total)