Viewing 15 posts - 631 through 645 (of 7,500 total)
It will indeed...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 30, 2022 at 11:19 am
have a look at "Glenn's SQL Server Diagnostic Queries" ( Diagnostic Information Queries )
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 25, 2022 at 1:36 pm
For systems databases ( master / msdb ) things work a little different !
Have a look at: Backup & restore: system databases (SQL Server)
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 23, 2022 at 7:21 am
...
Still no idea what caused that though.
hardware issue
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 19, 2022 at 1:19 pm
Indeed, that's why we always perform DBCC CHECKDB after a database restore.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 19, 2022 at 11:53 am
What differentiates as Sequence ?
Why is "4001_0_3ย ย ย ย 1 ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย 08:00:00ย "...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 19, 2022 at 7:12 am
another option is to have the instances listen to port 1433.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 18, 2022 at 1:09 pm
What kind of aliases are you talking about ?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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/
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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"
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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...
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
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?
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data and code to get the best help
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution ๐
Who am I ? Sometimes this is me but most of the time this is me
May 16, 2022 at 9:38 am
Viewing 15 posts - 631 through 645 (of 7,500 total)