Viewing 8 posts - 1 through 8 (of 8 total)
I use blat.exe, which is a small public domain program, that will send an email for you. All it needs is access to a SMTP Server. See http://www.blat.net. But...
February 3, 2005 at 6:06 am
I have a calendar table, with one record for each day since way back and 15 years into the future.
Would it be fast if I joined my datetime field with...
October 5, 2004 at 6:56 am
Performance might be an issue, but this solution is great when security is an issue. It is very easy to grant execution rights to a sproc, and then block the...
July 26, 2004 at 3:14 am
A simple approach:
backup database northwind to disk = 'c:\yourfile.bak'
but this ends up at c:\ at the server c:, not your own local disk, and, yes, you need db_backupoperator or db_owner rights.
July 6, 2004 at 12:21 am
Another option is http://www.sqldts.com/default.aspx?242
Works great, and it can be done by an InstallScript, if you need to deploy to many servers.
June 23, 2004 at 5:38 am
Darell,
Thank you. I had forgotten about the Export wizard.
Regards
Henrik
May 10, 2004 at 6:45 am
Yesterday, I went to a Microsoft seminar where Mogens Nørgaard were speaking about obtaining the best performance for a DB system. Key points were:
1) Always investigate on a job/session level....
March 30, 2004 at 6:49 am
Steve,
Thank you for covering this important part of a products lifespan. I would like to recommend that the demo data that the system is running, is as close as possible...
January 14, 2004 at 12:30 am
Viewing 8 posts - 1 through 8 (of 8 total)