Thursday, November 19, 2009

Make Vegetarian Cat Treats

How to enable remote connections in MS SQL Server 2005 and

Meanwhile personally that follows these steps, having to configure a machine with SQL Server 2005 , you carry the proper procedure to configure that DBMS in the shortest time possible and without any annoying hitch.
In particular, the following steps to configure SQL Server to do this work in an environment with mixed operating systems with access to private network or from any public network. This premise requires the activation of ' SQL Authentication mode which allows, among other things, to enable the user knows otherwise disabled following the installation classica: in fase di installazione, infatti, se si sceglie l'opzione Windows Authentication mode , proposta di default, l'account sa verrà creato ma al tempo stesso disabilitato; se si scegli invece l'opzione Mixed Mode Authentication sarà possibile accedere al DBMS sia mediante l'autenticazione di Windows (comunque più sicura) sia mediante l'autenticazione SQL (necessaria in alcuni contesti, come quello esposto).
Se SQL Server è già installato, per cambiare modalità di autenticazione, procedete in questo modo:
  • avviate Microsoft SQL Server Management Studio
  • in ' Object Explorer right-click on the server and apritene
  • properties select the page Security and, under Server authentication, select SQL Server and Windows Authentication mode and click OK
  • warning message that requires a restart of the server, click OK again on
  • then reboot the server on the server by right-clicking and selecting Restart
To enable the sa account , instead:
  • start SQL Server Management Studio
  • in 'Object Explorer Expand the Security Logins and then right-click on
  • know apritene and properties
  • General the page, change the password with a very robust (the account know is particularly targeted by the attacks)
  • selected now Status page, click on Enabled and then click OK
At this point the 'SQL Authentication mode and login know have been enabled. Now you need to enable remote connections, is disabled by default in SQL Server 2005 Express Edition both SQL Server 2005 Developer Edition :
  • initiated SQL Server Surface Area Configuration , accessible from the Start menu under the voice Configuration Tools of Microsoft SQL Server 2005
  • click Surface Area Configuration for Services and Connections
  • Expand the Database Engine and click
  • Remote Connections and click on Local and remote connections , more appropriate to specify the protocol (TCP / IP in most cases) and click OK
  • the message telling you that to make the changes necessary to reboot the server click again OK on
  • always under Database Engine Now click on Service first and then the Stop button and then, once the service has stopped, Start button to restart it
A this point the remote connections are enabled . If you wish to connect to the DBMS using the name of an instance (ad es. computer_name\SQLEXPRESS ) piuttosto che una porta specifica occorre abilitare anche il servizio SQL Server Browser . Per fare questo:
  • avviate SQL Server Surface Area Configuration
  • cliccate su Surface Area Configuration for Services and Connections
  • cliccate quindi su SQL Server Bowser , selezionate con tipo di avvio Automatic e cliccate su Apply
  • cliccate infine sul pulsante Start per avviare il servizio
A questo punto il servizio SQL Server Browser è attivo. Ora bisogna configurare il proprio firewall to enable remote access to services that have been activated. If your firewall is used is that built into Windows, proceed as follows:
  • start Windows Firewall (a quick way is to click on Start, then Run , type and click firewall.cpl OK on )
  • select the Exceptions tab and then click Add Program
  • click Browse and browse to the executable C: \\ Program Files \\ Microsoft SQL Server \\ MSSQL.1 \\ MSSQL \\ Binn \\ sqlservr.exe (il percorso corretto, nel punto ... \ MSSQL.1 \..., dipende dall'ID dell'istanza di SQL Server avviata)
  • cliccate su Apri e quindi su OK
In caso lo abbiate attivato, effettuate lo stesso procedimento per il servizio SQL Server Browser andando a selezionare, questa volta, l'eseguibile C:\Programmi\Microsoft SQL Server\90\Shared\ sqlbrowser.exe

A questo punto.. dovrebbe essere tutto funzionante! ;)

PS per effettuare delle semplici prove senza incasinare il proprio sistema operativo, consiglio vivamente l'utilizzo di una macchina virtuale: in particolare ne esiste una già preconfigurata con Windows Server 2008 Enterprise ed SQL Server 2005 a questo indirizzo . Si tratta di una VHD che può essere caricata su Microsoft Virtual PC o su Microsoft Virtual Server .
Una volta avviata è consigliabile effettuare tutti gli aggiornamenti che vengono proposti e in particolare installare il Service Pack 2 per Windows Server 2008 e il Service Pack 3 per SQL Server 2005.

