43 skills found · Page 2 of 2
bruce-dunwiddie / Tsql ColorLibrary Written in C# For Colorizing SQL Server T-SQL Scripts in .Net
EmergentSoftware / Date Time Number DimensionsSQL Server T-SQL scripts to create the data warehouse dimensions or business intelligence tables and load the tables with data.
renatogroffe / Sqlserver MCP Dotnet Tool ScriptsExemplo de uso do MCP do SQL Server (via dotnet tool) com um server de banco de dados containerizado e com consulta a dados de regiões do Brasil. Inclui Docker Compose para criação do ambiente de testes.
IVNSTN / TeamTools.Linter.CommandLineStatic code analysis tool for T-SQL scripts and SSDT projects
twright-msft / Mssql Test ScriptsSome T-SQL scripts that can be used for testing.
Srakai / SQLmap Tamper Scriptsused to bypass some firewalls
geopaparazzi / Spatialite Tasks With Sql ScriptsSpatialite - usage of Sql-Scripts for everyday Tasks
dirceuresende / Mssql Copy User PermissionsSQL Server - Short T-SQL script to copy user's permissions on instance, roles and databases
tourist5 / Online Food Ordering SystemHow To Install - --------- 1. Create Database food. 2. Run food.sql script provided in sql folder. 3. Go to login.php and try out our application. Sample user credentials can be found in users & wallet_details table. Note - --------- 1. This is not ready for PRODUCTION. 2. The username and password of sample users are stored in table `users`. 3. Only Customers with "Verified" status can place orders using "Cash on Delivery" option. 4. By default a new customer gets 2000 coins in Wallet on signing up, and a fake Credit card number & CVV number is generated and stored in SQL Table "wallet_details" with corresponding new customer's ID. 5. Use that Card Number & CVV while placing an order, else order won't be successful or use "Cash on delivery" option. 6. What's lacking? Dynamic payment(real payment system) and error reporting lacks in this project. And also one might wish for showing corresponding food item's photo and all that stuff.
thepirat000 / All Masters SQLT-SQL Helper Scripts (SQL >=2000 compatible)
boulavogue / TSQL ScriptsA collection of useful scripts I
1Dimitri / AdventuresInSQLServerUseful T-SQL scripts for SQL Server
JocaPC / Tsql Delta Lake ViewScripts that generate Linux Delta Lake T-SQL view
chrisoldwood / Sql2doxygenA PowerShell script to convert T-SQL scripts to C code to allow Doxygen to parse them
FokkoVeegens / Azure Devops AdministrationScripts helping to administer Azure DevOps Services and Azure DevOps Server. These are either PowerShell or T-SQL scripts using varying technologies to make changes or to extract data. Use at your own risk.
Manuel7806 / Sql Server Hospital DatabaseA simple database that people can install and use to practice writing queries with.
rodmena-limited / Migrettisql migrations tool, done right for those of us don't rely on SqlAlchemy or Alembic. Migretti is a 10/10 tool for this use case. It is not just a "script runner"; it is a fully featured migration engine with enterprise-grade safeguards (locking, auditing, transactional dry-runs) built-in. It is perfectly suited for your applicaiton of any scale
Contagiovaneines / Scripts SQL Para WinThorNo description available
ryandevries / ScriptsPowershell and T-SQL scripts
EvilLord666 / DbToolsCross database engine ADO.NET tools (for create, delete, insert data, e.t.c.) and extension for create DB and init via set of sql scripts mainly for prepare Unit tests infrastructure