Viewing 15 posts - 106 through 120 (of 302 total)
I'm generally a system table king of guy, but for mirroring all I have ever used were sys.databases and sys.database_mirroring. For SQL 2012 AlwaysOn it's a completely different story.
July 15, 2014 at 3:47 pm
or use convert() with style 103
select convert(date, '14/02/2014', 103)
July 15, 2014 at 3:41 pm
Are you considering installing SSIS on one server and SQL Server engine on another? First point to consider is that this will require a separate SQL Server license in...
July 15, 2014 at 3:37 pm
One con of using AG for HA: HADR_SYNC_COMMIT waits. We cannot rebuild AG indexes in sync mode, have to switch to async, else blocking is intolerable. FCI achieves...
July 11, 2014 at 10:10 am
We've been using config like this for a few years. Besides the the primary we have one sync nonreadable replica for HA, one async readable replica for reporting and...
July 11, 2014 at 9:45 am
Confirmed. I was wrong to assume error would get thrown, sorry about that.
I think problem specifically comes from attempt to read definition column from sys.default_constraints. No error is...
July 10, 2014 at 3:52 pm
My first thought was maybe this was SSMS bug and nobody could do this. But just verified that I (a sysadmin) can script out definition of such a table...
July 9, 2014 at 4:31 pm
I realize I submitted this right before a long holiday weekend, but still surprised at zero replies. I guess either few people are using AGs, or they're all using...
July 8, 2014 at 10:40 am
Nice article! We've been doing similar problem solving for years, works fine. 2 things:
- instead of using SSMS to find xact_seqno vlues, we get them by querying distribution.dbo.MSrepl_errors
-...
May 30, 2013 at 6:09 am
I do not know of such a tool. But one of my coworkers years ago developed something similar years ago, based on Linchi Shea book regarding using Perl to...
May 22, 2013 at 10:34 am
Thanks for posting this. One thing that bothers me though. Microsoft's answer sort of pooh-poohs this whole problem, treats it as though we are merely upset by presence...
December 11, 2012 at 8:54 am
Leo Miller, I like your work-around. Due to lots of identity cols, have adapted it into a single sp_xxx system stored procedure that reseeds all the identity columns in...
August 21, 2012 at 5:23 pm
Nice article, very interesting.
July 19, 2012 at 11:36 am
I'm mostly same as you, Andy. Have had a 9" tablet notebook for years, have tried various electronic entry forms, including typing & ink. OneNote seemed to work...
January 31, 2012 at 5:23 am
Viewing 15 posts - 106 through 120 (of 302 total)