Viewing 15 posts - 61 through 75 (of 76 total)
Sadly something was changed infrastructure-side which resulted in this error disappearing without explanation. I cannot provide a solution to this now unfortunately, suffice to say that we have now got...
November 25, 2016 at 3:54 am
Chris Harshman (11/22/2016)
zoggling (11/22/2016)
When we attempt to connect to a named instance on the database server from the web server, the following error is raised in the IIS Log:
Error occurred...
November 22, 2016 at 8:59 am
Phil Parkin (11/22/2016)
zoggling (11/22/2016)
Phil Parkin (11/22/2016)
We have installed SQL Server 2016 Web Edition (64-bit) on a new virtualised database server running Windows Server 2016 Standard. We have an existing web...
November 22, 2016 at 8:51 am
Thom A (11/22/2016)
Phil Parkin (11/22/2016)
We have installed SQL Server 2016 Web Edition (64-bit) on a new virtualised database server running Windows Server 2016 Standard. We have an existing web server...
November 22, 2016 at 8:19 am
Phil Parkin (11/22/2016)
We have installed SQL Server 2016 Web Edition (64-bit) on a new virtualised database server running Windows Server 2016 Standard. We have an existing web server running Windows...
November 22, 2016 at 8:17 am
Sergiy (11/21/2016)
CREATE TRIGGER dbo.trg_MakeLatestRecordActive ON dbo.Records
FOR INSERT, UPDATE
AS
UPDATE R
SET Active = CASE WHEN R.RecordID = i.LastRecordID THEN 1 ELSE...
November 22, 2016 at 3:57 am
John Rowan (11/21/2016)
November 21, 2016 at 9:48 am
Unfortately the test environments are not exhibiting the same symptoms, and neither have they been provisioned with comparable resources. This makes it more difficult to reproduce.
Is there another approach...
November 21, 2016 at 7:31 am
Will an index not just potentially slow things down further?
Can you see any way in which this trigger can be improved? This seems to be our sole (and frequent) source...
November 21, 2016 at 7:16 am
As previously mentioned:
108GB free on the data drive, 83GB free on the logs drive
October 28, 2015 at 3:34 am
JakDBA (10/13/2015)
I strongly believe there is a intermittent access problem with shared location where logs are placed\\ServerName\Log Shipping\ObfuscatedName\ObfuscatedName_20151013040345.trn....
This share is located locally on the secondary server, so I...
October 14, 2015 at 2:43 am
The underlying hypervisor virtual infrastructure all appears to be ok and up-to-date. It is regularly patched and updated.
We may well need to open a support request with MS. In the...
October 13, 2015 at 7:23 am
What are your performance counters looking like for memory?
Disk space?
Permissions to the folders containing the database files?
CPU averages around 1%
108GB free on the data drive, 83GB free on the logs...
October 13, 2015 at 6:12 am
Update:
We attempted to go down the repair route for the secondary database, to try and glean more information. However this did not meet with success.
-- The following failed, and resulted...
October 13, 2015 at 4:45 am
Ok but how does one create a login and associated user (destined for the secondary database/domain) in the primary database/domain? The Windows NT user or group will not necessarily be...
March 24, 2015 at 3:10 am
Viewing 15 posts - 61 through 75 (of 76 total)