Viewing 15 posts - 76 through 90 (of 347 total)
I can't imagine of having 0 downtime for migrating from server A to server B. There are ways in which we could pull disk out from the array and have...
October 28, 2005 at 10:06 am
Just a silly though, have you try to reboot it?
mom
October 25, 2005 at 4:08 pm
I wonder if it takes the copy of your model database.
mom
October 18, 2005 at 9:24 am
you could change dbo to sa for a moment and then clean out the other user.
sp_changedbowner 'sa'
after this is done, check your user by querying sysusers table.
You could delete that...
October 7, 2005 at 8:52 am
If you continue to have that problem it is probably best to rebuild your server.
mom
October 6, 2005 at 11:25 am
I got it. incase you are lost like me, here it is.
SQL Server Management Studio->object explorer->server->management->database mail->right click to "Configure database Mail"
mom
October 3, 2005 at 2:58 pm
attach the database to the new server and you should be able to use them.
mom
October 3, 2005 at 2:03 pm
This is a strange, I don't think anybody or job could beable to set database user mode while there are lots of connection open. You could change it only when...
September 27, 2005 at 9:31 am
This is very strange... Why would you want to give permission to a login who has no permission to start a job that was owned by sa?
If it is own...
September 27, 2005 at 9:28 am
sorry I am not a vb person, but do you know that you could do exec master..xp_readerrorlog to read your current log
you could even specify if you want to read...
September 27, 2005 at 9:20 am
I though I got the same error as well when we rename 7.0 server. We fixed it by runing setup again on this server but it doesn't do the full...
September 21, 2005 at 1:49 pm
To my though, there is no magic that makes it works. I think you or your coleage accidently re-import the data without knowing it or similiar effect.
mom
September 21, 2005 at 9:45 am
Tell him to create table like create table dbo.tablename
osql -SServername -ddatabaseName -Q" create table dbo.tablename ..." -E
it should work fine.
mom
September 21, 2005 at 9:43 am
We have a database that keeps track of servers, databases and anything we want for monitoring and reporting purposes. We don't have front end support though, but since it is...
September 20, 2005 at 2:08 pm
Viewing 15 posts - 76 through 90 (of 347 total)