Skip to content
View fevzikartal's full-sized avatar

Block or report fevzikartal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dbatools Public

    Forked from dataplat/dbatools

    🚀 SQL Server automation and instance migrations have never been safer, faster or freer

    PowerShell

  2. Export MSSQL schema and SQL Logins w...
    1
    # Usage:  powershell .\ExportSchemaSqlLogins.ps1 "SERVERNAME" "DATABASE" "C:\YourOutputPath\DATABASE"
    2
    
                  
    3
    
                  
    4
    # Start Script
    5
    Set-ExecutionPolicy RemoteSigned
  3. SqlServerSchemaBackup: This script g...
    1
    # Usage: 
    2
    # step 1: Open Powershell as an admin. 
    3
    # step 2: Go to the SqlServerSchemaBackup.ps1 script file existing folder.
    4
    # step 3: Type  .\SqlServerSchemaBackup.ps1
    5
    
                  
  4. microsoft/vscode-mssql Public

    Visual Studio Code SQL Server extension.

    TypeScript 1.6k 465

  5. Export MSSQL schema with PowerShell....
    1
    # Usage:  powershell ExportSchema.ps1 "SERVERNAME" "DATABASE" "C:\YourOutputPath\DATABASE"
    2
    
                  
    3
    
                  
    4
    # Start Script
    5
    Set-ExecutionPolicy RemoteSigned
  6. azuredatastudio Public

    Forked from microsoft/azuredatastudio

    Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capabi…

    TypeScript