Python – Creating sample data in SQL Server on Ubuntu No.62
How to create sample data in SQL Server on Ubuntu is shown in this blog. These steps are available for Windows OS, too. Contents ▼1. What is Microsoft SQL Server ?▼2. Prerequisites▼3. Creating sample data in bulk3-1. Preparation3-2. Developing “insertmultipledata.sql” to create sample data by python3-3. Executing the sql statement in “insertmultipledata.sql” by sqlcmd.exe3-4. Confirming the generated sample data using sqlcmd.exe▼4. Reference▼1. What is Microsoft SQL Server ? There are many kinds of SQL Server. for example, Azure SQL Database in cloud, Azure Synapse Analytics – SQL pool (SQL Data Warehouse) and on-premise SQL Server on Azure Virtual Machine (VM) etc We can find the version of SQL Server and hot … Continue reading “Python – Creating sample data in SQL Server on Ubuntu No.62”