Viewing 15 posts - 31 through 45 (of 458 total)
There was no NT Service, but there is a Service. I gave that full access to the entire D: drive and the system recovered.
But I'm a little fuzzed on such...
February 23, 2023 at 1:32 pm
It does. As I wrote in the original post, "It throws system error 5, Access denied on any attempt to touch the existing .mdf files." That's right from the log.
What...
February 22, 2023 at 10:36 pm
Thanks for the kind words. I'm one of those accidental DBAs, and I have a great deal of other work, so I come and go in various forums, as my...
January 11, 2023 at 3:55 pm
Update - I put a test FileTable into a separate database, backed it up and restored it to a different name. The existing FileTable restored, fully and with no error...
January 10, 2023 at 6:47 pm
Glad you got it working.
This part of the query is still going to cause problems: WHERE CompleteTaxonText Like '%rupicapra%'
That kind of wild card search can't make use...
March 17, 2022 at 9:08 am
Glad you got it working.
This part of the query is still going to cause problems: WHERE CompleteTaxonText Like '%rupicapra%'
That kind of wild card search can't make use...
March 17, 2022 at 8:53 am
Glad you got it working.
This part of the query is still going to cause problems: WHERE CompleteTaxonText Like '%rupicapra%'
That kind of wild card search can't make use of statistics...
March 16, 2022 at 10:13 pm
Glad you got it working.
This part of the query is still going to cause problems: WHERE CompleteTaxonText Like '%rupicapra%'
That kind of wild card search can't make use of statistics...
March 16, 2022 at 10:10 pm
Got it - I was missing an index for AkcesAutoID on the Podrobnosti table. Adding that makes it run properly.
March 16, 2022 at 8:26 pm
Extremely important thing to remember:
A common table expression (CTE) is not a table. It is an expression. A query. It does not, in any way, represent data storage, temporary...
March 16, 2022 at 7:45 pm
1. Yes:>
-----------------------------------------------------
CREATE TABLE [dbo].[Akces](
[AkcesAutoID] [int] IDENTITY(1,1) NOT NULL,
[Rok] [smallint] NOT NULL,
[AkcesitPred] [varchar](5) NOT NULL,
[Akcesit] [int] NOT NULL,
[KusuVKatalogu] [int] NULL,
[Petrol] [bit] NULL,
[BezPoctuKusu] [bit] NULL,
[Jine] [bit] NULL,
[UzOdepsane] [bit] NULL,
[VDatabaziMK] [bit] NULL,
[Poznamka] [nvarchar](4000)...
March 15, 2022 at 10:16 pm
Sorry, guess I wasn't completely clear. Space is not a consideration - I have 3 TB of disk space on the machine and less than 1 TB used. The database...
September 20, 2021 at 8:59 pm
I've started looking at designing a system of mutual controls, set up on numerous systems, which would periodically interrogate each other and report to a central point when one of...
September 16, 2021 at 2:37 pm
Last re-start was just about a week ago. When and how many before that I don't know, but as I wrote earlier, this machine restarts occasionally for no reason that...
September 16, 2021 at 2:34 pm
Around two weeks ago - I don't recall exactly and I'm not at work right now. I'll check. There are also sporadic seeming power failures in this machine, and I...
September 15, 2021 at 9:25 am
Viewing 15 posts - 31 through 45 (of 458 total)