-- ATENÇÃO: Este arquivo usa sintaxe PostgreSQL. -- Ignore erros do linter do VS Code (SQL Server). DROP TABLE IF EXISTS logs_execucao_relatorios CASCADE; DROP TABLE IF EXISTS relatorios_agendados ...
When I (along with many other people) had a lot of trouble trying to install SQL Server Management Studio in an attempt to switch from the SQL Server 2008 R2 evaluation to the free Express version, I ...
CREATE INDEX idx_company_id ON public.job_postings_fact (company_id); CREATE INDEX idx_skill_id ON public.skills_job_dim (skill_id); CREATE INDEX idx_job_id ON public.skills_job_dim (job_id); ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results