Off to Florida
But we love seeing the family, and though it's a bit of a drive (about 9 hours) it's worth it.
I'll be without internet for most of the time we're there, so see you all again next Friday!
Today's moron told us they fired their last firm because there were issues "they could have spotted in advance had they paid more attention, but instead they waited until they were real problems, and it ended up costing millions more to solve them." Well, sure, in a fantasy world, we'd solve problems before they ever became problems. But that's the client's fantasy, not ours. Do you think the firm they fired is upset because the jobs cost millions more of the client's money? No way. Economically, where's our incentive to find the problems early anyway? You're willing to pay more when you're being sued then 6 months before when you "might" be sued, "if" the customers ever find out. At that point you don't want us telling you there's a problem. You're not willing to pay us the money it would take to fix it anyway. It's not a problem yet. You just want to ignore it. So stop lying and telling us you want us to find problems early. You don't. You want us to find the one that's going to erupt into a lawsuit, but the nine that won't, you don't want us touching. And we're no better at fortune-telling than you. - Anonymous Lawyer
emerge -u world until this week. I finally took the plunge to actually read about it, and after fixing some blocking packages (Yes, you can emerge -C mozilla-thunderbird without it wiping out your existing mail and profile) I started it up.Well, they might ask you about the Java programming language.
In which case, you'll probably be screwed.
I hope you're really charming.
EXEC sp_addlinkedserver
@server = 'TimberlineTest',
@provider = 'MSDASQL',
@srvproduct='Timberline Data',
@datasrc = 'DataTest'
--@Server is the name of the new linked server
--@Provider is the SQL Provider
--@datasrc is the name of a local ODBC DSN
--@srvproduct is the Timberline Driver
--@datasrc is the Server DSN you createdexec sp_tables_ex 'TimberlineTest'select * from [TimberlineTest].[C:\Timberline\Accounting\MyData]..[PRM_MASTER__EMPLOYEE]
--First, the name of the linked server
--Second, the path to the data Files
--Third, Nothing
--Fourth, the table name.