Viewing 15 posts - 241 through 255 (of 2,072 total)
Who created the database "Logger_Groups_CI"? Who is the owner
dbmanager
Can create and delete databases. A member of the dbmanager role that creates a database, becomes the owner of that database,...
January 4, 2023 at 4:03 pm
An alternative for STRING_AGG is SELECT ... FOR XML_PATH
https://www.itprotoday.com/sql-server/ordered-set-functions-whats-new-and-missing-sql-server-vnext
January 4, 2023 at 1:08 pm
Thanks for the extensive list. Haven't really followed up the data world. We had some ransomware breaches in Belgiums cities.
AI makes some serious leaps with art and chat
Those events are...
December 30, 2022 at 9:13 am
Also convert '12/31/9999' to a proper date-type for comparison
In Belgium this would read as the 12th of month 31 in the year 9999
December 30, 2022 at 9:03 am
Got it open
Full Recovery Model w/o Log Backups
The ... log file has not been backed up in the last week: Is there a transaction backup in place or change the...
December 29, 2022 at 10:41 am
Haven't opened the attachment yet.
One of the result columns of sp_Blitz is URL which has more details what the check is about
Like "Active Tables Without Clustered Indexes" -> https://BrentOzar.com/go/heaps
December 29, 2022 at 9:28 am
As Andreas wrote, if you have access to the database you can use sp_Blitz, sp_humanevents, sp_WhoIsActive for a quick triage.
For administration of SQL DB's you might also look at dbatools
December 28, 2022 at 4:12 pm
It's nice to have the dashboard.
You can use it when it's slow ("user request") to make an inventory of troublesome queries / blocking
Most expensive queries by cpu / reads /...
December 28, 2022 at 4:09 pm
Standard answer for slowness -> what are your waits. Have you already activated query store to find the culprits? Is it patched up
Hyper-V:
Is it someway throttled: powersaving , resource limits,...
December 28, 2022 at 8:53 am
Moved the concatenation of tmp columnname in the STRING_AGG
select 'UPDATE '+name+' JOIN tmp USING (mssql_id) SET '+STRING_AGG(table_name +'.' + COLUMN_NAME+'=tmp.' + COLUMN_NAME,',')+';'
from dbo.t_column_details C left join...
December 27, 2022 at 2:07 pm
As you use a local smtp server, msdb.dbo.sp_send_dbmail will work find since it only sees the local smtp server.
Maybe your network admin could help configuring the smtp-server?
December 23, 2022 at 8:44 am
Do you send mails with Exchange Online through msdb.dbo.sp_send_dbmail?
We use a regular smtp-server for dbmail and is not impacted (as it doesn't use exchange online)
December 22, 2022 at 1:58 pm
Why did you pick the SQL 2012 forum? That version doesn't deal with pyspark / dataframes
December 20, 2022 at 3:45 pm
CLOUD based setup: Do you mean that the monitoring tool should run in the cloud
And you want it to monitor on-premises databases (Servers ON-Prime)?
Or a monitoring tool that runs in...
December 19, 2022 at 3:22 pm
Thanks for posting the commandline.
I can't help you further with rs.exe. We execute reports using urls. Does it stop immediately, after a fixed amount of time, ...
Any oracle timeouts set...
December 13, 2022 at 1:01 pm
Viewing 15 posts - 241 through 255 (of 2,072 total)