2013-10-31
2,202 reads
2013-10-31
2,202 reads
Implement Loginless Database Users to maintain data security and preserve interface when dynamic SQL is being used within a stored procedure.
2013-09-10
7,372 reads
2013-07-12
2,320 reads
Review the error log for possible brute force or dictionary attacks on your SQL Server instance.
2015-05-08 (first published: 2013-05-22)
2,699 reads
Identify orphaned Database Users and differentiate them from "Loginless" Database Users.
2013-05-13
3,144 reads
Changes DB owner to sa for Online DB's where owner is not sa
2013-04-26 (first published: 2013-04-12)
2,732 reads
This week Steve Jones talks encryption and why you shouldn't be implementing anything you've invented.
2013-03-18
191 reads
Why do stored procedures help with security? In this piece, MVP Brian Kelley explains why SQL Injection and information gathering are hampered with stored procedures.
2015-06-12 (first published: 2013-02-18)
21,032 reads
2013-02-28 (first published: 2013-02-12)
1,150 reads
I want to backup my SQL Server databases to a folder, but I want to minimize who has access to the folder. In other words, I want to make sure that members of the Windows Local Administrators group don't get to the backups without intentionally trying to bypass the security. How do I do that?
2012-10-02
3,264 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
Tlp/Wa_Cs:0817-866-887. Komp. Ruko Kopo Plaza B.03-04, Jl. Peta No.33, Suka Asih, Kec. Bojongloa Kaler,...
Tlp/Wa_Cs:0817-866-887. Jl. Interchange Karawang Barat, Purwadana, Karawang, 41361, Purwadana, Telukjambe Timur, Karawang, Jawa Barat...
hi, we couldnt get our upstream data source developers to supply what is sometimes...
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers