SlideShare a Scribd company logo
1 of 40
How to Use Parameters Like a Pro
and Boost Performance
How to Use Parameters Like a Pro
and Boost Performance
Name: Guy Glantser
Email Address: guy@madeira.co.il
Twitter: @guy_glantser
Blog: www.madeirasql.com/author/guyglantser
Podcast: www.sqlserverradio.com
Image courtesy of Mister GC / FreeDigitalPhotos.net
Let’s Begin
with a Story…
What is Parameterization?
Image courtesy of iosphere / FreeDigitalPhotos.net
Why is it So Important?
Image courtesy of iosphere / FreeDigitalPhotos.net
When does it Become
Problematic?
Image courtesy of iosphere / FreeDigitalPhotos.net
How can we Deal with it?
Image courtesy of iosphere / FreeDigitalPhotos.net
SELECT
ProductName ,
ProductCategory
FROM
Production.Product
WHERE
ProductID = 17;
SELECT
ProductName ,
ProductCategory
FROM
Production.Product
WHERE
ProductID = 17;
SELECT
ProductName ,
ProductCategory
FROM
Production.Product
WHERE
ProductID = 63;
SELECT
ProductName ,
ProductCategory
FROM
Production.Product
WHERE
ProductID = @ProductID;
Image courtesy of Salvatore Vuono / FreeDigitalPhotos.net
SELECT
Id ,
Name ,
LastPurchaseDate
FROM
Marketing.Customers
WHERE
Country = N'DK';
Image courtesy of Gualberto107 / FreeDigitalPhotos.net
Image courtesy of Stuart Miles / FreeDigitalPhotos.net
Image courtesy of Stuart Miles / FreeDigitalPhotos.net
Image courtesy of Stuart Miles / FreeDigitalPhotos.net
Is Parameter Sniffing
Good or Bad?
Image courtesy of Salvatore Vuono / FreeDigitalPhotos.net
Image courtesy of Salvatore Vuono / FreeDigitalPhotos.net
Database Level Query Template Level
Image courtesy of Stuart Miles & Master isolated images / FreeDigitalPhotos.net
Image courtesy of stockimages / FreeDigitalPhotos.net
Image courtesy of stockimages / FreeDigitalPhotos.net
Image courtesy of stockimages / FreeDigitalPhotos.net
Tip #1
Usually, data distribution is
more or less uniform, so, in
general, prefer parameterized
queries over non-
parameterized queries.
Image courtesy of stockimages / FreeDigitalPhotos.net
Tip #2
When data is not uniformly
distributed, rewrite your code
using one of the methods
shown in this session.
Image courtesy of stockimages / FreeDigitalPhotos.net
Tip #3
Avoid the use of local
variables as an alternative for
parameters.
Use parameters instead.
Image courtesy of stockimages / FreeDigitalPhotos.net
Tip #4
Don’t change parameter
values inside your stored
procedures.
Pass the calculated values to
inner stored procedures to
use parameter sniffing.
Image courtesy of stockimages / FreeDigitalPhotos.net
Tip #5
Force parameterization only
when you have no other
choice.
Prefer forced
parameterization at the
query template level.
Back to the Story…
http://www.madeirasql.com/tag/parameterization-series/
Image courtesy of Stuart Miles / FreeDigitalPhotos.net
Image courtesy of Master isolated images / FreeDigitalPhotos.net
Explore Everything PASS Has to Offer
Free SQL Server and BI Web Events Free 1-day Training Events Regional Event
Local User Groups Around
the World
Free Online Technical Training
This is Community Business Analytics Training
Session Recordings PASS Newsletter
Image courtesy of David Castillo Dominici / FreeDigitalPhotos.net
Name: Guy Glantser
Email Address: guy@madeira.co.il
Twitter: @guy_glantser
Blog: www.madeirasql.com/author/guyglantser
Podcast: www.sqlserverradio.com
Image courtesy of Mister GC / FreeDigitalPhotos.net

More Related Content

Viewers also liked

Vous vous imaginez comment dans dix ans.
Vous vous imaginez comment dans dix ans. Vous vous imaginez comment dans dix ans.
Vous vous imaginez comment dans dix ans. Osoraptor
 
Strategies for dramatic cost reduction june aus contact final
Strategies for dramatic cost reduction june aus contact finalStrategies for dramatic cost reduction june aus contact final
Strategies for dramatic cost reduction june aus contact finalEnghouse Interactive
 
Strategies for dramatic cost reduction v2 june aus contact
Strategies for dramatic cost reduction v2 june aus contactStrategies for dramatic cost reduction v2 june aus contact
Strategies for dramatic cost reduction v2 june aus contactEnghouse Interactive
 
