Viewing 15 posts - 5,656 through 5,670 (of 13,460 total)
Lynn Pettis (4/3/2012)[hr
I think the pointers may be to files stored elsewhere, not to data in the database.
[/quote]
must be a long day; i'm still not reading the requirement right yet.....
Lowell
April 3, 2012 at 3:11 pm
ricardo.cuevas (4/3/2012)
Lowell
April 3, 2012 at 3:04 pm
Is there an easier way to determine "good" vs "garbage"?
would it be a solution to find values not in the dictionary, or values that do not pass a spell check...
Lowell
April 3, 2012 at 12:21 pm
if you want to script out the trace just in case you need to put it back again, I've posted a very nice TSQl for it you can find here:
Lowell
April 3, 2012 at 10:46 am
do a quick SELECT * FROM sys.traces
if you have C2 auditing on, id=1 is the c2 trace, and id=2 is the default DDL trace;
otherwise id=1 is the default DDL trace.
everything...
Lowell
April 3, 2012 at 10:43 am
pammu (4/3/2012)
mentioned rights given to the user and after executed the send mail query i am getting the below mentioned error. May be it needs some...
Lowell
April 3, 2012 at 7:12 am
to make it 1:1, you simply add a unique constraint on the child table's column that is referencing the Parent;
so it's not a "type" of foreign key you are looking...
Lowell
April 3, 2012 at 6:56 am
your user "TEST" needs to also be a user in the msdb database.
that user needs to be in the DatabaseMailUserRole which exists in that database.
something like this is the...
Lowell
April 3, 2012 at 6:26 am
I absolutely did not mean to imply that you did not have any experience, and I definitely did not mean to offend you.
If you read my post that way, I'm...
Lowell
April 3, 2012 at 4:56 am
SQLKnowItAll (4/2/2012)
Yup! Stepping away and observing because this is clearly not what I thought... 🙂
I think digging at the setup for db_mail is fine; we've got to get Welsh from...
Lowell
April 2, 2012 at 3:17 pm
Lynn Pettis (4/2/2012)
What has me slightly confused is you talk about using Database Mail, but the code you show is using CDONTS....
Lowell
April 2, 2012 at 2:47 pm
Welsh Corgi (4/2/2012)
SELECT *
FROM sysmail_event_log
Nothing but start & stop DB Mail
SELECT *
FROM sysmail_allitems
I found the items were listed as failed.
Waia minute...you said for all...
Lowell
April 2, 2012 at 1:37 pm
CDONTs was a com object, and that error says it's not registered yet;
you may need to copy the dll to the server, and then register it.
http://www.jppinto.com/2009/03/install-cdonts-mail-component-and-smtp-on-windows-server-2008/
I know from your outer...
Lowell
April 2, 2012 at 11:42 am
ravisamigo (4/2/2012)
Hi All,How to create a user defined database role to give create and alter permissions only on views.
Please advise.
Thanks and Regards,
Ravi.
Ravi take a look at this thread on the...
Lowell
April 2, 2012 at 4:34 am
we have that in a few tables;
it's usually something like an Entity and need to to identify the "prime" entity,
an example might be a table of bank names,...
Lowell
March 30, 2012 at 12:35 pm
Viewing 15 posts - 5,656 through 5,670 (of 13,460 total)