lunedì 30 maggio 2011

T-sql restore db SqlServer

RIpristinare un db tramite t-sql



RESTORE FILELISTONLY
FROM DISK = 'D:\wvoce_sin2010\dbwvoce.bak'
GO


----Make Database to single user Mode



ALTER DATABASE db-name
SET SINGLE_USER WITH
ROLLBACK IMMEDIATE

----Restore Database
RESTORE DATABASE db-name
FROM DISK = 'D:\file.bak'
WITH REPLACE,MOVE 'filem-df' TO 'D:\file.bak',
MOVE 'file-log' TO 'C:\file.ldf'

ALTER DATABASE pentaho SET MULTI_USER
GO

T-sql dare permessi a user

Per dare i permessi ad un user esistente sul nostro motore db Sql Server, tramite t-sql questi comanda da dare:

USE db_name;
CREATE USER user_name FOR LOGIN login_name;
EXEC sp_addrolemember 'db_datareader', 'username'
EXEC sp_addrolemember 'db_datawriter', 'username'
EXEC sp_addrolemember 'db_owner', 'username'

sabato 28 maggio 2011

Wordpress google adsense 3 posts

Google Adsense allows 3 ad strips per page as you all know. Generally, Most of the bloggers concentrate on monetizing the single pages of their blogs and leave their homepage clean without ads. If you are one of them who like ads on the Home Page like me, this will help you do it in a better way. Most of us want to show up Google ads in the first 3 posts of the blog as they grab the attention of the readers.

This can be done with a small piece of code, without using any kind of Plugins. So, In order to integrate ads efficiently into your WordPress theme. Open up your index.php file and look for the loop. The loop begins like this..


<?php if (have_posts()) : while (have_posts()) : the_post(); ?>



and this loop should end as


<?php endwhile; else: ?>

<p>Sorry, nothing matches that criteria.</p>

<?php endif; ?>



Your Google Adsense code should be placed between the start and the end of this loop. So, just pick a position (after the title or at the end of the content,where ever you want) and place the following code..


<?php if ($wp_query->current_post < 3) { ?>

<!– Google Adsense Code goes here –>

<?php } ?>





Now you have to replace the commented line ( ) with your adsense code, save this file and update your theme. Now your theme should display three units of adsense code in your first 3 posts just like you always wanted.

lunedì 16 maggio 2011

Servizio Email Router Crm non parte

Microsoft Dynamics CRM in Microsoft Dynamics CRM 4.0: "il servizio router di posta elettronica potrebbe non eseguire il thread di background principale di servizio"
Per risolvere il problema, attenersi alla procedura descritta di seguito:

Eliminare il file Microsoft.Crm.Tools.EmailAgent.SystemState.xml.

Note
Per impostazione predefinita, il file Microsoft.Crm.Tools.EmailAgent.SystemState.xml è nella seguente cartella:
C:\Program Files\Microsoft CRM Email\Service
Per impostazione predefinita, la cartella è una cartella nascosta. Per visualizzare questa cartella, è necessario modificare le impostazioni di Esplora risorse per visualizzare le cartelle nascoste e file nascosti.
Riavviare il servizio router di posta elettronica di Microsoft Dynamics CRM.

Il file Microsoft.Crm.Tools.EmailAgent.SystemState.xml viene ricreato.


Se gli utenti di Microsoft Dynamics CRM sono impostati per utilizzare il router di posta elettronica e non a inoltra Mailbox, per posta elettronica in arrivo, è possibile eliminati messaggi di posta elettronica restituito a Microsoft Dynamics CRM dopo l'implementazione di questa risoluzione. Se un messaggio di posta elettronica non è stato eliminato dalla cassetta postale dell'utente, il router di posta elettronica Impossibile trovare il messaggio di posta elettronica dell'utente nella posta in arrivo, non cercare in Microsoft Dynamics CRM e creare nuovamente il messaggio di posta elettronica in Microsoft Dynamics CRM. Per evitare questo problema, il messaggio di posta elettronica dovrà essere eliminato anche dalla cassetta postale dell'utente insieme a Microsoft Dynamics CRM.

Per evitare questa situazione, eseguire un backup dei file elencati di seguito e regolarmente memorizzarli sul desktop del server stesso.

Microsoft.Crm.Tools.EmailAgent.Configuration.bin
Microsoft.Crm.Tools.EmailAgent.SystemState.Xml


Se si verifica un errore gestione di configurazione router di posta elettronica di Microsoft Dynamics CRM all'avvio o non è possibile avviare il servizio router di posta elettronica di Microsoft Dynamics CRM, sostituire i file sopra 2 in C:\Program Files\Microsoft CRM Email\Service. Riavviare il servizio router di posta elettronica di Microsoft Dynamics CRM e quindi avviare Microsoft Dynamics CRM E-Mail router Configuration Manager. Se il backup di questi file è più recente, sarà necessario completare la configurazione del router di posta elettronica.


http://support.microsoft.com/kb/954522/it

mercoledì 4 maggio 2011

Exchange 2010 W3WP High Memory Usage

Exchange 2010 High w3wp Memory Usage, it may happen that the w3wp service IIS going to saturate the Ram Exchange Server 2010 SP1.
This disruption can be caused by a worm Conficker.B, causing delays in the delivery of mail, with frequent disconnections client.

Solution:

Stop IIs

Downloaded from Windows Update, the update control worms in April
2011 and verify that there is rollup5 Microsoft Exchange 2010.