Viewing 15 posts - 1,621 through 1,635 (of 2,905 total)
I do not have SQL Server running on linux, but I think there may be better tools to report that data than SQL. Things like Cacti, which is designed for...
August 7, 2020 at 4:07 pm
I think this depends on what tool you are using to generate the data and what tool you are using to pull it into the database and what data you...
August 6, 2020 at 6:09 pm
anything in the "users" folder is for a user account. so those 3 folders are user accounts you have or had on your system at some point.
If I remember right...
August 6, 2020 at 5:41 pm
Something to note - adding all of the recommended indexes isn't always going to be great for performance.
On a highly OLAP environment, automatic index tuning doesn't sound too bad. On...
August 6, 2020 at 5:06 pm
Hopefully it isn't corruption, but if it isn't, then I'd be checking other things like the antivirus to make sure it is not scanning the database files.
Might not hurt (if...
August 6, 2020 at 2:08 pm
Nice. It does sound like a useful tool for sure.
If I was connecting to a business critical server, I'd want to do some analytics on the tool to make sure...
August 5, 2020 at 9:51 pm
Mike01, I think what Michael L John is looking for is what filters to put in place to strip out some of that "junk" data.
A quick look at what he...
August 5, 2020 at 7:33 pm
My opinion on this is that it falls into the "it depends" bucket that most database tasks do.
I personally like having the point in time source of truth available in...
August 5, 2020 at 5:25 pm
I personally have not used it. How does it handle windows authentication or does it only work with SQL authentication?
As a general rule, I try not to run any app...
August 5, 2020 at 4:47 pm
Quick google - it depends on if it is ReFS or NTFS. If ReFS, it should be doing self-healing. I expect this is true until the disks start failing. On...
August 5, 2020 at 2:23 pm
First thing I'd do is chkdsk on the physical disk to rule out disk corruption.
But it sounds to me like some disk based error and likely not a database error. ...
August 4, 2020 at 8:19 pm
Also, another thought here, since the FULL backups are succeeding without a problem, maybe check the syntax on those vs the syntax on your tlog backups?
I still like having scripts...
August 4, 2020 at 4:53 pm
My preference with code comments is all code functions (stored procedures, triggers, tables, views, etc on the SQL side, methods, classes and functions on the .NET side) should have a...
August 4, 2020 at 4:45 pm
You want this to be 0 seconds... a fun challenge, but may not be possible.
How often does this data change? Are you OK with "snapshot" data rather than realtime data? ...
August 4, 2020 at 4:26 pm
ScottPletcher is right - LEAD and LAG were introduced in 2012. I am bad at this recently. I thought they were a 2016 and newer feature. Good to know!
I think...
August 4, 2020 at 4:04 pm
Viewing 15 posts - 1,621 through 1,635 (of 2,905 total)