Viewing 15 posts - 25,351 through 25,365 (of 26,490 total)
I took your code, made a couple of changes for my environment, and was able to send myself an email. If you would like, I can make another small...
December 14, 2007 at 8:15 am
I was comparing your call to sp_send_dbmail to one I have in a scheduled job and I see one thing missing from yours, this:
@execute_query_database = 'mydb',
Add this to your call...
December 13, 2007 at 11:46 am
I don't know, but I got the answer (per QoD) correct because it makes sense to me. There are two types of DML triggers: AFTER and INSTEAD OF. ...
December 13, 2007 at 7:51 am
There is an admistration part to WSS, but I haven't been able to find where it is yet, mostly because I am at home right now. We had an...
December 6, 2007 at 8:45 pm
I had this issue a while back. You won't be able to do this through SSMS. Unfortuately, I don't remember exactly how I finally backed up and truncated...
December 6, 2007 at 4:48 pm
Actually, since your stored proc sp_ResetDB, was created in the master database, by just saying EXEC sp_ResetDB, SQL Server looked first in the master database and finding it there ran...
December 6, 2007 at 2:47 pm
Have you tried executing like this: exec sp_ResetDB
December 6, 2007 at 2:06 pm
Merry Christmas!
I have to agree with Jeff. There isn't much that I really want or could use. I have a great family that is supportive of my career...
December 6, 2007 at 10:04 am
True, true, but to say that a tinyint holds values between 0 and 255 not 0 and 127 is also misleading in the context of the question. The given...
December 4, 2007 at 2:12 pm
Actually, SQL Mail on SQL Server 2000 requires a MAPI client be installed on the server (Outlook, not Outlook Express). xp_sendmail uses MAPI to send mail. I don't...
December 4, 2007 at 8:36 am
True, a tinyint can hold a value between 0 and 255, but the DOMAIN of a specific column defined as a tinyint may be 0 to 127. You can...
December 4, 2007 at 8:08 am
Not being that familiar with SAN's myself, my answer is an unqualified yes. We are getting a new SAN here, and I expressly asked that the disks used by...
December 3, 2007 at 7:55 am
Viewing 15 posts - 25,351 through 25,365 (of 26,490 total)