Viewing 15 posts - 8,581 through 8,595 (of 9,248 total)
Matin (12/26/2008)
Hi All ,How to trace sql sp without using print() statement ?
Thanks in advance
best way!
run a server side trace and dump the output into a sql table
December 27, 2008 at 9:10 am
truncating the log will remove any inactive entries but not reduce the actual physical file size.
shrinking the log will reduce the physical file size,
but it's worth noting you cannot...
December 27, 2008 at 8:58 am
i seem to remember, initial contact is made over 1433 then the server passes back the details of the named instance(s) and its ports\IP address
December 26, 2008 at 3:43 am
Vista users run as low privelege normally, what does sql authentication produce running the same statement?
December 25, 2008 at 11:49 am
Lynn Pettis (12/17/2008)
December 25, 2008 at 11:42 am
fputhod (12/22/2008)
I installed from a internet download
from where exactly?
December 25, 2008 at 11:37 am
Nicholas Cain (12/24/2008)
The best way to test....unplug stuff
at the end of the day this is exactly what clustering is designed to protect against so yes its the best way. Fail...
December 25, 2008 at 8:47 am
just be sure not to tick the "relay messages to all domains" check box otherwise after a couple of hours your public ip address will be blocked 😉
December 25, 2008 at 8:24 am
kendal.vandyke (12/24/2008)
Maybe the question was misunderstood.
not at all.
RAID 10 will generally offer a performance boost over RAID1 due to the striping across mirrored sets. As SQL server writes to...
December 25, 2008 at 3:33 am
there are some freebiee sql utils but the best bet is either Redgate SQL Backup or Quest Litespeed?
December 24, 2008 at 12:50 pm
i would say the RAID 10 array is best as it offers the best performance and fault tolerance combined into one package. The downside of RAID 10 is the disk...
December 24, 2008 at 12:49 pm
sorry god but i'm not the one with the ego problem am i. Also i havent made any obscene comments, i just told you to quit crying like a pair...
December 24, 2008 at 12:44 pm
VEB (12/24/2008)
The problem is that the host with SQL Server has Windows Firewall configured. Ports 1434/UDP and the static ports associated with instances are opened in the...
December 24, 2008 at 12:38 pm
port 2525 is usually used if blocking port 25.
Verify with the exchange admin the listener and outgoing ports?
Is the exchange server on the same network as the sql server?
December 24, 2008 at 12:23 pm
Viewing 15 posts - 8,581 through 8,595 (of 9,248 total)