Viewing 15 posts - 361 through 375 (of 535 total)
hardware guys fixed the hardware problem. I still have databases kicking errors on a dbcc checkdb inconsistency errors.
is a reboot in order or should I try and repair the...
April 5, 2008 at 9:43 am
I didn't know that xp_smtp_sendmail was a thrid party add-on.
I've always used a fat outlook client.. oh well.. live and learn.
I had to copy a DLL and run...
April 3, 2008 at 12:22 pm
for anyone interested. I did a full set of system backups and then scripted out my publication.
reinstalled on a new server. started sql server in single user...
April 3, 2008 at 8:31 am
thank for all your help! !!!
as I said in my original post - this was our annual DR test. With replication paused, they tested against old...
March 31, 2008 at 6:53 am
Thanks. Should I DISABLE those distribution jobs (there are two) or just disable the schedule for both?
March 27, 2008 at 12:06 pm
Thanks!
select *
from sys.fulltext_catalogs
returns NO results. Does that mean that the catalogs have not been built yet because there is no data in the tables? ...
March 24, 2008 at 8:13 am
Thank you!! and by the way. I successfully moved my master and resouce databases and I then moved ALL the databases on the second box that I...
March 19, 2008 at 4:00 am
Thank you everyone who responded for all your help!!!
I force-started sql server and reran my alter database statements WITH the filenames (DUH!!!!!)
and I was able to start SQL...
March 18, 2008 at 7:02 am
That's an awesome idea!!! I started SQL Server from a command prompt net start mssql$aml /f /t3608
I then opened a new query window and reran my statements:
ALTER...
March 18, 2008 at 6:09 am
Thank you so much!!!!!!!!!!!!!! I really did mess up!!!!!!
Do you think it would be easier just to re-install? or will that make a bigger mess?
I'm...
March 18, 2008 at 2:31 am
I tried moving the files back to their original locationbut I get the same error starting the service.. is there a way to start a session and rerun the code...
March 17, 2008 at 7:37 pm
You're right!!!how dumb of me.. I didn't specify the actual filenames!!
any idea how I can fix this?
March 17, 2008 at 7:30 pm
How dumb of me... I didn't specify the filenames in the Alter database statements!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! any ideas?
March 17, 2008 at 7:25 pm
I thought I did it correctly...
I put the .MDF files for Model and MSDB on E:
the .LDF files for Model and MSDB on F:
and the...
March 17, 2008 at 5:57 pm
Viewing 15 posts - 361 through 375 (of 535 total)