Viewing 15 posts - 3,511 through 3,525 (of 7,496 total)
DON'T DO IT ! At least not with a trigger !
What if "the other instance" goes in maintenance, your "primary" instance will nolonger work because that trigger will fail !
If...
August 26, 2009 at 9:31 am
- disabling tcp\ip for that instance may get you to it !
- follow "Moving the MSDB database" in this KB-art : http://support.microsoft.com/kb/224071
- this may also help out: http://www.sqlservercentral.com/articles/Administration/2605/
August 26, 2009 at 9:00 am
Check out "The Art of XSD" by Jacob Sebastian in the Books section of SSC !
August 26, 2009 at 6:21 am
did you check Books online (BOL) topic "Starting and Restarting Services" ?
August 26, 2009 at 6:16 am
to early for homework 😉
it are table aliasses.
a pointing to syscolumns
b pointing to sysobjects
They are only valid for that specific sql statement.
Books online (bol) has more info. http://msdn.microsoft.com/en-us/library/ms187455%28SQL.90%29.aspx
btw I always...
August 26, 2009 at 6:08 am
You cannot have multiple logins pointing to dbo !
In most cases, we have 'sa' mapped to dbo.
sp_changedbowner @loginame = 'sa' ,@map = 'true'
User 'sa' is never used by applications and...
August 26, 2009 at 6:00 am
helpmhost (8/24/2009)
August 24, 2009 at 2:35 pm
Check the security settings if your package AND of your IIS.
If the package is configured to use SQLAuthentication (SQLusername and password), it should run fine if your IIS has the...
August 24, 2009 at 11:40 am
Keep in mind that if auto update statistics is on (on by default) there will be other incentives (usage driven) that cause this auto update process to update the statistics.
August 24, 2009 at 8:08 am
there are couple of SSC articles and scripts that should get you started :
http://www.sqlservercentral.com/scripts/31857/
http://www.sqlservercentral.com/scripts/Rebuild+Index/65933/
http://www.sqlservercentral.com/scripts/SQL+Server+2005/61278/
Just search SSC on "rebuild index" and the search result will show # of results.
You can use...
August 24, 2009 at 2:24 am
- With x64 you should always set your max memory config for each instance or they may eat up all your memory !
- Are the 3 SQLServer instances the only...
August 24, 2009 at 2:20 am
Indeed ... some times we overlook the obvious. :hehe: ( been there .. done that 😀 )
Happy mirroring 😉
August 24, 2009 at 12:56 am
helpmhost (8/23/2009)
Thanks for all the replies.Yes we have set autogrowth by MB and by very large amounts.
Lower the autogrowth number of MB !
Seems to me your OS is having...
August 23, 2009 at 11:54 pm
Viewing 15 posts - 3,511 through 3,525 (of 7,496 total)