Subscribe to this list via RSS Blog posts tagged in Rapid SQL
Creating and Identifying Deadlocks in SQL Server This video from John Sterrett shows you how to create a deadlock and how you can proactively monitor deadlocks using the default system_health extended event. Get the ultimate tool suite for cross-platform database management Embarcadero DB PowerStudio, a suite of award-winning database tools for DBAs and data professionals, uniquely offers comprehensive administration, development and performance tuning capabilities across all major database platforms which dramatically increases productivi...
Project Management in Rapid SQL - DBA and Developer Skill Sprints In this Skill Sprint, Scott Walz covers how to manage projects in Rapid SQL. This functionality is also available in DBArtisan. Learn how to create a new project and intialization options (from a database, existing file or version control). Then learn about the wizard options and how to complete the project setup. Then learn how to work with the project including Build Order, creating new Subfolders, adding files and objects, working with version control, updating project properties and more. ...
Finding Your Top Offending Statements with Extended Events Finding the top offending statements for a specific workload can be hard if you are not using the best tool in your toolbox. On SQL Server 2012 and going forward you are able to leverage extended events which are included inside of SQL Server Manager Studio (SSMS) to build your first extended event to capture your workload.  The secret sauce to the Extended Event tools build into SQL Server Management Studio (SSMS) are the features you can use once your workload is captured. You can group ...
Tags: Rapid SQL
SQL Server Tip: Optimizer using Index Scan and not Seek! Other than coding, most of the time developers have to troubleshoot problems from their environments. Developers in SQL world would mostly face problems around error message, getting required output via T-SQL query and unpredictable performance of query.  One fine day somewhere in the world a one developer was troubleshooting a performance problem – just like any one of us. He noticed, even after a table has index on a column and if they use that column in where clause, SQL Server was...
Performance Improvements with SQL Server 2014 Whenever there is new model of any vehicle launched in the market, it is expected it should have some enhancements or new features which would make it superior from previous model. If the features are appealing, generally customers are positive and forthcoming to pay little more than previous model. Above theory holds good for SQL Server product as well. It is expected that SQL Server 2014 should have some new enhancements as compared to the predecessor SQL Server 2012 version. In SQL Server 20...
Создание таблиц реляционной БД Одно из самых частых дел, которые приходится выполнять разработчикам БД - это создание новых баз данных, таблиц в них, связей между ними и индексов для ускорения поиска. Очень часто приходится, как бы, повторять структуру, которая уже была реализована ранее на другой СУБД, или быстро вводить в действие таблицы для более удобного выполнения промежуточных операций. По мере продвижения проекта к финишу, часть такого рода таблиц уходит, часть преобразуется во временные или модифицируется для оптимиз...
Rapid SQL и управление исходными SQL кодами Тема "всплыла" после обсуждения с пользователем. Этот вопрос с разной частотой возникает в ходе различных дискуссий с нашими клиентами. Чаще всего из-за того, что они не до конца разобрались с возможностями Rapid SQL. Это не удивительно, поскольку большая часть информации о продукте на русском языке остается не известной для пользователей. Если для пользования программой документация нужна редко - так прост и интуитивно понятен интерфейс Rapid SQL - то для расширения возможностей и их настройки ...

Posted by on in Blogs
CodeRage 6 session replays for Thursday, October 20 I've now uploaded Thursday’s (October 20) CodeRage 6 session replays to the Embarcadero Developer Network’s Code Central repository. Join us tomorrow, Friday, the last day of CodeRage 6 for the final technical sessions. We will finish at 12noon Pacific Time (UTC -7).  Also, check out the virtual exhibit hall where many of our technology partners have special offers for their products and services. 6:00am:  VENDOR SHOWCASE: FastReport VCL for RAD Studio XE2 by Denis Zubov - Fast-Reports.  See ...

Posted by on in Blogs
Visit the CodeRage 6 virtual exhibit hall - it's open! Our technology partners have exhibits in the CodeRage 6 virtual exhibit hall.  Many of them are offering special deals for CodeRage 6 attendees.  The conference has 24 hours until it ends.  Now is a great time to visit the virtual exhibit hall and see what our partners are doing to support our Embarcadero Delphi, C++Builder, RadPHP, Prism, and RAD Studio XE2, DB PowerStudio, and InterBase product releases. Partners participating in the CodeRage 6 virtual exhibit hall include: Chant Inc. i...

Posted by on in Blogs
Big data and getting bigger all the time When you read or hear the term "Big Data" what do you think about?  Do you visualize an extremely large database or data warehouse?  Do you think about architectures and algorithms for storing and processing big data?  When haven't we had big data in relation to the systems and services that we are asked to program?  Is yesterday's big data small data today?  With the Internet and the number of humans creating and consuming data, I guess we do have really big data today and it is only getting bi...

Check out more tips and tricks in this development video: