Viewing 15 posts - 76 through 90 (of 159 total)
The crux of the problem is that the company hosting the database has sold the client on it. Technically we are at no legal responsibility to do anything or manage...
October 2, 2009 at 7:41 am
Hey everyone,
This thread has a long and storied history. I want to add this little tidbit of information.
One of the suggested changes is to disable the TCP Offload in Windows,...
July 8, 2009 at 7:48 am
For me, redunancy is important, but you are correct that your recovery is only as good as the backup files available. More copies of the file help to prevent loss,...
May 8, 2009 at 2:31 pm
Steve,
Let me rephrase my previous post.
By Shared Drive Location, I meant to write backups to not to keep data or transaction logs on. In that case the safer bet is...
May 8, 2009 at 9:40 am
MD,
Have you had success with mapping a shared directory on another server?
What we do right now is backup to a local drive, then after the backup completes we run...
May 8, 2009 at 7:20 am
The funny part about setting the compatibility mode to 90 is that it completely defeats the purpose of installing 2008!
I found other ways to deal with my issue. I just...
May 1, 2009 at 6:11 am
EllieDBA (3/20/2009)
March 20, 2009 at 1:33 pm
I've seen a large number of enterprises get sucked into these "SQL Agents" thinking that it will really help them out.
As already stated, I've not seen a recovery work...
February 9, 2009 at 12:14 pm
Mark,
You make a good point. There is more in the MSDB that can assist in determining backups and all that. I also thought about pulling Maintenance Plan information into that...
February 3, 2009 at 8:45 am
I tried this on SQL 2005. It is a little crude, but should get you a good start on what you are looking for:
SELECT sysjobs.NAME, sysjobsteps.database_name, sysjobschedules.next_run_date AS "YYYYMMDDD", sysjobschedules.next_run_time...
February 3, 2009 at 7:36 am
Enjoyed the article, but like it if you would compare Intellesense to Redgate SQL Prompt.
I've used both and I admit that I am a bit biased when it comes...
January 22, 2009 at 6:45 am
Madhav,
If the tape drive is shared you should be able to write the backup to the other Server's device providing the account running the SQL Agent has rights to that...
January 7, 2009 at 12:19 pm
Okay, I agree that a full database backup will also perform a truncation of the log. I did not intend to indicate that it does not.
The only time I would...
January 7, 2009 at 12:03 pm
Perry Whittle (1/6/2009)[hr
under simple recovery the transaction log is automatically truncated at backup time. If you're only backing up once a week then that could be your issue. Make regular...
January 7, 2009 at 11:07 am
I'm not 100% sure if you are trying to encrypt all of your data or what you are looking for, but there is an encryption option available on the networking...
December 9, 2008 at 1:44 pm
Viewing 15 posts - 76 through 90 (of 159 total)