Viewing 15 posts - 1,651 through 1,665 (of 6,216 total)
Even if you had a memory leak, the only reason it should affect performance would be if you were doing a ton of disk swapping. Have you rebuilt indexes/statistics? What...
September 7, 2003 at 2:48 pm
September 7, 2003 at 2:46 pm
Either way you should get all your constraints. If you copy objects with DTS instead of selecting the entire db, you could miss them that way.
Andy
September 7, 2003 at 12:18 pm
I run Developer on XP with no problems. Do you have SP1 loaded? Found this link, perhaps helpful:
http://dbforums.com/arch/71/2002/5/380762
Andy
September 5, 2003 at 8:31 pm
Just create the association in Win Explorer. If you double click the .sql file and it doesnt open, it should give you the list to browse to select a program....
September 5, 2003 at 8:28 pm
Reading those comments (which are very nice to read) Im pleased that the tone we hoped to achieve has worked out. It used to be that I read every post...
September 5, 2003 at 11:09 am
Single biggest reason in my experience is a connection fault, followed by a timeout. Enable logging on the logreader (-outputverboselevel 3 -output c:\logreader.txt I think) so you can get some...
September 5, 2003 at 4:56 am
Have you tried from a different machine to make sure it's not network load, server load, etc?
Andy
September 4, 2003 at 2:28 pm
I'd agree with that. Instead of saying SQL Compare (which I like), just say diff tool. What developer doesnt have at least one around? Hard to argue that its not...
September 4, 2003 at 2:27 pm
Or view in the opposite order might do it, so that newest is on top.
Andy
September 4, 2003 at 2:11 pm
Maybe someone deleted a row on the subscriber? Quick fix is to put it back so the update can continue.
Andy
September 4, 2003 at 2:10 pm
We'll see. That's why the site owner ones pop, so that they get recycled so that someone may get them the second time around. We'd like nothing more than to...
September 4, 2003 at 2:08 pm
September 4, 2003 at 5:25 am
I'd say a good TSQL book or two. Ken Henderson has one (Guru's guide?), as does Ben-Gan (Apress). Or one of Joe Celko's books. If you dabble, maybe an ADO...
September 4, 2003 at 5:24 am
Viewing 15 posts - 1,651 through 1,665 (of 6,216 total)