Sunday, October 25, 2009

Happy Birthday Arabic Written

Size units that are supported by Google Android

In Android dimensions can be measured in:
  • px
    pixels, equivalent to the effective pixels of the screen.
  • in
    inches , based on the physical size of the screen, measured in inches.
  • mm
    millimeters, based on the physical size of the screen, measured in "mm".
  • pt
    points, based on the physical size of the screen, measured in "punti" di 1/72 di pollice l'uno.
  • dp o dip
    d ensity- i ndependent p ixels , rappresenta 1 pixel su uno schermo di 160 dpi ( d ots p er i nch ). Il rapporto dp-to-pixel cambierà quindi in base alla densità dello schermo.
  • sp o sip
    s cale- i ndependent p ixels , simile all'unità Dp , but also scaled according to your preferences, you specify, the size of fonts.
A special note should be made for dip in the unit not exactly conventional but that is useful and even essential in many contexts. To justify its use just imagine two Android devices that have two screens on the same physical size but different resolutions. With the same physical dimensions, if the first screen has a resolution of 320x480 and the second one 640x480, it will also have a pixel density greater than the first, dpi or greater. If, on the two devices, using the pixel to represent any object, a button of width 100px for example, this would appear greatest in the first screen (320x480) and smaller in the second (640x480) . Using dip, however, the object, a width of button 100dp example, would appear equal in size in both devices. In the creation of UI ( U ser I nterface s) is therefore desirable the use of measurement units independent from the device used, such as dip precisely.

NB Android emulator is displayed on a monitor that usually possess a pixel density of 72dpi different from that of the display of mobile devices in circulation, as the T-Mobile G1 which has a pixel density of 180dpi !

Wednesday, October 7, 2009

Lip And Gum Infections

- Tips & Tricks

Among the many features, more or less accessible, Google there are some that allow you to search more targeted and refined through the use of certain special constructs. Many of these special prefixes are to be placed before each keyword. Here are the most important, indicating between [square brackets ] and in italics some examples of query:
  • +
    force Google to search for the exact keyword that you specify and not to use a its synonyms (usually, in fact, Google considers keyword inserite e loro eventuali sinonimi per effettuare la ricerca). In alternativa si possono utilizzare gli apici "" attorno alla parola.
    es. [ +animale più +veloce ] restituisce circa 110 mila risultati contro i circa 6 milioni di [ animale più veloce ]

  • -
    consente di escludere dai risultati le pagine che includono la parola chiave specificata.
    es. [ +animale più +veloce -video ] ecluderà tra i risultati le pagine che contengono video

  • ""
    consentono di specificare l'ordine exact words or an exact phrase to search for.
    es. [ "fastest animal" ] will return only pages in the results that contengolo the exact phrase "fastest animal"


  • * asterisk is a wildcard that allows Google to Replacing them with more appropriate words in context, allowing to ask questions or incomplete sentences.
    es. [ animal over the world *] will return the results between the animals more quickly , poisonous or strange and far more effective query [ animale più al mondo ] senza asterisco!

  • OR
    è un operatore che, come suggerisce il nome stesso, consente di indicare due parole chiave alternative per la ricerca.
    es. [ animale più veloce OR scattante al mondo ] restituirà tra i risultati gli animali più veloci o più scattanti e risulta più efficace dell'unione dei risultati delle due singole ricerche effettuate separatamente!

  • define:
    consente di ricercare la definizione o etimologia di un termine
    es. [ define:animale ] will return the results of several encyclopaedic definitions, such as those found on Wikipedia , and retrieved from other online dictionaries and glossaries, as Wiktionary

  • filetype:
    allows you to search file extension specified
    es. [ filetype: pdf ] will only return results contained in PDF documents

  • site:
    narrow your search to include only pages in the specified domain
    es. [ site: blogspot.com ] will return results only pages that belong to the domain blogspot.com , or in any of the blogs run by Google, including this one!

  • allinurl:
    narrow your search to include only pages that contain the words in the URL address of their
    es. [ allinurl: download ] will return results only pages that contain the word download, in this case, pages that have something to download, is supposed to!

For these and other features s official visit certain pages of Google at these locations:
http://www.google.com/help/ features.html
http://www.google .com / support / websearch / bin / answer.py? hl = en & answer = 136861

Infine, se volete utilizzare Google con una veste grafica diversa dal solito: http://www.google.com/intl/xx- hacker/

in reference to: Google ( view on Google Sidewiki )