Viewing 12 posts - 1 through 12 (of 12 total)
Thanks, this worked like a charm:
Driver={SQL Server};Server=myServerAddress;Database=myDataBase;Trusted_Connection=Yes; |
November 28, 2006 at 12:46 pm
TSQL -- select count(*) from empMstr = 12073 (correct)
Enterprise Mgr -- double click table empMstr count = 12048(incorrect.
Is that a better picture??
November 17, 2006 at 3:57 pm
I'll have to ask my network administrator for our organizations SMTP server information? Where do I enter it? I'll also have to ask if our SMTP server is set up to...
September 29, 2005 at 4:02 pm
I created the sp and ran it with:
declare @Body varchar(4000)
select @Body = 'This is a Test Message'
exec sp_send_cdosysmail 'thomasj@ministryhealth.org','thomasj@ministryhealth.org','Test of CDOSYS',@Body
The results of the sp are No...
September 29, 2005 at 3:46 pm
Ok so ughhh to SQL Server Mail!! What I need to do is be able to send an email when a certain job fails. And also I need to send...
September 29, 2005 at 7:52 am
Ok, Homebrew thanks. We have installed SP3. The reason I wanted to know was that when I try to test the operators properties i get this message:Error 22022: SQLServerAgent Error...
September 28, 2005 at 2:36 pm
Thanks so much, one of our vendors is changing a column, which appears in many tables. Guess what? They forgot to do it in 2 tables!!. Charger. (By the way...
May 6, 2005 at 12:53 pm
Thanks to both Dan and SQLBill.
SQLBill I tried sp_updatestats, it did not work I even did it with the 'resample' param it still did not work. Perhaps I did something...
April 28, 2004 at 9:34 am
I agree with you Angela and I have been doing some reading and testing. My conclusion is this. I removed my login from one of our servers and I was...
January 8, 2004 at 7:39 am
Ok, but then what is their default role? What can they do? I am guessing that if I want to restrict or grant access, I must create a login for...
January 6, 2004 at 10:55 am
Thanks, I appreciate it. I am a converted Oracle DBA. This is a snap in Oracle.
March 27, 2003 at 7:54 am
Viewing 12 posts - 1 through 12 (of 12 total)