Skip to content

Commit 639a2a0

Browse files
committed
Commit
1 parent 4007dcc commit 639a2a0

File tree

1 file changed

+70
-10
lines changed

1 file changed

+70
-10
lines changed

README.md

Lines changed: 70 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,76 @@
1-
# SQL Server Stuff
2-
List of useful stuff for working with SQL Server (mssql)
1+
# SQL Server Stuff 🚀
32

4-
# SSMS
3+
![SQL Server](https://img.shields.io/badge/SQL%20Server-Useful%20Resources-brightgreen)
54

6-
### Extensions
5+
Welcome to the **SQL Server Stuff** repository! This repository contains a collection of useful resources and tools for working with SQL Server (mssql). Whether you are a beginner or an experienced developer, you will find valuable information and tools to enhance your SQL Server experience.
76

8-
- [SSMS Schema Folders](https://github.com/nicholas-ross/SSMS-Schema-Folders): Enables grouping tables by schema
9-
- [SQL Shades](https://www.sqlshades.com/): Dark mode and color themes
10-
- [redgate's SQL Search](https://www.red-gate.com/products/sql-search/)
7+
## Table of Contents
118

12-
# Vscode
9+
- [Introduction](#introduction)
10+
- [Features](#features)
11+
- [Installation](#installation)
12+
- [Usage](#usage)
13+
- [Contributing](#contributing)
14+
- [License](#license)
15+
- [Releases](#releases)
16+
- [Contact](#contact)
1317

14-
### Extensions
18+
## Introduction
1519

16-
- [Poor Man's T-SQL Formatter](https://marketplace.visualstudio.com/items?itemName=piotrgredowski.poor-mans-t-sql-formatter-pg)
20+
SQL Server is a powerful relational database management system developed by Microsoft. It is widely used for storing and retrieving data as requested by other software applications. This repository aims to provide resources that make working with SQL Server easier and more efficient.
21+
22+
## Features
23+
24+
- **Sample Queries**: A collection of useful SQL queries for common tasks.
25+
- **SSMS Extensions**: Extensions that enhance the functionality of SQL Server Management Studio (SSMS).
26+
- **Performance Tuning**: Tips and techniques for optimizing SQL Server performance.
27+
- **Backup and Restore Scripts**: Scripts to automate backup and restore processes.
28+
- **Security Best Practices**: Guidelines to secure your SQL Server environment.
29+
30+
## Installation
31+
32+
To get started with the resources in this repository, clone the repository to your local machine:
33+
34+
```bash
35+
git clone https://github.com/yessrg/sql-server-stuff.git
36+
```
37+
38+
Navigate to the directory:
39+
40+
```bash
41+
cd sql-server-stuff
42+
```
43+
44+
You can then explore the various files and folders that contain valuable information.
45+
46+
## Usage
47+
48+
You can find useful scripts and queries in the repository. Here are a few examples of how to use them:
49+
50+
1. **Sample Queries**: Open the `queries.sql` file and modify it to suit your needs. You can execute the queries directly in SSMS.
51+
52+
2. **Backup Script**: To automate backups, run the `backup.sql` script. Ensure you have the necessary permissions to execute it.
53+
54+
3. **Performance Tuning**: Refer to the `performance-tuning.md` file for tips on improving your SQL Server performance.
55+
56+
4. **SSMS Extensions**: Download the extensions from the `ssms-extensions` folder and follow the installation instructions provided in the README files.
57+
58+
## Contributing
59+
60+
We welcome contributions from the community. If you have useful scripts, queries, or tips, feel free to create a pull request. Please ensure that your contributions follow the guidelines outlined in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
61+
62+
## License
63+
64+
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
65+
66+
## Releases
67+
68+
You can find the latest releases and updates for this repository [here](https://github.com/yessrg/sql-server-stuff/releases). Please download and execute the necessary files to stay up to date with the latest features and fixes.
69+
70+
## Contact
71+
72+
If you have any questions or suggestions, feel free to reach out. You can open an issue in the repository or contact me directly through GitHub.
73+
74+
---
75+
76+
Thank you for visiting the **SQL Server Stuff** repository! We hope you find the resources helpful in your SQL Server journey. For more updates and releases, check the [Releases](https://github.com/yessrg/sql-server-stuff/releases) section regularly.

0 commit comments

Comments
 (0)