-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a database containing multiple tables (Person, Parents, etc)
Person table has certain attributes particularly ssn, countryofbirth and currentcountry.
Parents table has ssn, and fathersbirthcountry
I'm trying to output the SSNs of all people who have the same countryofbirth as their fathersbirthcountry…
>>> More
-
as seen on SQL Authority
- Search for 'SQL Authority'
Michael Coles is one of the most interesting book authors I have ever met. He has a flair of writing complex stuff in a simple language. There are a very few people like that. I really enjoyed reading his recent book, Expert SQL Server 2008 Encryption. I strongly suggest taking a look at it. This…
>>> More
-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
Michael Coles is one of the most interesting book authors I have ever met. He has a flair of writing complex stuff in a simple language. There are a very few people like that. I really enjoyed reading his recent book, Expert SQL Server 2008 Encryption. I strongly suggest taking a look at it. This…
>>> More
-
as seen on Super User
- Search for 'Super User'
When the frontend of a MS Access db queries a MS Access backend on another machine over the network, does it pull in the whole table/database/file, or does it have some way of extracting just what it needs from the backend, thereby lessening network load.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am doing the following.
1) I am exporting a database and saving it to a file called dump.sql.
2) The file is then transferred to a different server via PHP ftp.
3) When the file has been successfully transferred the administrator has an option to run a 'dbtransfer' script on the new host.
4)…
>>> More