Viewing 15 posts - 61 through 75 (of 83 total)
We've tried both.
Here are some more things we've tried:
- Modified local security policies
- Modified Domain GP for admin accounts
- Used a domain...
December 1, 2017 at 7:46 am
Thank you, yes the Import and Export Wizard does appear to be an option in Web Edition. We will see if it could provide an alternative solution.
Does anyone...
August 30, 2017 at 8:24 am
Yes I think you are right, we'll have to keep an eye on it! Many thanks for your assistance.
August 25, 2017 at 9:19 am
Thank you, yes you are right, and we do have some error handling in place already. The actual script is below - can you see any way in which we...
August 25, 2017 at 8:33 am
/S : Copy Subfolders.
/MIR : MIRror a directory tree - equivalent to /PURGE plus all subfolders (/E)
Incredibly, it appeared to be a security issue on a...
August 25, 2017 at 7:47 am
I have found the solution:
https://msdn.microsoft.com/en-us/library/ms190078.aspx
Options | Query Results |SQL Server |Results to Grid Page | Retain CR/LF on copy or save
Open a new query window and the carriage returns should...
December 1, 2016 at 4:40 am
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
Viewing 15 posts - 61 through 75 (of 83 total)