Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)

  • RE: Can 2000 driver be used to connect to 2005?

    Thanks! That was what I was looking for!

  • RE: Can 2000 driver be used to connect to 2005?

    I don't exactly understand. Perhaps I was not clear.

    Windows XP on client machines comes with SQL Server ODBC Driver for 2000.

    Soon clients will have to connect to...

  • RE: After changing SQL Server account, access denied on SP_OACREATE

    I was using the same account for the SQL Server Agent and the SQL Server services. I granted them Local Admin privileges and this did not resolve the issue.

  • RE: SQL Profiler - Possile to Record Insert/Update/Delete

    I figured it out.

    I needed to include RPC:completed as an event.

    exec sp_trace_setevent @TraceID, 10, 1, @on --TextData

    exec sp_trace_setevent @TraceID, 10, 3, @on -- DatabaseID

    exec sp_trace_setevent @TraceID, 10, 6, @on-- NTUserName

    exec...

  • RE: SQL Profiler - Possile to Record Insert/Update/Delete

    Actually, I am not having problems capturing the inserts/updates/deletes when performed in Query Analyzer. I am not able to capture them when performed within SQL Server Enterprise Manager. ...

  • RE: Connecting to ORACLE through OPENROWSET, without installing ORACLE Client

    Whenever I have made a connection to Oracle through SQL Server I have installed the Oracle client on the SQL server box.

    I'm not sure you can connect to Oracle...

  • RE: SQL SERVER Registration Problem

    Are you able to connect to the SQL Server instance through Query Analyzer or are you not able to connect to it at all?

    You may want to ask the DBA...

  • RE: Telecommuting

    We've been suggesting that we increase the use of telecommuting -but its not going to happen. We can telecommute when we need to stay home for something (repairman, etc)...

  • RE: Cannot stop MSSQLSERVER service

    Funny, I thought I had tried disabling it and it hadn't working. It work this time!

    Event Logs just said:

    User : NT AUTHORITY\SYSTEM

    The SQL Server (MSSQLSERVER) service was successfully sent...

  • RE: Self-Blocking on one database

    My blocking issue was actually expected by the application. Because they were trying to update the database with almost a days worth of data and communications channels hadn't properly...

  • RE: Self-Blocking on one database

    There are a bunch of CXPacket waittypes and then the waittypes that are blocked are LATCH_EX and PAGEIOLATCH_UP. I found some postings that it may have to do with...

  • RE: Data Consistancey/Corruption Crashing Server?

    Thanks. I tried dropping and recreating the maintenance plan and now the integrity checks job works. But optimizations job rebooted the server. 🙁 Off to microsoft.

    Never...

  • RE: SQL Overview Part 1

    Thanks for sharing this with us. I had developed something pretty complicated to monitor my database instances. Not only have I now gotten more experience with SSIS, but...

  • RE: SQL Overview Part 1

    Tony Mungor (1/7/2008)


    If you have not, try setting the default value for the SVR_Conn variable to (local) or to your server name \ instance name . That worked for...

  • RE: SQL Overview Part 1

    I am getting a similar error as the previous poster. It "Previews" under the QASRV.SQL_Overview connection manager, but not under MultiServer. When I look back at the MultiServer...

Viewing 15 posts - 1 through 15 (of 30 total)