Dieses Blog durchsuchen
Mittwoch, 17. November 2010
Samstag, 13. November 2010
Mittwoch, 10. November 2010
Der Blog ist tot
Die Notwendigkeit die wichtigsten Sachen über Blogposts festzuhalten sehe ich nicht mehr, vermutlich war das auch immer ne scheiss Idee... Google Text und Tabellen ftw!
Also wird dies wohl erstmal der letzte Post.
Also wird dies wohl erstmal der letzte Post.
Samstag, 6. Februar 2010
Montag, 23. November 2009
Mittwoch, 11. November 2009
Mittwoch, 4. November 2009
P2VError REMOTE_UFA_BAD_PERMISSIONS
vm import fail
Fehlermeldung: P2VError REMOTE_UFA_BAD_PERMISSIONS
WinXP, SP3
Lösung/Solution:
explorer/extras/ordneroptionen/Ansicht
Einfache Dateifreigabe verwenden deaktivieren...
Gastkonto ebenfalls deaktivieren.
Test zum reproduzieren bevor man dies korrigiert:
einfach mal versuchen auf die administrative c$-Freigabe zuzugreifen... access denied...
Fehlermeldung: P2VError REMOTE_UFA_BAD_PERMISSIONS
WinXP, SP3
Lösung/Solution:
explorer/extras/ordneroptionen/Ansicht
Einfache Dateifreigabe verwenden deaktivieren...
Gastkonto ebenfalls deaktivieren.
Test zum reproduzieren bevor man dies korrigiert:
einfach mal versuchen auf die administrative c$-Freigabe zuzugreifen... access denied...
Freitag, 30. Oktober 2009
Sidewiki
nice feature - test
in Bezug auf: http://www.google.com/support/toolbar/bin/answer.py?answer=164493 (auf Google Sidewiki anzeigen)Montag, 12. Oktober 2009
Freitag, 26. Juni 2009
Donnerstag, 4. Juni 2009
Sonntag, 31. Mai 2009
Freitag, 22. Mai 2009
SQL Express Authentication
Enabling SQL Authentication in SqlExpress
Enabling SQL Authentication
STEP1:
You need to enable SQL Authentication on the machine. This is complex in SQLExpress and you need to edit the registry. Copy the following lines of text onto a Notepad and save it with extention .REG.
-------------COPY BELOW---------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer]
"LoginMode"=dword:00000002
-------------COPY TILL THIS---------------------------------
STEP2: Double Click on the .REG file to change the registry. This change the Authentication Mode to enable SQL Authentication.
STEP3: Restart the SQL Server Express Service or reboot the machine for registry change to take effect.
Next, you need to add a user with SQLLogin. To do this: Login to SQLExpress using Express Manager and run the script below:
-------------------------------------------
USE MASTER
exec sp_addLogin 'appuser', 'password123'
GO
exec sp_addsrvrolemember 'appuser', 'sysadmin'
GO
USE db
EXEC sp_adduser 'appuser'
-------------------------------------------
In case you want to reduce the privilege for the user then you can specify something other than sysadmin, but we can think of that once this works.
Now change your connection string as follows:
connectionString = "server=.\\SQLExpress;uid=aspuser;pwd=aspuser@123;database=cartridge;";
Enabling SQL Authentication
STEP1:
You need to enable SQL Authentication on the machine. This is complex in SQLExpress and you need to edit the registry. Copy the following lines of text onto a Notepad and save it with extention .REG.
-------------COPY BELOW---------------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer]
"LoginMode"=dword:00000002
-------------COPY TILL THIS---------------------------------
STEP2: Double Click on the .REG file to change the registry. This change the Authentication Mode to enable SQL Authentication.
STEP3: Restart the SQL Server Express Service or reboot the machine for registry change to take effect.
Next, you need to add a user with SQLLogin. To do this: Login to SQLExpress using Express Manager and run the script below:
-------------------------------------------
USE MASTER
exec sp_addLogin 'appuser', 'password123'
GO
exec sp_addsrvrolemember 'appuser', 'sysadmin'
GO
USE db
EXEC sp_adduser 'appuser'
-------------------------------------------
In case you want to reduce the privilege for the user then you can specify something other than sysadmin, but we can think of that once this works.
Now change your connection string as follows:
connectionString = "server=.\\SQLExpress;uid=aspuser;pwd=aspuser@123;database=cartridge;";
Mittwoch, 22. April 2009
ein frustabbaubloq könnte es auch sein...
alles mist heute....
zu viele Themen, zu wenig Zeit, zu wenig Leute..
zu viele Themen, zu wenig Zeit, zu wenig Leute..
Freitag, 27. März 2009
Samstag, 6. Dezember 2008
dreambox 7020 automount.conf
seagate -fstype=cifs,rw,soft,rsize=8192,wsize=8192,user=XXX,pass=XXX://192.168.0.101/seagate
liegt in etc
liegt in etc
Sonntag, 23. November 2008
HK Skillung
http://wo.gamona.de/calc/?1440001300090110000000000001000000000000000000000000000000000000000000000
Montag, 3. November 2008
Abonnieren
Posts (Atom)


