Connect Excel to SQL

Hi All, Today I am sharing a method that We can use –> connect Excel to SQl server database. Steps to follow:- 1. open excel 2. From data Tab select –>From other Sources –>From SQL server 3.  Enter server Name & authentication mechanism 4.  Select database & then select the table 5.  Click finish 6. click…

Update Group Members from CSV

Hi All, Today I am sharing my old script that I had used for updating the group members from CSV file. I was performing the same activity today so thought of sharing it. You just have to Prepare CSV as below:-   after that just define group name inside the script. ############################# $grp = ##############################…

Export to CSV from SQL Table

Hi All, Today I am sharing a powershell method for exporting the content of SQL Table to CSV file. This can be used from remote server or machine as well if you have sql powershell installed. Download & install sql management tools from MS site on your admin server. This will install management studio as…