Viewing 15 posts - 346 through 360 (of 371 total)
GOT IT. I ran
sp_dropsubscriber 'servername', @Ignore_distributor =1
then
sp_dropdistpublisher 'servername', @Ignore_distributor =1
then
use [master]
exec sp_dropdistributor @no_checks = 1
GO
Then I was able to recreate the distributor DB
thanks! 😀
September 1, 2009 at 2:56 pm
SOLUTION:
In my service Broker there where emails with Q's on them, after deleteing them I was able to drop the user. :-D:-D:-D:-D:-D
August 12, 2009 at 2:17 pm
Nothing shows up. There has to be a way for force a drop user.
thanks gor you help.....
Leisha
August 10, 2009 at 11:35 am
I can't use the version because I am already on .net 3.5.
any other suggestions, please I really need help on deleting the user!:crying:
August 6, 2009 at 3:00 pm
No errors in the Replication Monitor? Checkk the event veiwer to see if yopu have log in failures. Also make sure the user you have put in the pub and...
August 3, 2009 at 1:46 pm
Okay no takers! I see. Well it all came together, I let it run over the weekend came in and it created my publication. Now I assume that the one...
August 3, 2009 at 1:43 pm
1. F:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\ImportRepository\wicgcdemo".
this path is on your local machine not your test servers.
2.1 copy the flat files to a drive on the test server and reconfigure your ssis...
July 28, 2009 at 2:21 pm
So you have you columns in the excel sheet? 🙂
July 28, 2009 at 8:46 am
It would write you a script and delete out what you do not need so yes it would be the quicker way. Just look over the script before excuting it....
July 28, 2009 at 8:44 am
I would export them out to flat files and use ultredit or wincompare (ithink that's was it is called) find out what you don't need and delete them out. easy...
July 27, 2009 at 3:10 pm
have you renamed you mdf and ldf files from the database you are trying to restore? Are you using sql backup restore or redgate?
leisha
July 27, 2009 at 2:59 pm
Terry,
Not going to happen in a format fashion in the message sending out. Why would want to put errors in the message of an email anyway? I would put...
July 27, 2009 at 2:50 pm
Create an excel spreadsheet that matches the colums you are try to pull. This should make the message go away and you can map your columns. Be sure when you...
July 27, 2009 at 2:41 pm
Viewing 15 posts - 346 through 360 (of 371 total)