Forum Replies Created

Viewing 15 posts - 1,936 through 1,950 (of 2,436 total)

  • RE: SQL 2000 and the Domain controller

    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...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: SQL Server starting problem

    This is a "double post" ... http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=92&messageid=221521

     

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Do you use Microsoft Operations Manager (MOM)?

    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).

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Access Database in a Different Domain

    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).

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: SQL Server Service starting problem

    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...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: connection brakes while exec storedprocedure

    I had to implement this fix on only 1 of 22 servers.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Restoring when all I have is the LDF file

    ... 'religion' is still the answer ...

     

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Access Database in a Different Domain

    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 ...)...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: CHECKPOINT statement questions

    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

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Creating non-local backup device

    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...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: How can I retrieve my current database name?

    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...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: SQL 2000 and the Domain controller

    Why would you not want to join the domain ?

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: Access Database in a Different Domain

    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.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: change mdf and ldf files

    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...

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

  • RE: connection brakes while exec storedprocedure

    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.

    RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."

Viewing 15 posts - 1,936 through 1,950 (of 2,436 total)