Viewing 15 posts - 1 through 15 (of 61 total)
Just had a thought, I could restore a backup from a totally different database over the master....lol
July 6, 2016 at 11:03 am
That MS workaround really works. I created a sproc to do this, I also submitted it as a script.
Thank you for the replies.
-- =============================================
-- Author: Alan Speckman
--...
January 13, 2016 at 10:26 am
bumping up this post.
I am wanting to know the current errorlog file size.
EXEC XP_enumerrorlogs
That only gives you the old cycled errorlog sizes.
Archive #DateLog File Size...
January 12, 2016 at 10:50 am
I'm no longer with DISA, finished my 5 year contract back in 2013. I don't have anything from my time there to share. The key however to...
January 8, 2016 at 6:58 am
One more place to check is Brad McGehee's website. I forgot about him earlier this morning. :w00t:
February 24, 2015 at 12:12 pm
Glenn Berry is where I go first for performance diagnosis.
He has a query that I am putting here.
-- Find single-use, ad-hoc and prepared queries that are bloating the plan cache...
February 24, 2015 at 4:23 am
Thank you Gail, and everyone for your responses.
Alan.
February 4, 2014 at 7:51 am
I was just thinking to minimize code changes, but I think you are right. Its for some developers that were worried about making all the changes, so if I...
January 30, 2014 at 11:52 am
A Scalar function is what I decided on. to minimize code change, I can call it getDate and then just change the call from getDate() to dbo.getDate(value), where value...
January 30, 2014 at 11:15 am
The logins match on both servers.
November 20, 2013 at 9:54 am
Great idea Keith, I totally forgot about that.
Gila, I just read that earlier this morning on page 96, "check for log shipping" of Pro SQL Server 2008 Mirroring, Rober L....
October 21, 2013 at 1:04 pm
Yes,
I'm thinking it is an either-or situation. I wanted to run Netbackup backups in parallel with the old SQL Native backups, but that is impossible.
I will just have...
October 21, 2013 at 12:25 pm
Viewing 15 posts - 1 through 15 (of 61 total)