Viewing 15 posts - 1,936 through 1,950 (of 2,436 total)
Don't your users log into the domain ? Don't your users computers use WINS and DNS as opposed to 'raw' IP addresses ? So the argument of not having a...
September 21, 2005 at 1:05 pm
This is a "double post" ... http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=92&messageid=221521
September 21, 2005 at 11:26 am
Sent a private message. One question though 'hawg' ... does the binary translate to octal or hex ? (I want to know if I'm decoding it properly).
September 21, 2005 at 10:55 am
Yelena and SQLBill, you're both right (although it seems contradictory). The contradiction is in how your individual networks are configured to handle ICMP traffic (ping).
September 21, 2005 at 10:22 am
Since you are on Advanced Server I'm assuming you're on a cluster. But that might not be true. This is important since if you are clustered then the SQL Server...
September 21, 2005 at 9:18 am
I had to implement this fix on only 1 of 22 servers.
September 21, 2005 at 8:55 am
... 'religion' is still the answer ...
September 20, 2005 at 4:16 pm
Just to clarify the ports ... TCP 1433 & UDP 1434 are needed at a minimum for SQL authentication. If you are going to use Windows Authentication with (ughh ...)...
September 20, 2005 at 4:12 pm
Here's a couple of links about the trace flags:
http://support.microsoft.com/kb/315447
http://support.microsoft.com/default.aspx?scid=kb;en-us;906121&sd=rss&spid=2852
September 20, 2005 at 3:22 pm
Both the SQL Server and SQL Agent startup accounts need to be domain user accounts with the proper 'rights'. I state this becaause I do not know what user context...
September 20, 2005 at 11:37 am
Be cautious of "niladic" functions (like db_name(), user_name(), object_name(), etc.) if they being used in a stored procedures. They are "context" specific. In other words some of these functions will return...
September 20, 2005 at 11:23 am
Why would you not want to join the domain ?
September 20, 2005 at 11:14 am
I'd first talk to the network ?gods? about 'firewalls' and 'ports' before anything like trusted domains. If you're using SQL authentication then 'trusts' are just a wste of time and resources.
September 20, 2005 at 10:37 am
Noeld, we've actually had to perform a conversion in this manner just recently. A third party product chose by the user community (with no IS input at all !) caused...
September 20, 2005 at 10:32 am
Try updating MDAC (if you can afford the server reboot) to SP2. If that does not fix the issue than I'd take Yelenas advice to use profiler.
September 20, 2005 at 10:27 am
Viewing 15 posts - 1,936 through 1,950 (of 2,436 total)