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

Block or report kzelda

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 47 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