Viewing 15 posts - 136 through 150 (of 356 total)
Is this for alwayson failover cluster or alwayson availability groups?
March 3, 2016 at 4:00 pm
CREATE TRIGGER reminder2
ON Sales.Customer
AFTER INSERT, UPDATE, DELETE
AS
EXEC msdb.dbo.sp_send_dbmail
@profile_name = 'AdventureWorks2012 Administrator',
...
March 3, 2016 at 1:27 pm
Set the filegroup to read-only?
March 3, 2016 at 1:06 pm
Hopefully there's a lastBuildDate (if old lastBuildDate = new lastBuildDate, skip the whole feed) and a <item> pubDate (only process new pubDate's), but according to RSS 2.0 SPECIFICATION the dates...
March 3, 2016 at 12:40 pm
How big is this system going to get? Are you going to run into scale-up issues eventually? If you know things are going to get huge, it's certainly...
March 3, 2016 at 12:19 pm
n.heyen (3/2/2016)
What the development team is asking for is to 'refresh' data from Prod into Test. Not a backup/restore...
March 3, 2016 at 12:08 pm
Can you configure the third party app to point to the "SQL Server Network Name"?
March 3, 2016 at 12:06 pm
is this helpful?
http://stackoverflow.com/questions/12786654/does-not-support-the-required-transaction-interface
March 3, 2016 at 11:56 am
The "physical_name" of the backup can be found in: backupfile
March 3, 2016 at 11:26 am
I've seen others go that route with clusters, local SSD tempdb storage. It's a relatively new feature for that reason.
March 3, 2016 at 10:33 am
You may be interested in looking at these cluster level configs:
March 3, 2016 at 10:26 am
SQLBill (3/2/2016)
I wonder if Microsoft is going the way of Windows 10 with SS2014. Instead of releasing major updates (Service Packs), just releasing CUs as they come available.-SQLBill
Sure seems...
March 3, 2016 at 10:24 am
Just to add to the discussion...
If the OP has Enterprise edition, enables trace flag 2371 and auto update statistics asynchronously, does this become a non-issue?
March 3, 2016 at 10:22 am
Even though it's listed as a 2012 issue, it might be worth trying the workaround:
March 3, 2016 at 10:16 am
Viewing 15 posts - 136 through 150 (of 356 total)