Ketan Desai
-
Orphaned SQL Users
More Details: Orphaned SQL UsersWhen you restore a Microsoft SQL Server database to a different Server you will get Orphaned SQL Users. First, we need to find the orphan users. This will lists the orphaned users: If you already have a user on the new server that corresponds to the database user, you can fix it by doing: If…
-
Renaming Files Using Batch
More Details: Renaming Files Using Batchi often have to change the file names of music i have imported from CD this little script allows me to remove the track number from the file name.
-
Find Startup Items
More Details: Find Startup ItemsA long time ago i found this VBS script to display the start-up items for a windows pc. i can not remember who is the author of the script. hopefully this will help someone. This script is a VBS script
-
Find Next Available Drive Letter
More Details: Find Next Available Drive LetterSometimes when i cam creating a script to install an application or set up a network share, I come across the problem that the user is using the drive letter for another mapping. So I wrote a small script to display the next usable drive letter This script is written in vbs



