In this video you will learn following:
- How to Open Contact Support Option in Windows 10?
- How to look at various support option in Windows 10?
- Free 15 minutes Support call with MS if you upgraded to
Windows 10
TechBrothersIT is a blog and YouTube channel sharing real-world tutorials, interview questions, and examples on SQL Server (T-SQL, DBA), SSIS, SSRS, Azure Data Factory, GCP Cloud SQL, PySpark, ChatGPT, Microsoft Dynamics AX, Lifecycle Services, Windows Server, TFS, and KQL. Ideal for data engineers, DBAs, and developers seeking hands-on, step-by-step learning across Microsoft and cloud platforms.
#Provide SQLServerName $SQLServer ="ComputerName\InstanceName" #Provide Database Name $DatabaseName ="Test" #Scripts Folder Path $FolderPath ="C:\PowerShell\SQLScripts\" #Loop through the .sql files and run them foreach ($filename in get-childitem -path $FolderPath -recurse -file -filter "*.sql" |
sort-object)
{
invoke-sqlcmd –ServerInstance $SQLServer -Database $DatabaseName -InputFile
$filename.fullname
#Print file name which is executed
$filename
}
#Provide SQLServerName $SQLServer ="MySQLSErver\InstanceName" #Provide Database Name $DatabaseName ="Test" #Scripts Folder Path $FolderPath ="C:\MyScripts\Test\" #Loop through the .sql files and run them foreach ($filename in get-childitem -path $FolderPath -filter "*.sql") { invoke-sqlcmd –ServerInstance $SQLServer -Database $DatabaseName -InputFile $filename.fullname #Print file name which is executed $filename
#Provide SQLServerName $SQLServer ="MySQLSErver\InstanceName" #Provide Database Name $DatabaseName ="Test" #Scripts Folder Path $FolderPath ="C:\MyScripts\Test\" #Loop through the .sql files and run them foreach ($filename in get-childitem -path $FolderPath -filter "*.sql" |sort-object
-descending)
{
invoke-sqlcmd –ServerInstance $SQLServer -Database $DatabaseName -InputFile $filename.fullname
#Print file name which is executed
$filename
Windows 10 brought many changes and improvements. This guide provides you with resources to help you get the most out of your Windows 10 experience. Whether you're installing, upgrading, or exploring new features, you'll find helpful links below.
Get Windows 10 set up correctly with these guides:
Explore the powerful features of Windows 10:
Become a Windows 10 power user with these helpful tips:
We hope these resources help you navigate and master Windows 10!