Viewing 15 posts - 796 through 810 (of 7,466 total)
In your first query ( "then" part ) you only select columns of the "DROPS " table.
of course, your "ELSE" part will only get executed when it does not find...
February 8, 2021 at 11:04 am
if your storage is a SAN, you could implement Storage Replication with failover capabilities. ( Storage arranges sync )
On the newer SQLServer side ( first on SQL2012 ), you could...
February 5, 2021 at 12:45 pm
Just my 2ct:
Azure AD <> on-prem AD !
Granting an Azure AD user or group requires :
1 ) An Azure AD account ( user or group ) to be granted Azure...
February 5, 2021 at 12:33 pm
...Example (dates changed to integers to simplify the problem) ...
Just wondering how the current solution performs with date/datetime data types on a larger set of logging data.
February 4, 2021 at 7:16 am
Regarding your I/O errors: You MUST investigate these as SQL Server is only raising this alert if a single I/O takes more that 15 SECONDS !
This may indeed have a...
February 3, 2021 at 10:50 am
Do you document "preferred node" in SQLServer ?
If yes, you could have a startup stored procedure checking that value to the current value and raise an alert or send an...
February 3, 2021 at 10:45 am
Have a look at powershell module dbatools ! it has very nice features to support your migration.
DBATools sql server migration enhancements
February 1, 2021 at 2:40 pm
FWIW the execution plan will show the indexes it plans use ( and estimates or actual usage values )
January 28, 2021 at 9:10 am
Also keep this note in mind: "...optional for computers that do not host Microsoft SQL Server Reporting Services."
January 26, 2021 at 9:36 am
You only need to provide the latest CU.
It includes all others !
-- added --
At install time ( of a sqlserver instance ) , you can indeed point to a path...
January 25, 2021 at 1:45 pm
I think you just have to start from the actual CU you are trying to install:
Set-Location 'E:\SQL_2019\patches'
SQLServer2019-KB4577194-x64.exe /ACTION=Patch /ALLINSTANCES /QUIETSIMPLE /IACCEPTPYTHONLICENSETERMS /IACCEPTROPENLICENSETERMS /IACCEPTSQLSERVERLICENSETERMS
January 25, 2021 at 10:19 am
Just my 2ct: Check this value.
Maybe activating this setting can take some pressure of your plan cache because it only has to calculate the stub and not actually put it...
January 25, 2021 at 9:29 am
Of course, a monitoring product is nice and fine and $$
But, if you are on a 0 budget, you could start the KISS way:
( we always install as DBA DBMail...
January 21, 2021 at 9:47 am
for what it's worth ...
- it took me 5 years to get our apps to a state that sysadmin was no more needed and no non-dba had sysadmin at OS...
January 20, 2021 at 11:45 am
have a look at SQLServer Joins
January 18, 2021 at 2:02 pm
Viewing 15 posts - 796 through 810 (of 7,466 total)