Viewing 15 posts - 451 through 465 (of 576 total)
Greg,
The sysjobhistory Table is the one however I see now what you are trying to do! Thats right this table is history only and until a step has completed you...
May 24, 2004 at 8:58 pm
Can't do! You will have to use a Data Modelling tool such as Microsoft Visio 2002 Enterprise Architect.
May 24, 2004 at 5:22 pm
You need to find out which query or queries is perfroming poorly! Once you have established that, do an execution plan to see if Indexes are been used. This is...
May 24, 2004 at 5:20 pm
The MSDB Database contains history about every job. Haven't got time to find out which system table it is in, but have a look in MSDB and try and suss...
May 24, 2004 at 5:18 pm
How on earth do you expect to retain permissions when you DROP a table? SQL Server isn't some magical toy that can pull a rabit out of a hat!
Think...
May 24, 2004 at 5:13 pm
Check to see if the 'Distributor_admin' account is used in a Remote Server connection.
May 24, 2004 at 5:11 pm
If the growth will be 10%/year, then I would place a FILLFACTOR of 90%. This will allow 10% free space on the data/index pages.
May 23, 2004 at 8:42 pm
SQL Server Services HAVE to be started with a Domain Account not local system account if you want replication to work.
May 23, 2004 at 6:31 pm
You can use either Replication or just simply restore the Database to another SQL Server. This all depeneds on how up to date you want the copy. If it's real...
May 23, 2004 at 6:27 pm
For a Database of that size you are better off doing the snapshot manually!
Backup the Database ship it out to your subscribers, attache the database on the subscriber and then...
May 23, 2004 at 6:25 pm
How are you trying to disable Transactional Replication?
May 23, 2004 at 6:23 pm
In order to Implement Replication, you have to have the same Database Design/Structure both at the Publisher and Subscriber!.
May 23, 2004 at 6:22 pm
When you create your Publication, go to the properties of the Article and select the Snapshot tab. From there choose the option "keep the existing table unchanged". By doing this,...
May 23, 2004 at 6:20 pm
I've never had a problem with sp_repladdcolumn!
As for adding a new table to the replication process, you will have to add it to the publication and either redo the snapshot...
May 16, 2004 at 11:02 pm
Viewing 15 posts - 451 through 465 (of 576 total)