Viewing 15 posts - 391 through 405 (of 1,193 total)
Hi Richard,
You can set up a WMI alert in SQL Agent to notify you when mirroring state changes, see the Database Mirroring State Change Events section here:
http://technet.microsoft.com/en-us/library/cc966392.aspx
There's also a script...
July 25, 2014 at 10:28 am
Thanks, we have done.
It filled with streaming backup files as snapshot backups aren't currently being used (system db file in the wrong place), plus the user db starting growing much...
July 25, 2014 at 10:04 am
Thanks.
Probably create the indexes, it's really your call though.
A good indicator is if the user_seeks, unique_compiles, avg_user_impact, and avg_total_user_cost are high in the dmv.
Beware just blindly creating them though, especially...
July 25, 2014 at 9:49 am
Indianrock - I think you might be better off starting a new topic for this issue mate 🙂
July 25, 2014 at 9:35 am
Cheers, that makes sense, but are the sharepoint databases going to remain on the second box?
Same issue if they are?
July 25, 2014 at 8:48 am
Could you tell us which columns are the clustered indexes on for each table?
Any nonclustered indexes on the table? You'll almost certainly get scans without them.
Is Field4 on Table1...
July 25, 2014 at 8:44 am
Note you can't use resource governor on the reporting service itself, only connections to the database.
So report rendering/processing etc will be ungoverned.
It's also not instance aware so you might not...
July 25, 2014 at 4:05 am
Cheers, the issue was that the LUN filled, went offline, and took the SQL instance with it!
We've removed the dependency, I just wasn't sure if it was a NetApp recommended...
July 25, 2014 at 2:53 am
I'm no expert in this, but I think if you drop the key in the first query, then you won't be able to decrypt anything encrypted with it, so the...
July 21, 2014 at 6:58 am
Urgh, mirroring nomenclature.
I tend to use:
Primary & Secondary - Server and FailoverPartner respectively (or, Primary = the server you expect to be the 'live' one most of the time).
These titles...
July 18, 2014 at 9:08 am
Perry Whittle (7/18/2014)
Orphaned users on the mirror.Check sids between the primary and mirror
Perry, this is happening on the primary server when it's acting as the mirror; all the databases are...
July 18, 2014 at 9:04 am
muthyala_51 (7/18/2014)
Gazareth (7/17/2014)
Sorry, bad grammar on my part!I mean that is the expected behaviour.
But i am seeing like thousands of thousands login failure for every sec, is this really expected...
July 18, 2014 at 8:56 am
Sorry, bad grammar on my part!
I mean that is the expected behaviour.
July 17, 2014 at 4:10 pm
Expected behaviour, no?
The connection string specifies ServerName and FailoverPartner. So the app tries ServerName first, then FailoverPartner if unsuccessful.
The login errors you're seeing are the attempts of your app...
July 17, 2014 at 6:00 am
Nice Q, thanks. My logic on data type promotion was right, but my arithmetic was lacking 🙂
July 10, 2014 at 5:43 am
Viewing 15 posts - 391 through 405 (of 1,193 total)