Viewing 15 posts - 196 through 210 (of 7,466 total)
Keep in mind you windowing functions work on the result set itself !
Since you want to have time series reporting, you need to make sure your rows cover occurrences for...
May 23, 2024 at 1:23 pm
After errorlog investigation:
first thing to do is to take another LOG backup ( if db recovery model <> simple )
Then restore from full backup and add the needed DIFF and...
May 21, 2024 at 12:20 pm
Did you investigate Filestream or FileTable options ?
May 21, 2024 at 11:37 am
Backup only takes the pages as is and calculates a checksum based on that data.
Checkdb actually checks it all.
on top of that: What's the page_verify option set for your...
May 21, 2024 at 11:32 am
You need to specify to support unsecured connections 🙁
May 15, 2024 at 9:08 am
I hope your applications do not use table hints to force the use of a given index.
Also doublecheck the indexes are enabled !
( maybe disabled for 99% of...
May 14, 2024 at 6:29 am
Does sys.index_resumable_operations hold data?
May 8, 2024 at 8:58 am
May 3, 2024 at 6:00 pm
May 3, 2024 at 5:30 pm
If you cannot switch the sql server service to use a domain account, you'll have to grant the file share to the computer account.
May 2, 2024 at 5:22 am
I always add such attributes to the action part of the ADD EVENT
CREATE EVENT SESSION [DBA_purpose] ON SERVER
ADD EVENT sqlserver.database_file_size_change (
ACTION ( sqlserver.client_app_name,
sqlserver.client_hostname,
sqlserver.database_name,...
April 29, 2024 at 11:06 am
A number of tools already use DRI information (FK) to build their internal data model. (entity framework etc...)
But if the current evolution of AI is the drive to - finally...
April 29, 2024 at 6:52 am
It's not the sqlagent service account, but the sqlserver service account that needs the auth to get to the file share !!
April 29, 2024 at 6:40 am
Don't just change the DBLevel !
Coordinate date and time of your action to the given software teams, so in case they should get alarms, they know about this all.
April 26, 2024 at 1:26 pm
What is the actual error code you get when executing the sql statement ?
The service account of the target instance needs read auth on the backup share ( and location...
April 25, 2024 at 1:57 pm
Viewing 15 posts - 196 through 210 (of 7,466 total)