Viewing 7 posts - 1 through 7 (of 7 total)
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...
April 13, 2006 at 11:50 am
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...
April 20, 2005 at 4:15 pm
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...
April 20, 2005 at 3:36 pm
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. ...
March 22, 2005 at 8:29 am
Sorry, I should have said piling up in the log, not the distribution database.
March 10, 2005 at 2:57 pm
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...
March 10, 2005 at 2:54 pm
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...
February 18, 2005 at 1:50 pm
Viewing 7 posts - 1 through 7 (of 7 total)