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...
Tommy
Follow @sqlscribeApril 1, 2008 at 1:48 pm
Have you tried creating alias(s) on your local machine in the configuration tool? i.e.

Tommy
Follow @sqlscribeMarch 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 🙂
Tommy
Follow @sqlscribeMarch 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...
Tommy
Follow @sqlscribeMarch 28, 2008 at 9:34 am
Just sent you the RDL via e-mail 🙂
Tommy
Follow @sqlscribeMarch 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...
Tommy
Follow @sqlscribeMarch 27, 2008 at 10:51 am
or the Schema Changes History report available in SSMS 🙂
Tommy
Follow @sqlscribeMarch 27, 2008 at 10:03 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) + ' @' +...
Tommy
Follow @sqlscribeMarch 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...
Tommy
Follow @sqlscribeMarch 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).
Tommy
Follow @sqlscribeMarch 25, 2008 at 10:35 am
March 25, 2008 at 8:47 am
I'm currently running 3215. A number of fixes have been introduced for SSAS.
Tommy
Follow @sqlscribeMarch 25, 2008 at 8:36 am
NP 🙂
Tommy
Follow @sqlscribeMarch 25, 2008 at 7:50 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.
Tommy
Follow @sqlscribeMarch 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.
Tommy
Follow @sqlscribeMarch 24, 2008 at 9:09 am
Viewing 15 posts - 166 through 180 (of 566 total)