Viewing 15 posts - 2,416 through 2,430 (of 2,897 total)
My little trick is to select detach database in the GUI. It will tell you there are active connections and do you want to kill them ? I say yes,...
June 26, 2007 at 1:56 pm
Yes, I think it will roll them all back. Better to run it as a job ... it's faster than running it interactively from your session. Also, for the 20,000,000...
June 26, 2007 at 1:51 pm
That's a strange one !
I usually just remove a specific table, change it, then add it back in, and leave the rest of the publication alone. (Doesn't explain your problem,...
June 13, 2007 at 2:49 pm
You must have primary keys for transactional. Without keys, you can use snapshot, but that pushes the whole table each time. Can you add primary key fields at the end...
June 13, 2007 at 2:34 pm
I'm pretty sure it's a non-issue. We went from SP3 to SP4 a while back, and I think it took all of 5 minutes. I would remember if it affected...
June 6, 2007 at 2:49 pm
EDIT: I just realized I posted this to a 2 1/2 year old thread !! Sunny, Why did you bother dredging this up ??
"...The problem is that the database which...
June 6, 2007 at 2:40 pm
If you post this in the SQL 2005 forum you may get better results.
So, your database is CollationA, but the columns Are CollationB ? How did the collation get wrong...
April 17, 2007 at 2:46 pm
"... What about 2007-04-01 is it yyyy-mm-dd or yyyy-dd-mm ? ..."
Does anyone actually use YYYY-DD-MM ?? Defeats the purpose of having YYYY first
March 27, 2007 at 2:08 pm
" ... Only the International (yyyy-mm-dd) is self-describing and explicit. So it would be cool if you would use it. ... "
I agree ....
March 26, 2007 at 11:32 am
"... You need to enable mail profile in sql agent properties..."
That was it ! I had everything else setup, didn't realize I had to enable it as well .... then...
March 21, 2007 at 9:11 pm
Clarification: We WERE getting the errors in SQL2000 as well, I just hadn't heard about them because of all the other problems we were having with other things.
Are there any implications...
March 13, 2007 at 11:16 am
" ... 1. For each table, insert the data, to be deleted, into a corresponding "purged" table, to remain there for one day only. ..."
In this step, your "purged" table...
March 12, 2007 at 8:25 pm
We do something similar when we do large updates or purges. We store them in another DB that is simple recovery, rather than clutter up production.
March 12, 2007 at 7:48 am
Maddogs .... Yes, I'm a homebrewer, although I haven't done much lately. We have a good homebrew club here in SW Connecticut. I switched to full mash & good yeast...
February 22, 2007 at 1:35 pm
Viewing 15 posts - 2,416 through 2,430 (of 2,897 total)