Strategies for dramatic cost reduction v2 june aus contact final
Strategies for dramatic cost reduction v2 june aus contact finalStrategies for dramatic cost reduction v2 june aus contact final
Strategies for dramatic cost reduction v2 june aus contact finalEnghouse Interactive
 
Enghouse Interactive Roadshow - Brisbane Customer Slides
Enghouse Interactive Roadshow - Brisbane Customer SlidesEnghouse Interactive Roadshow - Brisbane Customer Slides
Enghouse Interactive Roadshow - Brisbane Customer SlidesEnghouse Interactive
 
Stem pp for coaches meeting
Stem pp for coaches meetingStem pp for coaches meeting
Stem pp for coaches meetingncmayfield
 
Enghouse Interactive:Top 5 trends in customer communications
Enghouse Interactive:Top 5 trends in customer communicationsEnghouse Interactive:Top 5 trends in customer communications
Enghouse Interactive:Top 5 trends in customer communicationsEnghouse Interactive
 
Parts of the plant we eat
Parts of the plant we eatParts of the plant we eat
Parts of the plant we eatanaijimenezlosa
 

Viewers also liked (11)

Vous vous imaginez comment dans dix ans.
Vous vous imaginez comment dans dix ans. Vous vous imaginez comment dans dix ans.
Vous vous imaginez comment dans dix ans.
 
Strategies for dramatic cost reduction june aus contact final
Strategies for dramatic cost reduction june aus contact finalStrategies for dramatic cost reduction june aus contact final
Strategies for dramatic cost reduction june aus contact final
 
Strategies for dramatic cost reduction v2 june aus contact
Strategies for dramatic cost reduction v2 june aus contactStrategies for dramatic cost reduction v2 june aus contact
Strategies for dramatic cost reduction v2 june aus contact
 
Wendi Kellman-Janow Resume
Wendi Kellman-Janow ResumeWendi Kellman-Janow Resume
Wendi Kellman-Janow Resume
 
Strategies for dramatic cost reduction v2 june aus contact final
Strategies for dramatic cost reduction v2 june aus contact finalStrategies for dramatic cost reduction v2 june aus contact final
Strategies for dramatic cost reduction v2 june aus contact final
 
Enghouse Interactive Roadshow - Brisbane Customer Slides
Enghouse Interactive Roadshow - Brisbane Customer SlidesEnghouse Interactive Roadshow - Brisbane Customer Slides
Enghouse Interactive Roadshow - Brisbane Customer Slides
 
PRASENJIT SIKDER1
PRASENJIT SIKDER1PRASENJIT SIKDER1
PRASENJIT SIKDER1
 
PRASENJIT SIKDER1
PRASENJIT SIKDER1PRASENJIT SIKDER1
PRASENJIT SIKDER1
 
Stem pp for coaches meeting
Stem pp for coaches meetingStem pp for coaches meeting
Stem pp for coaches meeting
 
Enghouse Interactive:Top 5 trends in customer communications
Enghouse Interactive:Top 5 trends in customer communicationsEnghouse Interactive:Top 5 trends in customer communications
Enghouse Interactive:Top 5 trends in customer communications
 
Parts of the plant we eat
Parts of the plant we eatParts of the plant we eat
Parts of the plant we eat
 

Similar to How to use parameters like a pro and boost performance

Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir NazimDjango Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir NazimMir Nazim
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
How to get data with Google Tag Manager when developer is not available
How to get data with Google Tag Manager when developer is not availableHow to get data with Google Tag Manager when developer is not available
How to get data with Google Tag Manager when developer is not availableJulius Fedorovicius
 
How to train your product owner
How to train your product ownerHow to train your product owner
How to train your product ownerDavid Murgatroyd
 
When You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not AvailableWhen You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not AvailableIIHEvents
 
Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014
Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014
Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014Austin Ogilvie
 
How to Document Samples for FDA Detained Product
How to Document Samples for FDA Detained ProductHow to Document Samples for FDA Detained Product
How to Document Samples for FDA Detained ProductChuck Ellis
 
Secrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User EngagementSecrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User EngagementZack Pike
 
Building a Beer Recommender with Yhat (PAPIs.io - November 2014)
Building a Beer Recommender with Yhat (PAPIs.io - November 2014)Building a Beer Recommender with Yhat (PAPIs.io - November 2014)
Building a Beer Recommender with Yhat (PAPIs.io - November 2014)Austin Ogilvie
 
Kaggle and data science
Kaggle and data scienceKaggle and data science
Kaggle and data scienceAkira Shibata
 
Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts Charles Meaden
 
