Viewing 15 posts - 241 through 255 (of 1,166 total)
Create the replication folder manually first...
Then cleanup your database and its publications and subscriptions if any exists...
If you have replication script use it to recreate it otherwise do it through...
February 26, 2007 at 10:43 pm
Can post your backup device details...
I think you may be using the backup device file name same as your database mdf file...
February 26, 2007 at 6:40 pm
I don't think there is any build in solution for this...
You have write your own...
You set the database alerts to get the notification when db corrupted...see bol topic "How...
February 26, 2007 at 4:13 pm
Can you explain what is the exact problem...
and check your log file in C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG folder for more info...
February 26, 2007 at 4:08 pm
Don't allow any one to restore production database copies to their laptops including power users...
Don't give the access to your backups to regular users other than power users...
You can enforce...
February 26, 2007 at 2:00 pm
Bob,
You can post this in one place and ask moderators to make it sticky instead of posting in all topics
I don't use Red-Gate...
February 26, 2007 at 12:44 pm
Tempdb can't be restored or recovered...
Tempdb gets recreated every time when restart sql services...
You have to use Alter database tempdb....
February 26, 2007 at 12:00 am
Check the settings for MSDTC under Component Services.
How to enable network DTC access in Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;817064
February 25, 2007 at 11:56 pm
After sql installation, if you have the backup of MSDB database you can restore on top of new msdb database...
When you restore msdb database you get all your dts packages,...
February 25, 2007 at 11:52 pm
syspublications table is stored in the publication database...Make sure you are running in published db...
February 25, 2007 at 11:48 pm
Are there any blocking either on subscriber and/or publisher?
Any errors in sql log or application log..
Run the sql profiler and see what is happening...
February 25, 2007 at 11:44 pm
Take the cluster group offline which includes sql services, disks, ip address ect...
February 25, 2007 at 11:33 pm
Try the following....
DBCC
CHECKDB ('dbname') WITH tableresults
February 25, 2007 at 11:29 pm
I believe you can change with SQL configuration Manager...
How to configure an instance of SQL Server to listen on a specific TCP port or a dynamic port
February 25, 2007 at 11:13 pm
Why and how do you need to take the db offline when sql server is stopped.
Is your dbs in standby mode or loading mode?
February 25, 2007 at 10:59 pm
Viewing 15 posts - 241 through 255 (of 1,166 total)