Viewing 15 posts - 1 through 15 (of 33 total)
Evetually, we might abandon running SQL server in docker/ubuntu, until then, here are few solutions:
DBCC is failing - "can not create database snapshots"
Changing to vers=4.2 in the variables.env file took...
September 7, 2023 at 6:31 pm
Very good feedback, thank you.
August 25, 2023 at 5:16 pm
Not in production yet, but that was the plan.
1 - might be fixed via docker variables.env file (something to do with a sparse file for the database snapshot on the...
August 25, 2023 at 4:31 pm
datasqlsaturday.com includes both data and sql. i don't see how having more is making it less.
all the existing sqlsaturday marketing material can stay the same. it will take time for...
March 3, 2021 at 1:22 am
I say let's just merge the 2 into datasqlsaturday.com while taking good from both datasaturdays.com and sqlsaturday.com. Datasaturdays.com has open-source very promising platform while SQL Saturday has the "McDonalds-style" predictable...
March 3, 2021 at 12:57 am
=> Huge thank you to RedGate for stepping up the community effort, donating, and saving the brand.
I think the only people that should be nominated are Andy Warren, Brian Knight,...
March 2, 2021 at 11:42 pm
everything should be working now.
December 4, 2020 at 8:47 pm
shame on my testing skills. please wait for a revised code that is going to include 2 filters
AND [program_name] is not null
AND CHARINDEX('(Job 0x',ions.[program_name],1) > 0
November 25, 2020 at 12:01 am
here is the code for that:
select smas.name, objs.name, *
--, left(smas.name,3)
from master.sys.objects as objs
inner join master.sys.schemas as smas on objs.schema_id = objs.schema_id
where 1=1
--and smas.name NOT IN ('sys', 'INFORMATION_SCHEMA')
and smas.name = 'dbo'
and...
November 17, 2020 at 4:41 am
Sorry. corrected now. thanks for the feedback.
November 10, 2020 at 9:12 pm
@EitanBlumin, totally. I like your solution as well.
November 7, 2020 at 12:53 am
@jakub.Janda, thanks for the comment. That also works.
The idea here is to support some jobs that are runnable on a secondary.
November 7, 2020 at 12:51 am
I have a hard time understanding how paying taxes with a not for profit is better than not paying taxes with a non-profit. This one is beyond my paygrade (I...
June 23, 2020 at 11:12 pm
Hey Grant,
Can you expand on contracts with hotels, please? I was under the impression that the hotel industry is competitive enough and attendees can find better deals themselves.
When SQLSatLA is...
June 23, 2020 at 4:58 pm
June 22, 2020 at 11:57 pm
Viewing 15 posts - 1 through 15 (of 33 total)