(Jagruti Jasleniya) We can simply add and drop partitions from table as we are dropping and creating a new table.
Other News
SQL Server Logon Trigger Examples
(Bhavesh Patel) Triggers are database objects that store code and get executed automatically when some type of event occurs, such as a data change or change to an object. In SQL Server, there are four types of triggers: DDL Triggers (Data Definition Language), DML Triggers (Data Manipulation Languag
Portal And Error Boundaries In React
(Priyanka Jain) This article talks about the concept of Portal and Error Boundary in React
How Do You Handle a Disappointing Raise?
This question came from a busy business owner. How do you handle a disappointing raise at your job even though it was a productive year, all while your boss’s excuse was there were too many good employees? The best way to handle disappointment is to be prepared with the following knowledge: Knowledge of your skills, talent and expertise value in...
Azure Storage Explorer
(blobeater) I only ever use the storage explorer when managing my blobs, files, queues within storage accounts.
Ways to access data in ADLS Gen2
(James Serra) With data lakes becoming popular, and Azure Data Lake Store (ADLS) Gen2 being used for many of them, a common question I am asked about is “How can I access data in ADLS Gen2 instead of a copy of the data in another product (i.e. Azure SQL Data Warehouse)?”.
Guru: I’m A Number, You’re A Number, Everybody’s A Number
(Ted Holt) Do you, like Bob Seger, sometimes feel that you are nothing more than a number? Me too. That’s because to many people, that’s exactly what we are.
Method overloading in the JVM
(Rafael Chinelato Del Nero) Welcome to the new Java Challengers blog! This blog is dedicated to challenging concepts in Java programming. Master them and you will be well on your way to becoming a highly skilled Java programmer.
.NET Debugging: 6 techniques you need in your arsenal
(Daniel Hilgarth) Debugging. It’s one of the most time-consuming ways of finding a bug.
How Reverse a String in C#
(Srinath M S) See how to reverse a string.
