Viewing 15 posts - 91 through 105 (of 242 total)
i believe you will need to specify both ports
MSSQLSvc/ServerName.domain.com:1433 domain\account
MSSQLSvc/ServerName.domain.com:48000 domain\account
August 28, 2018 at 12:43 pm
talk to your arch. use reverse proxy
August 10, 2018 at 1:34 pm
make sure port 25 is open between smtp server and sql server. , you may use following script to setup mail (change values as required)
August 10, 2018 at 12:49 pm
try this
begin
DECLARE @Domain NVARCHAR(100)
EXEC master.dbo.xp_regread 'HKEY_LOCAL_MACHINE', 'SYSTEM\CurrentControlSet\services\Tcpip\Parameters', N'Domain',@Domain OUTPUT
--SELECT Cast(SERVERPROPERTY('MachineName') as nvarchar) + '.' + @Domain AS FQDN
declare @port nvarchar(100)
declare...
August 9, 2018 at 2:08 pm
yes, by adjusting HostRecordTTL and RegisterAllProvidersIP values, as I said if you are having issues with linked server I fail to understand why you are not having connectivity issues...
July 23, 2018 at 7:19 am
I have implemented Microsoft recommendation in my environment, and that has resolved my timeout problems, I am however not using linked servers, but if you create a linked server using...
July 20, 2018 at 9:59 am
Chris Harshman - Thursday, July 19, 2018 12:41 PMtry running this from within a SQL Agent job:
exec xp_cmdshell 'echo %temp%'
thanks, I ran...
July 19, 2018 at 2:53 pm
disk Que length should not be more than 2 per spindle.. may be its time to add disk to SAN aggregate(s)
Current Disk Queue Length
This counter will...
July 16, 2018 at 12:45 pm
thanks for the explanation, now i understand the cause
July 12, 2018 at 10:15 am
yes, pointing to the correct database
result of grant is 'command completed successfully'
I can select from table as testuser
July 12, 2018 at 8:13 am
not really, let me rephrase my question, is there a way to find suggested indexes using extended events?
July 5, 2018 at 8:59 am
The below query says so, I don't need lecture on indexes/plan cache, what I need to know is if ' is there a way to identify missing indexes via extended...
July 5, 2018 at 7:39 am
did you configure max memory for sql server.. ?
June 21, 2018 at 6:57 pm
Viewing 15 posts - 91 through 105 (of 242 total)