Pubblicato su Settembre 30, 2009 da blumare
Hello, this morning i needed a task to be accomplished: understand what is the dimension of a couple of databases standing on a windows server 2003 with sql server 2005.
Here it is the walkthrough:
- start-> run -> cmd
- sqlcmd
- USE master;
- EXEC sp_spaceused;
- go
and that’s all.
References: http://msdn.microsoft.com/en-us/library/ms188776.aspx
Postato in: software, tips n tricks, windows server 2003 | Lascia un commento »
Pubblicato su Novembre 17, 2008 da blumare
smbmount mi ritornava sempre
Unknown parameter encountered: “character set”
Ignoring unknown parameter “character set”
Usare invece:
mount.cifs //ip_server/nome_condivisione dir_su_linux -o username=user%password,iocharset=utf8,noperm
Postato in: linux, tips n tricks, windows server 2003 | Messo il tag: linux, samba, share, windows | Lascia un commento »
Pubblicato su Maggio 6, 2008 da blumare
In windows server è presente una comoda utility per generare eventi di sistema personalizzati. Questa feature torna utile nel caso si stia testando un nms che monitori appunto gli eventi.
logevent -m \\nomecomputer-s gravità-c numerocategoria-r origine-e IDevento-t timeout“testo evento“
kb: Microsoft
Postato in: software, tips n tricks, windows server 2003 | Lascia un commento »
Pubblicato su Aprile 16, 2008 da blumare
Filter users list in “Active Directory Users and Computers” using (ScriptPath=filename.bat)
Postato in: tips n tricks, windows server 2003 | Lascia un commento »