Podstawy rozwiązywania problemów z wydajnością zapytań SQL

Problemy wydajnościowe w bazach relacyjnych MS SQL są dość częstą bolączką developerów, którzy na nich pracują. Samych przyczyn takich problemów może być mnóstwo. Każdy z nas zna te przypadki, gdy osoby z tzw. biznesu zgłaszają, że ich raporty nie działają płynnie, codzienne procesy się zablokowały i nie ma nowych danych w aplikacji biznesowej lub nawet […]
Good code review, nice SQL, smart deployment

Knowing SQL syntax, creating complex queries, and using advanced functionalities are not everything. The highest quality of developers’ services means more than knowledge about programming language. This time I would like to write a few words about three subjects which will help you as a developer to increase the quality of your services and make […]
Code versioning

Have you ever heard about code versioning? Have you ever used it for SQL projects? Do you know GIT? I hope your answer is “Yes”, because you definitely should! If we are professionals need to version our code. At first I recommend reviewing your code management strategy. First step to code versioning is to store […]
Source Code Management

How to create, modify and store source code efficiently in your development environment using Visual Studio – find out how we handle code management in Polarys Polska. What is source code management? Every developer is managing own source code. There are many ways to store your SQLs. Do you know how to do it efficiently […]