Viewing 15 posts - 1,036 through 1,050 (of 1,271 total)
Try stopping and starting the agent. If that fails, reboot the SQL Server. If it still doesn't work, drop and recreate replication.
November 15, 2006 at 12:00 am
Add an Execute SQL task and put the Truncate Table statements in that task. Then add an On Success or On Complete precedence from it to the next step you...
November 14, 2006 at 11:50 pm
I'm currently evaluating Quest's new product Capacity Manager. In addition to tracking these statistics, it forecasts your future performance needs so that you know well in advance when you will...
November 14, 2006 at 11:44 pm
Well, whatever value you are passing in for @sHMC and @RowCounter are already in the table.
November 14, 2006 at 11:38 pm
I would love to help, but it turns out that the Psyche class I took wasn't about mind reading after all. ![]()
In all seriousness,...
November 14, 2006 at 11:18 pm
On the contrary, this is a much simpler way to handle this than creating a full backup. When making a change on a single table, I've often done a simple...
November 14, 2006 at 11:05 pm
I don't think the creator of this question understands what a "narrow table" is. A narrow table is a table with very few columns not rows. If...
November 14, 2006 at 10:28 pm
If you want to script it without using EM, you'll have to create your own process to script it out.
November 14, 2006 at 9:48 am
Here's the secret to how I automated mine: I have a (non-replicated) table in the publisher called ReplicatedTables. If a table is listed in that table, it gets replicated; if...
November 13, 2006 at 11:55 pm
You probably passed the wrong value for one of the parameters of sp_addarticle. Can you post the query you used?
November 13, 2006 at 11:36 pm
November 13, 2006 at 11:16 pm
Well, Call is not a T-SQL command, it is an ODBC/SQL Native Client command. So it would appear that the change is not with SQL Server itslef, but rather with...
November 10, 2006 at 10:54 am
1. Heather knows about the "script view as" (read the rest of her post).
2. The keyboard shortcuts doesn't apply here as there is nothing you can add to the shortcuts...
November 10, 2006 at 10:44 am
Explain "doesn't work". Does it give you an error? If so, what is it? Does it say completed successfully yet nothing was done by the procedure?
And post the code please.
Help...
November 10, 2006 at 2:39 am
Viewing 15 posts - 1,036 through 1,050 (of 1,271 total)