Digital Marketing Bootcamp - Evaluating Marketing Automation
Digital Marketing Bootcamp - Evaluating Marketing AutomationDigital Marketing Bootcamp - Evaluating Marketing Automation
Digital Marketing Bootcamp - Evaluating Marketing AutomationMarketo
 
Secrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User EngagementSecrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User EngagementAlightAnalytics
 
Jigoshop Presentation at WordPress London, April 2012
Jigoshop Presentation at WordPress London, April 2012Jigoshop Presentation at WordPress London, April 2012
Jigoshop Presentation at WordPress London, April 2012Jigoshop
 
Permettere al cliente di apprezzare l'approccio agile
Permettere al cliente di apprezzare l'approccio agilePermettere al cliente di apprezzare l'approccio agile
Permettere al cliente di apprezzare l'approccio agileSteve Maraspin
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptCatalyst
 
Scaling Ride-Hailing with Machine Learning on MLflow
Scaling Ride-Hailing with Machine Learning on MLflowScaling Ride-Hailing with Machine Learning on MLflow
Scaling Ride-Hailing with Machine Learning on MLflowDatabricks
 
Google Analytics location data visualised with CARTO & BigQuery
Google Analytics location data visualised with CARTO & BigQueryGoogle Analytics location data visualised with CARTO & BigQuery
Google Analytics location data visualised with CARTO & BigQueryCARTO
 
Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...
Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...
Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...Affiliate Summit
 

Similar to How to use parameters like a pro and boost performance (20)

Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir NazimDjango Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
Django Introduction Osscamp Delhi September 08 09 2007 Mir Nazim
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
How to get data with Google Tag Manager when developer is not available
How to get data with Google Tag Manager when developer is not availableHow to get data with Google Tag Manager when developer is not available
How to get data with Google Tag Manager when developer is not available
 
How to train your product owner
How to train your product ownerHow to train your product owner
How to train your product owner
 
When You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not AvailableWhen You Need Custom Data in GTM but a Developer is Not Available
When You Need Custom Data in GTM but a Developer is Not Available
 
Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014
Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014
Applied Data Science: Building a Beer Recommender | Data Science MD - Oct 2014
 
How to Document Samples for FDA Detained Product
How to Document Samples for FDA Detained ProductHow to Document Samples for FDA Detained Product
How to Document Samples for FDA Detained Product
 
Secrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User EngagementSecrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User Engagement
 
Building a Beer Recommender with Yhat (PAPIs.io - November 2014)
Building a Beer Recommender with Yhat (PAPIs.io - November 2014)Building a Beer Recommender with Yhat (PAPIs.io - November 2014)
Building a Beer Recommender with Yhat (PAPIs.io - November 2014)
 
Kaggle and data science
Kaggle and data scienceKaggle and data science
Kaggle and data science
 
Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts Google Analytics Powerups and Smartcuts
Google Analytics Powerups and Smartcuts
 
Digital Marketing Bootcamp - Evaluating Marketing Automation
Digital Marketing Bootcamp - Evaluating Marketing AutomationDigital Marketing Bootcamp - Evaluating Marketing Automation
Digital Marketing Bootcamp - Evaluating Marketing Automation
 
Secrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User EngagementSecrets to Optimize Website Tracking for User Engagement
Secrets to Optimize Website Tracking for User Engagement
 
Jigoshop Presentation at WordPress London, April 2012
Jigoshop Presentation at WordPress London, April 2012Jigoshop Presentation at WordPress London, April 2012
Jigoshop Presentation at WordPress London, April 2012
 
Permettere al cliente di apprezzare l'approccio agile
Permettere al cliente di apprezzare l'approccio agilePermettere al cliente di apprezzare l'approccio agile
Permettere al cliente di apprezzare l'approccio agile
 
Tripletail
TripletailTripletail
Tripletail
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
 
Scaling Ride-Hailing with Machine Learning on MLflow
Scaling Ride-Hailing with Machine Learning on MLflowScaling Ride-Hailing with Machine Learning on MLflow
Scaling Ride-Hailing with Machine Learning on MLflow
 
Google Analytics location data visualised with CARTO & BigQuery
Google Analytics location data visualised with CARTO & BigQueryGoogle Analytics location data visualised with CARTO & BigQuery
Google Analytics location data visualised with CARTO & BigQuery
 
Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...
Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...
Top 5 Tools & Hacks to Optimize Your Offers for Success and 5 Benefits You Re...
 

Recently uploaded

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 

Recently uploaded (20)

Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 

How to use parameters like a pro and boost performance