Viewing 8 posts - 1 through 8 (of 8 total)
Ended up using the PS from here
https://gallery.technet.microsoft.com/scriptcenter/List-Share-Permissions-83f8c419
June 29, 2020 at 1:33 pm
Browser service running? TCP port 1433 and UDP port 1434 allowed? Let me know.
June 26, 2020 at 1:02 am
OS = 2008 R2
yes all servers in same domain.
here is the solution
On cluster, you cannot configure SQL Server to listen on a specific IP addresses. You must choose IPALL. The...
November 22, 2010 at 3:29 pm
Inner join Result set Key1 value last tuple should be 8 not 6;-)
October 7, 2009 at 12:50 pm
Are you sure task manager is accurate for 64 bit? I have a std edition server using 6 GB of RAM and task manager is reporting 109 meg? ...
March 13, 2008 at 11:18 pm
I think I have it figured out.
I have heard that developer edition is not configured to allow remote installs?
July 15, 2005 at 7:02 am
if you suspect SQL Server process try
SELECT spid 'PID', rtrim(status) 'Status', SUSER_SNAME(sid) 'User', rtrim(hostname) 'Host', rtrim(program_name) 'Program', memusage 'Mem Usage', cpu 'CPU Time', physical_io 'I/O', blocked 'Blocked', 'Database'= CASE WHEN...
June 3, 2005 at 3:13 pm
use master
go
exec sp_lock
June 3, 2005 at 2:12 pm
Viewing 8 posts - 1 through 8 (of 8 total)