SQL 2008 SA account locked out
- oktober 20th, 2010
- Write comment
Connect from the same server (via terminal), server administrators are by default granted access to SQL Server. Then issue:
ALTER LOGIN sa WITH PASSWORD = ‘new_password’ UNLOCK
Connect from the same server (via terminal), server administrators are by default granted access to SQL Server. Then issue:
ALTER LOGIN sa WITH PASSWORD = ‘new_password’ UNLOCK
http://www.google.com/support/enterprise/static/gapps/art/users/en/glook/google_apps_sync_chart.pdf
If you have any information in your Outlook that is not syncronized to Google Apps Server, you should consider extra file-backups. TODO: which folders to backup?
The following settings should be applied when using SSD disk in your computer.
1 Click the Start button
2 In the Search box at the bottom of the Start menu type: Defrag
3 Vista will search for the word Defrag and should quickly come up with Disk Defragmenter in it’s search results. This you should see at the top of search result page on the start menu.
4 Click on the Disk Defragmenter option in the search results.
5 User Account Control will open and ask for permission to continue. As usual, if you are the Administrator, Click the Continue button. If you are not the administrator then you will need the administrator user name and password to continue.
6 The Disk Defragmenter window will now open.
7 Look in the first section of the disk defragmenter window and you will see an option marked Run on schedule (recommended).
8 To the Left of this option you will see a box with a Tick inside it.
9 Hover your Mouse over the box and then Click the Left Mouse button to remove the tick (check mark).
10 All of the schedule information will now appear greyed out. You have now disabled the option.
11 Finally Click the OK button to Close the Disk Defragmenter window.
12 You will now only be able to manually run disk defragmenter, it will no longer run to a set schedule.
Source: http://vistasupport.mvps.org/disable_disk_defragmenter_schedule.htm
Run the following file: Disable_Auto_Boot_Defrag
If you want enable the feature later, you can execute: Enable_Auto_Boot_Defrag
Open start menu, right click on Computer
Open tab System Protection
Click on Configure
Turn off system protection
OK, Yes, OK
If you have a lot of Postfix queue but there are some legitimate mails too, you can run the following command. This will remove mails going to a specific domain.
# mailq | tail -n +2 | head -n 100000 \| grep -v "delivery temporarily suspended" \| awk 'BEGIN { RS = "" } \# $7=sender, $8=recipient1, $9=recipient2 \{ if ($8 ~ /yahoo.com.tw/) \print $1 } ' \| tr -d ’*!’ | postsuper -d -
The command above only parses the first 100 000 rows of your queue. This is for giving you fast response if your search criterias gave any result.
To run search the whole queue, remove ”| head -n 100000″.
UPPDATERING / LÖSNING / SOLUTION: Om din dator har blivit infekterad, starta upp datorn i felsäkert läge och sedan kör antivirus-programmet och skanna hela hårddisken. Vi testade med AVG 8.5 och den rensade bort viruset. Det går inte utan felsäkert läge för att viruset stoppar alla nya program som du försöker köra, t.o.m antivirus programmet.
Det verkar vara en virus/trojan lös som efter några minuter efter datorns uppstart kommer att skicka er till sidan www . softmetalgroup . com. Sidan är till enbart för att få folk att lämna sina kreditkortuppgifter där – och sedan bli av med pengarna på kortet. Domänen softmetalgroup.com ägs av någon rysska Margaita Odineva i Moskva och har köpt nyligen: 2010-02-11
Mitt personliga råd är att INTE lämna sina kreditkortuppgifter till Margaita Odineva på www . softmetalgroup . com…
Efter att mängden mail har ökat så har jag upplevt att Outlook blir bara långsammare och allt oftare väntade jag på mitt mailprogram. För 5-6 månaderna tillbaka bytte jag till GMail – utan att byta min mailadress.
Jag har upplevt bytet enbart positivt.
* mycket snabbare, trots att den är på internet och inte i min dator
* enklare att kategorisera och flytta mailen
* blixtsnabb sökning – jag slipper sortera varje inkommande mail för att senare hitta den
* 7GB utrymme
* gratis
Och den bästa enligt mig – den fungerar riktigt bra i mobilen. Den fungerar fint med många mobiler men iPhone är ett beprövat concept enligt många.
En till sak som är riktigt bra med GMail är att du kan bara byta dator och allt följer med. Dvs du kan jobba med dina mail där du befinner dig. Du har med dig alla dina tidigare inkomna och skickade mail, alla mappar.
I Googles GMail paket finns det mycket mer – kalender, kontakter, dokument, bygga egna webbsidor – allt detta på webben – men det tar vi någon annan gång.
Under de senaste månaderna har jag använt en webbläsare (det man har för att surfa på internet) som Google tagit fram – Chrome. Den är snabbare och smidigare. Framförallt upplevs uppstartstiden kortare än för Internet Explorer och Firefox.
Den går enkelt att installera från http://www.google.com/chrome/?hl=sv
Det finns några sidor som saknar stöd för webbläsaren Chrome – t.ex Handelsbanken. I dessa enstaka fall kan man ju ta fram sin gamla Internet Explorer igen.
Syftet med denna blogg är att berätta lite om vad som pågår i datavärlden. Vad har man nytta av som en vanlig användare. Du får gärna kommentera och tycka till, samt ställa frågor om vad som intresserar dig.
Bloggen speglar enbart mina personliga iaktagelser.