I use kubectl commands to switch between different contexts and namespaces while dealing with them or bringing them into usage. I constantly try to copy
Author: SHAFI SHAIK
Hi, this is Shafi Shaik, Microsoft Solutions Specialist in Data platform as well as in Data Management & Analytics. I am a certified associate in Oracle SQL*Plus and extensively trained in MongoDB Administration. My current role is Database administration with hands-on expertise in almost all relational databases namely Microsoft SQL Server, MySQL, Oracle SQL*Plus, PostGreSQL & Teradata. I'm also specialized in database development, warehousing, traditional data analysis and Big Data analysis.
xp_cmdshell in SQL Server
You might have run across several types of issues while using xp_cmdshell to work with dynamic SQL. You may learn more about these issues, their
DROP SEQUENCE in SQL Server
Read – SEQUENCE in SQL Server Read – Applying a SEQUENCE to an existing table. Read – Find the last used SEQUENCE value Read –
Modifying the SEQUENCE in SQL Server
Read – SEQUENCE in SQL Server Read – Applying a SEQUENCE to an existing table. Read – Find the last used SEQUENCE value In this
Find last used SEQUENCE value in SQL Server
We usually wanted to verify the last sequence value produced by the sequences when using them, as well as the sequence’s features, such as its
Applying SEQUENCE to tables in SQL Server
An object connected to a user-defined schema called a sequence produces a series of numerical numbers in accordance with the specification used to construct it.