Viewing 15 posts - 166 through 180 (of 566 total)
On the SQL server host, ensure your SMTP relay is accepting connections on TCP 25 (i.e. telnet YOURSMTPSERVERNAME 25). Test SMTP all the way through, for more information refer to...
April 1, 2008 at 1:48 pm
Have you tried creating alias(s) on your local machine in the configuration tool? i.e.
March 31, 2008 at 7:57 am
You might also consider applying the latest cumulative update (http://support.microsoft.com/kb/937137). There are a number of fixes available for maintenance plan tasks.
Good luck 🙂
March 31, 2008 at 7:50 am
I did e-mail the actual RDL file - did you recieve it?
Steve Jones actually posted both of the file(s) here under resources section, I tested the links out and...
March 28, 2008 at 9:34 am
Just sent you the RDL via e-mail 🙂
March 28, 2008 at 8:22 am
Use the procedure below to get the table size, used table and free table in KB. This will allow you to identify bloated tables and reclaim disk space by issuing...
March 27, 2008 at 10:51 am
See BOL for more examples -
DECLARE @EmailRecipients nvarchar(MAX), @EmailSubject nvarchar(MAX), @tableHTML nvarchar(MAX)
SET @EmailRecipients = 'thomas_bollhofer@symantec.com'
SET @EmailSubject = 'Sample HTML Test at ' + CONVERT(CHAR(10),GETDATE(),101) + ' @' +...
March 26, 2008 at 7:22 am
Buxton69 (3/25/2008)
Tommy Bollhofer (3/25/2008)
MSSQL, its components, and attributes can be registered in an AD domain. MSSQL also supports Kerberos authentication as part of an AD domain (http://support.microsoft.com/kb/319723).
Kerberos aside, what are...
March 25, 2008 at 11:11 am
MSSQL, its components, and attributes can be registered in an AD domain. MSSQL also supports Kerberos authentication as part of an AD domain (http://support.microsoft.com/kb/319723).
March 25, 2008 at 10:35 am
I'm currently running 3215. A number of fixes have been introduced for SSAS.
March 25, 2008 at 8:36 am
You can obtain SP2 (Build 3042) here -
For a list of builds after SP2 (Build 3228 is the latest cumulative update) -
http://support.microsoft.com/kb/937137
Install RTM, apply SP2 followed by hotfixes.
March 25, 2008 at 7:38 am
My apologies for the delayed response as I've been out of town 🙂
Steve posted the file here -
http://www.sqlservercentral.com/scripts/SQL+Server+2005/61179/
Thanks.
March 24, 2008 at 9:09 am
Viewing 15 posts - 166 through 180 (of 566 total)