Viewing 15 posts - 106 through 120 (of 519 total)
The reason for this is that there are replication tables included in the database that was backed up. If you look at the tables, you'll see them. This causes Sql...
March 6, 2006 at 11:33 am
After having writen reviews on most of the ones on the market, I can tell you there are no monitoring tools which meet ALL of your requirements.
Drop off the cluster...
March 2, 2006 at 3:20 pm
March 2, 2006 at 1:46 pm
using an smtpsendmail proc works well too.......I prefer them as most of my environments do not allow sql mail to be set up.
March 2, 2006 at 1:39 pm
Active Active clustering is a good candidate for applications which can be broken into logical segments as well. An application which handles Provisioning on one database server, and Ordering on...
September 15, 2004 at 10:28 pm
When using the showplan, it will not generate plans for queriess using temp tables, or remote execution procs, etc....
While your script is very cool, the only real option is actually...
September 14, 2004 at 2:23 pm
Just as a FYI, you can also adjust schema generation, and data in generating the publication as well. This will save you time and resources in generating the publication. After all, why generate...
January 9, 2004 at 7:55 am
chopeen's suggestion is what I use........
January 9, 2004 at 7:37 am
Although many of the client's I've worked for end up turning it off for the very reasons our collegues have expressed above, I've found that it's better to work with...
January 9, 2004 at 7:33 am
I think that I would work at attempting to find another solution. It may be that the impact from a de-normalized table, and overhead of the triggers doesn't affect you...
December 29, 2003 at 12:50 pm
I generally attach my spreadsheet as a linked server. Then you can truncate, insert, select, etc...
I have a proc that I pass the unc filename to, the alias to call...
April 21, 2003 at 1:17 pm
60 - 78K for a 8 - 10 year guy?
I know guys graduating from college this year with 0 yrs experience, being offered 65K.....Is it just the area your...
April 21, 2003 at 12:41 pm
The reason that the 1500 were able to be deleted, was because there were no duplicates within those 1500. So long as that is the situation, there is no issue....
April 17, 2003 at 8:30 am
The issue will be found in not having a unique identifier for the table. This unique identifier must exist in order to delete records properly.
Edited by - scorpion_66 on 04/16/2003...
April 16, 2003 at 9:53 am
Viewing 15 posts - 106 through 120 (of 519 total)