Hey Everyone,
One requirement occured in our Sharepoint Project was : a Business Calendar with different colors with different events.After googling i came across a wonderful tool which does everything which i need.Moreover it can be customised too....
The tool can be downloaded from here
The source where i found was the author's Blog
It was wondeful..and i got everything that i need for my Sharepoint Project.
Thanks,
Nitin Sharma
Tuesday, February 9, 2010
Monday, February 8, 2010
Color Picker Tool for MOSS 2007/Sharepoint
Hello,
I found a wonderful Color Picker tool for MOSS 2007.It is awesome tool.You can download it for free from here
Thanks,
Nitin Sharma
I found a wonderful Color Picker tool for MOSS 2007.It is awesome tool.You can download it for free from here
Thanks,
Nitin Sharma
How to find the Size of Database File and Log File
Hi all,
I just went through Pinal Dave's Blog Today and found a very simple script for finding out the Database File Size and the Size of the Log file.Here it how it goes :
I just went through Pinal Dave's Blog Today and found a very simple script for finding out the Database File Size and the Size of the Log file.Here it how it goes :
SELECT DB_NAME(database_id) AS DatabaseName,
Name AS Logical_Name,
Physical_Name, (size*8)/1024 SizeMB
FROM sys.master_files
WHERE DB_NAME(database_id) = 'AdventureWorks'
GO
For detailed post you can visit here
Thanks Pinal for such a wonderful script..
Thanks ,
Nitin Sharma
Subscribe to:
Posts (Atom)