Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Truncating Date

    Does anyone have a method for returning the time value of the datetime field?  I have been doing this with a character conversion:

    set @loop = 1

    set @dStart = getdate()

    --uses convert...

  • RE: Need HELP: [Microsoft SQL-DMO (ODBC SQLState: 42000)] Error 8928

    I have been battling this same problem for a while now.  I have hardware people checking into our hardware configuration and have implemented  several patches...

  • RE: Deleting Replication Objects

    I did this a little while ago.  I was stuck because you have to drop the constraints on the replicated column before you can drop...

  • RE: slow performance

    Marcel,

    Are you using pass through queries to get your data?  Pass through queries are normally what is used to call stored procedures.  You can insert SQL in them as well. ...

  • RE: Transactional Replication Failing

    Sorry, I should have said piling up in the log, not the distribution database.

  • RE: Transactional Replication Failing

    You can try restarting the log reader agent.  The transactions are probably piling up in the distribution database so you do not need to do a reinit.  To...

  • RE: MS Access to SQL Table

    If I understand you correctly, you want to join and Access table and a SQL table in Access.  If this is what you want to...

Viewing 7 posts - 1 through 7 (of 7 total)