Farooq Aziz

Farooq Aziz has extensive experience as a data analytics solution architect with a Bachelor of Business Administration degree and an Associate of Science degree. He holds certifications including Microsoft Certified: Data Analyst Associate, Microsoft Certified: Azure Data Administrator, AWS Partner: Sales Accreditation, and AWS Partner: Technical Accreditation.In various roles, including Managing Consultant, Principal Consultant, Advisory Software Engineer, and Business Intelligence Consultant, Farooq has designed and architected business intelligence standards, policies, best practices, adoption roadmaps, and operating models for enterprise clients.He specializes in leveraging data analytics to provide valuable insights to both existing and potential clients, creating new business opportunities and enabling clients to make more informed decisions for their growth. Farooq has built data models in Power BI, Crystal Reports, SSAS Tabular, and SAP BO Universe, and performed complex transformations in Power Query.He has also implemented Power BI embedded reports for customers and organizations, presented POC and solution designs on data analytics platforms to prospective clients, and published articles on business intelligence technology community platforms to educate global data analytical professionals about possible data analytical solutions and best practices.
  • Tagline: Data Analytics Business Intelligence
  • Interests: Data Analytics, Business Intelligence, Business Analytics, Healthcare Analytics, Retail Analytics,
  • Jobs: Business Intelligence and Data Analytics Consultant
  • Skills: Power BI, SSAS Tabular, SAP BO, Cognos, Data Architect, Data Modeling, Data Governance, Business Intelligence Framework

Blogs

Azure SQL offerings

By

There are three Azure SQL products with so many different deployment options, service tiers,...

T-SQL Tuesday #183 Roundup

By

I hosted this month’s T-SQL Tuesday party with my invitation asking about tracking permissions....

A Little Brainstorming with an AI

By

I was asked to do some a little thinking and brainstorming recently. Rather than...

Read the latest Blogs

Forums

MEMORYBROKER_FOR_RESERVE experience

By tony28

Hi, Does anyone have experience with MEMORYBROKER_FOR_RESERVE ? when suddenly there is somehow constantly...

Moving Database Files

By Ahr Aitch

I just learned that my database was created on my C:\ drive in the...

Migrate MSSQL to MYSQL - Different Servers

By cajun_sql

I am needing to migrate a MSSQL db to MySQL, on a different server...

Visit the forum

Question of the Day

Mixed Backups

I have a complex database with a few filegroups and files. Can I run a backup command like this? (assume file/filegroup names are valid).

BACKUP DATABASE [complex]
    FILE = N'thirdone'
 ,  FILE = N'thirdtwo'
 ,  FILEGROUP = N'second' 
 TO  DISK = N'C:\Program Files\Microsoft SQL Server\MSSQL16.SQL2022\MSSQL\Backup\complex.bak' 
 WITH NOFORMAT, NOINIT,  NAME = N'complex-Full Database Backup', SKIP, NOREWIND, NOUNLOAD,  STATS = 10
GO

See possible answers