2
votes
2answers
155 views
SQL Server to MySQL
I have a backup of an SQL Server DB in .bak format which I've successfully managed to restore to a local instance of SQL Server Express. I now want to export both the structure and data in a format …
3
votes
3answers
3k views
Entity Relationship Diagram for MS Access
I've worked with MySQL and MSSQL for some time and have used a variety of CASE and UML tools when designing some of my more complex projects.
I was recently asked by a colleague if I could …
0
votes
0
votes
Storing Images in DB - Yea or Nay?
Pulling loads of binary data out of your DB over the wire is going to cause huge latency issues and won't scale well.
Store paths in the DB and let your webserver take the load - it's what …
1
vote
What is the best way to avoid SQL injection attacks?
In ColdFusion there is a tag (function) called cfqueryparam that should be used whenever writing inlin …
