Viewing 15 posts - 1 through 15 (of 20 total)
Never mind. Got it figured. Had to install it in the GAC.
November 3, 2010 at 1:05 pm
That is not the reason it is failing. If it is the reason i wouldn't even able to validate the expression.
It is actually failing while running the package.
I have actually...
November 11, 2009 at 8:07 am
you cant change it by rightclicking anything....
use have to use this SP
exec sp_changedbowner 'sa'
January 15, 2009 at 6:30 am
I have tried that....But as i said i am getting error. Do you have any idea why?? do i have to change any settings to be able to edit from...
January 14, 2009 at 7:58 pm
Thanks Greg.
Can you explain how to fix the path after moving?
Is it by deleting the config files from package configurations and then adding them again by giving the correct the...
January 14, 2009 at 3:47 pm
FYI.
We cannot change the database owner by rightclicking the database and selecting properties.
We can change it by this command.
exec sp_changedbowner 'sa'
January 14, 2009 at 10:42 am
I would suggest you to go for side by side upgrade incase something happens its easy to revert back that way.
If everything goes well inplace is the easiest one.
Why dont...
January 14, 2009 at 10:34 am
Ok you are doing Migration. It will be just like a normal migration but you will be having additional tasks like setting up MSDTC service.....Just go through the articles on...
January 13, 2009 at 3:07 pm
you can restore the backup in a different box that is taken before the update. and then you can import that table from there.
January 13, 2009 at 2:58 pm
The best way will be restore the backup in a different box that is taken before deletion of the data. And if you know the query that deleted the data...
January 13, 2009 at 2:54 pm
Thanks David.
Can we actually change the named instance to a default instance using the fallowing code??
I cam accross this but not sure weather this works or not.
Exec sp_dropserver nameofinstance
Exec...
January 13, 2009 at 2:32 pm
It is absolutely possible.
What type of upgrade you are planning??
In-place or side by side??
January 13, 2009 at 2:19 pm
Viewing 15 posts - 1 through 15 (of 20 total)