Viewing 15 posts - 5,011 through 5,025 (of 6,216 total)
Definitely depends on the client. Here where I work the minimum configuration is P400 with 128m RAM, more than enough for anything we could think of so far! Doing the...
February 4, 2002 at 1:39 pm
Steve - you gotta try SQL Compare - it'll change your life!
Andy
February 4, 2002 at 1:37 pm
Maybe log an entry into a table when each app starts, then run a job that will look for rows with a missing close out entry - then have it...
February 4, 2002 at 1:35 pm
Not sure I follow - the insert is failing on the publisher?
Andy
February 4, 2002 at 1:31 pm
That makes sense - I dont think there is a way to upgrade without having 6.5 installed.
Andy
February 4, 2002 at 1:29 pm
Havent used it, but Im in favor of using SQL replication rather than something low level like Double Take. At least I can modify/troubleshoot replication! Perhaps other readers will have...
February 4, 2002 at 4:57 am
Did you modify the table, either on the publisher or subscriber? There will be an insert proc on the subscriber for each table that is being replicated, you can compare...
February 4, 2002 at 4:53 am
Nothing much more than I posted earlier..that I can think of at the moment anyway, is all kind of a blur!
Andy
February 3, 2002 at 6:38 pm
Hey Jim,
We have a lot of useful articles here on the site that might help clear the fog some. For example, I have one posted that explains how logins and...
February 3, 2002 at 9:34 am
If you're just applying minor changes to a db, I'd agree that a script is the way to go, especially since you still need to go through the process of...
February 3, 2002 at 8:11 am
Should have thought of that too - functions often encapsulate quite a bit of code, just depends on how many times you're accessing the same table whether it makes sense...
February 3, 2002 at 8:05 am
I think its a ODBC trace file - check your DSN utility to see if tracing is turned on.
Andy
February 3, 2002 at 8:03 am
I agree about the use of the return code for error signaling. I doubt there is much difference in overhead if you declare true output parameters - figure no matter...
February 2, 2002 at 7:52 pm
One other thing to remember is that you can actually turn triggers off in SQL 7 and later - which can lead to a few puzzling moments if you forget...
February 2, 2002 at 7:48 pm
Viewing 15 posts - 5,011 through 5,025 (of 6,216 total)