Skip to content
View kzelda's full-sized avatar
😄
الحمد لله
😄
الحمد لله

Block or report kzelda

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. MyGoldenDict MyGoldenDict Public

    My personal goldendict-dictionaries collection

    Batchfile 43 6

  2. xlsx-sql xlsx-sql Public

    Export excel file to Sql inserts

    JavaScript 4 1

  3. SQLServer ~ Shrink all user databases SQLServer ~ Shrink all user databases
    1
    USE master
    2
    GO
    3
    
                  
    4
    /*
    5
  4. TSQL Function to Split a string And ... TSQL Function to Split a string And return an array Of splitted elements
    1
    /*
    2
    select * from F_SPLIT ('D2177CF0-36E0-45DB-8C4F-D47448EF7EB0,33ECA429-6AB9-4BBA-947E-5DF747E5F559' , ',' )
    3
    */
    4
    
                  
    5