Viewing 15 posts - 46 through 60 (of 101 total)
Hi,
This solution isn't going to work if you lose msdb. To mitigate this, you could add a final step to any SQL Agent backup jobs and call sp_RestoreGene for the...
August 14, 2014 at 3:04 pm
Thanks Phil,
I've been following you on twitter for years, your articles on simple talk are an absolute benchmark in excellence so your enthusiasm is really appeciated 🙂
If you have any...
August 14, 2014 at 3:09 am
Hi Woody,
This update has fixed the issue as it is described in the article, I am no longer able to trigger the transmission queue problem 🙂
Best wishes
April 9, 2014 at 12:03 am
I think there may be a bug in the SQL Server views sys.data_spaces and sys.destination_data_spaces when you run the switch out/merge statements in certain circumstances.
http://www.sqlservercentral.com/Forums/Topic1548437-2799-1.aspx
The problem is documented in...
March 7, 2014 at 3:32 am
I don't think so, no. SQLDiablo identified the problem in the RTM release, we found it again in SP1. While describing the problem to a Microsoft support engineer, he told...
January 7, 2014 at 10:41 am
Are there any clues in the default availability group extended event sessions or sql server logs, primary and standbys, about why recovery is pending?
There are many operations you cannot do...
December 29, 2013 at 11:53 am
The T-SQL procedure can generate restore scripts for either:
1. A single user database (this is how the PoSh driver script calls it)
2. All user databases (the default if you just...
November 4, 2013 at 8:16 am
Hi Micheal,
It's bug free to the best of my knowledge, and used frequently.
This link contains an update to the documentation.
Best wishes
Paul
July 10, 2013 at 12:26 pm
Great article, the first I've read that clearly and simply explains what Hadoop is. Thanks
June 5, 2013 at 10:06 am
It might be related to some sort of OS memory leak triggered by some random event, rebooting the server often resolves and stablizes it (based on experience rather than insider...
May 10, 2013 at 1:07 am
I work on a busy, highly transactional database server running SQL Server 2008 R2. There were performance problems last year which were wrongly attributed to SAN replication. Replication was switched...
April 24, 2013 at 8:19 am
Why not just use Policy Based Management and a Central Management Server? It's quick and easy to setup!
April 22, 2013 at 6:36 am
You have to take your hat off here to RedGate and SQLServerCentral. They develop monitoring tools but are happy to publish free, but less feature rich, alternatives on their website!
April 12, 2013 at 2:05 am
Prometric are no longer involved in the lab exams, you have to sit them from home using a Lync client and remote proctoring. Thats a signiificant change (for the better...
February 3, 2013 at 3:58 am
Hi Tim,
The WHERE [Device_Type] = 2
could probably be
WHERE [Device_Type] <> 7
All our backups at work are device type 2, same at home in my virtual lab at home....
January 28, 2013 at 1:32 am
Viewing 15 posts - 46 through 60 (of 101 total)