Viewing 3 posts - 1 through 3 (of 3 total)
"I think we all have to think about the skills we should have to make sure that if the market shrinks we’re the ones who keep our jobs"
I'm not so...
July 9, 2015 at 3:33 am
#1811222
I'm ready to be corrected, but I'm pretty sure it's only non-MSSQL servers.
This is because you can't directly query MYSQL (or other SQL flavours) with MSSQL server syntax - e.g....
October 13, 2014 at 4:10 am
#1751933
Beware!
SELECT TOP 10 * FROM MYSQL...test_table
Will pull all rows from test_table across the network to the MSSQL server, then return the top 10. If that sounds like a bad...
October 13, 2014 at 2:33 am
#1751917