http://iotn.co.kr ¿¬¶ôó: gilho.kr@gmail.com [ The Japanese government should apologize to Japanese Military Sexual Slavery victim. / ìíÜâïÙݤªÏìíÜâÏÚªÎàõîÜÒ¿ÖË?ßåíºªËÞóñªª¹ªÙª. ]
Microsoft SQL Server, Error: 67 => ip È®ÀÎ
Microsoft SQL Server, Error: 1326 => 1433 Æ÷Æ® È®ÀÎ
Microsoft SQL Server, Error: 18452 => Security - SQL Server and Windows Authentication mode [ DB restart ]
Microsoft SQL Server, Error: 4064 =>
C:\Users\Administrator> sqlcmd -E -s MSSQLSERVER -d master
C:\Users\Administrator> sqlcmd -E -d master
1> sp_defaultdb 'testuser','master'
2> go
C:\Users\Administrator> osql -E -d master
1> sp_defaultdb 'testuser','master'
2> go
Microsoft SQL Server, Error: 18470 => Security - Status [ Disabled => Enable ]
or
ALTER LOGIN sa ENABLE ;
GO
ALTER LOGIN sa WITH PASSWORD = 'you new strong password' ;
GO