Viewing 15 posts - 601 through 615 (of 7,472 total)
Indeed, that's why we always perform DBCC CHECKDB after a database restore.
May 19, 2022 at 12:46 pm
When you restored the prod db a second time to reporting, did you first drop de reporting db or did you restore with replace ?
In such case it will reuse...
May 19, 2022 at 11:53 am
What differentiates as Sequence ?
Why is "4001_0_3 1 08:00:00 "...
May 19, 2022 at 7:12 am
another option is to have the instances listen to port 1433.
May 18, 2022 at 4:05 pm
How do regular consumers ( users / applications ) connect ?
If you activate sqlbrowser service on your instances, you don't need to provide the port number.
( of course not...
May 18, 2022 at 1:09 pm
What kind of aliases are you talking about ?
May 18, 2022 at 12:21 pm
Did you check default trace and/or system_health xe session ?
You can monitor your AG(s) with extended events:
ref: https://tracyboggiano.com/archive/2017/07/monitoring-availability-groups-part-3-extended-events/
May 18, 2022 at 12:08 pm
Actually, the correct answer is: Who cares !
It is a PaaS solution that takes care of all Backups etc. at the pace / desire of the PaaS provider.
May 18, 2022 at 11:53 am
FYI: Brent wrote a nice 101 about Filtered Indexes "What You Can (and Can’t) Do With Filtered Indexes"
May 16, 2022 at 12:29 pm
FWIW, whenever we disable a job, we leave a trace of it by renaming the job ! (we add a prefix e.g. 'DBA-MaintenanceWindow-'
Doing so, we know who/what did disable the...
May 16, 2022 at 9:53 am
Great feedback !
Can you elaborate on the build number of SQL2016 you are using ? Which CU ?
Did you open a case at Microsoft?
May 16, 2022 at 9:38 am
Don't you just love storing datetime/date/time information in (var)char columns.?
Now you're stuck with the downsides of this design option.
Don't let the engine guess what format the dates are stored in,...
May 16, 2022 at 9:32 am
We mostly use DNS aliasses to have applications connect to our clustered instances.
( more meaningful naming conventions as with our server names )
Doing so, we can migrate the sqlcluster without...
May 13, 2022 at 12:14 pm
except for the bickering ... did - did not ...
Isn't there also a ratio processor/core(s) vs io chanels vs io threads to keep in mind?
May 13, 2022 at 7:38 am
Set aside the tool.
Where and how do you document / manage Databases in a VSTS/DEVOPS/GITalike infrastructure ?
Do you have separate db projects/solution to which devs can pull branches and checkin...
May 11, 2022 at 11:03 am
Viewing 15 posts - 601 through 615 (of 7,472 total)