Viewing 15 posts - 1 through 15 (of 180 total)
Try this from cmd window:
NET GROUP MechanicLogUsers /DOMAIN
Does it show the user?
May 24, 2021 at 9:18 pm
Check this sp sys.sp_xtp_checkpoint_force_garbage_collection - https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sys-sp-xtp-checkpoint-force-garbage-collection-transact-sql?view=sql-server-ver15
I think it is what you are looking for...
April 19, 2021 at 3:38 am
In the documentation it is:
Each substitution parameter can be a local variable or any of these data types: tinyint, smallint, int, char, varchar, nchar, nvarchar, binary, or varbinary. No other...
March 9, 2021 at 10:44 pm
I think the question is not correct and the answer should be "datetime2 doesn't aware of time zone offset".
January 19, 2021 at 2:18 am
I have exactly the same problem. Performance is degrading on compatibility levels from 2014 to 2017 but it gets better on 2019. Jeff has provided a good explanation why that...
December 20, 2020 at 11:17 pm
That's nice but it won't help solve the problem the OP posted.ย Also, while OLA's good scripts are the "gold standard" for index maintenance, the supposed "Best Practice" settings...
December 6, 2020 at 10:08 pm
I use this index maintenance solution - https://ola.hallengren.com/.
December 2, 2020 at 8:29 pm
I am interested only in data platform exams so I will skip the AZ-900 for now.
November 25, 2020 at 3:51 am
..the one cert that I trusted (MCM), they discontinued.
I have MCM SQL Server 2008 ๐
November 24, 2020 at 10:39 pm
I am planning to do DP-900 next year and it looks pretty simple to do. And DP-300 after this one. DP-300 is not beta any more!
November 24, 2020 at 3:06 am
Luckily I have passed my last SQL Server 2016 exam last week so I have all the credentials for SQL Server 2016! I will start working on Azure certificates next...
November 24, 2020 at 2:59 am
Microsoft retiring SQL Server 2014/2016 exams as well:
70-461
70-462
70-463
70-761
70-762
70-764
70-765
70-767
70-768
November 18, 2020 at 9:25 pm
You can use Query Store feature to get stats when the query plan switches. Also you can force a good plan using the Query Store.
November 18, 2020 at 12:12 am
When you run these commands does it throw any errors or warning?
July 12, 2020 at 11:55 pm
Hi guys,
That is a known issue. Please patch your SQL Server instance with the latest updates andย Database Mail will start working fine ๐
June 29, 2020 at 9:34 pm
Viewing 15 posts - 1 through 15 (of 180 total)