Viewing 15 posts - 1 through 15 (of 17 total)
TommyB (10/12/2007)
DROP FULLTEXT CATALOG catalog_name
Then try the steps above again.
To determine SP level -
SELECT SERVERPROPERTY('productversion'),
SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Should...
October 14, 2007 at 12:04 pm
TommyB (10/12/2007)
DROP FULLTEXT CATALOG catalog_name
Then try the steps above again.
To determine SP level -
SELECT SERVERPROPERTY('productversion'),
SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
Should...
October 12, 2007 at 1:49 pm
TommyB (10/12/2007)
October 12, 2007 at 12:38 pm
TommyB (10/12/2007)
You should just be able to drop the old one and create a new one; good step-by-step article w/ illustrations.http://www.userscape.com/helpdesk/index.php?pg=kb.page&id=142
Tommy,
I think that we are starting to...
October 12, 2007 at 11:42 am
TommyB (10/12/2007)
My apologies - thought this was a 2000 post 🙂Much easier in 2005 - see this article -
Tommy,
I do NOT have a backup of the full...
October 12, 2007 at 10:38 am
TommyB (10/12/2007)
See MS KB240867 -
Tommy,
First of all thanks for your post.
Does that article pertain to SQL 2005.
Is that really the EASIEST way to change the path for a...
October 12, 2007 at 10:17 am
Michael,
That is a good idea.
I will give that a try.
Thanks.
Rick Bellefond
February 7, 2007 at 8:27 pm
Bill,
Oops, I meant to post
ALTER DATABASE RB_Data_Services_MSCRM
SET MULTI_USER
Any idea as to how I can get exclusive control over this db so I can then rename it or delete it?
Thanks.
Rick
February 7, 2007 at 4:54 pm
Mohammed,
Ok, I actually got it to go into multi user mode by going to Services and restarting the SQL Server and then giving it the
Alter database RB_Data_Services_MSCRM
Set multi_user;
command...
February 7, 2007 at 4:51 pm
Mohammed when I tried your script I got the message saying
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near '-' -
Was I supposed to change @DataName to the name...
February 7, 2007 at 4:28 pm
Mohammed,
When I try to put the db in multi user mode I get:
Msg 5064, Level 16, State 1, Line 1
Changes to the state or options of...
February 7, 2007 at 4:21 pm
Mohammed and Yelena,
You guys are amazing.
Thanks.
Rick Bellefond
February 7, 2007 at 3:51 pm
Oh, that does not sound good. So while I thought that I was making a backup to a single file I actually made it to multiple files. The only backup...
February 7, 2007 at 1:36 pm
Tuned out that I just needed to go to IIS and start the website and make sure the website was started.
Thanks to all who provided input.
Rick Bellefond
February 7, 2007 at 11:14 am
Michael,
Ok, thank you.
Rick Bellefond
February 5, 2007 at 3:44 pm
Viewing 15 posts - 1 through 15 (of 17 total)