Kill all process from ps and grep
This command will kill all instance from
1 |
ps aux | grep samba |
1 |
kill $(ps aux | grep 'samba' | awk '{print $2}') |
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
This command will kill all instance from
1 |
ps aux | grep samba |
1 |
kill $(ps aux | grep 'samba' | awk '{print $2}') |
Start SQL Server Management Studio Connect to you SQL server instance Start a “New Query” And then put this into you SQLQuery1.sql window sp_configure ‘show advanced options’,1 reconfigure with override go sp_configure ‘max server...
Start SQL Server Management Studio Connect to \\.\pipe\MSSQL$MICROSOFT##SSEE\sql\query Start a “New Query” And then put this into you SQLQuery1.sql window sp_configure ‘show advanced options’,1 reconfigure with override go sp_configure ‘max server memory’, 256 reconfigure...
Sidste kommentar