March 2007
4 posts
Protect from SQL injections (SQL Server)
Always validate user input by testing type, length, format, and range. When you are implementing precautions against malicious input, consider the architecture and deployment scenarios of your application. Remember that programs designed to run in a secure environment can be copied to an insecure environment. The following suggestions should be considered best practices: * Make no assumptions...
ФотоЖопы
Видал я много разных жоп но эта, братцы, - фотошоп!
Висит на заборе
Висит на канале Поставлен Фэйк-Дусей Гламурненький топик И буквы горят: Пропал Махадео! Пропал Махадео! Пропал Махадео! По кличке Ождад.
Solution: SQL Server login failed for user
Problem: I successfully restored a DB to a new server. However when I try to connect to the restored DB, I get error message: Cannot open database requested in login ‘my_database’. Login fails. Login failed for user ‘my_login’. I made sure this user is present in the DB. I also confirmed the login for this user name is present in server logins. Solution: Run the...