Viewing 3 posts - 1 through 3 (of 3 total)
in SQL 2000, you can use exec sp_repladdcolumn to add a column into a replicated table, system will propagate the change to suscriber automatically
in SQL 2005, you can use "alter...
July 21, 2008 at 8:41 am
#845787
There are two ways to recover a single data file DB in SQL 2005.
1. Create DB for attach ...
CREATE DATABASE database_name
ON [ ,...n...
July 14, 2008 at 7:06 am
#842346
We got the same issue insql 2005, a compicated SQL statement stuck the process for ever. you can update statistics, then it will get faster. SQL 2005 is very sensitive...
April 5, 2008 at 10:23 am
#798793