Below the presentation of Scrum methodology
07/12/2014
21/10/2014
MBIZ Grow Efficiently Day 1, Day 2 and Day 3 - Training in Riyadh
The below files contains the files of the lab and presentation.
Click here to download
Click here to download
Click here to download
Click here to download
Click here to download
Click here to download
Click here to download
Click here to download
Click here to download
Click here to download
Read more...
التسميات:
Azure,
Microsoft Cloud,
Office 365
14/06/2014
Empty Long Table In SQL
To empty large table in SQL, Usually it need looooong time to finished. but you can do this by using the below command:
set rowcount 1;
truncate table TABLE_NAME;
Read more...
14/01/2014
Extract WSP file from farm
$spFarm = Get-SPFarm
$spFile = $spFarm.Solutions.Item("test.wsp").SolutionFile
$spFile.SaveAs("c:\test.wsp")
$spFile = $spFarm.Solutions.Item("test.wsp").SolutionFile
$spFile.SaveAs("c:\test.wsp")
Read more...
Subscribe to:
Posts (Atom)