using microsoft XSD.exe tool
1) go to command line (.Net command line)
2) cd path to where your xml file is located (cd c:\myxsdmapping)
3) type "XSD myxmlfile.xml
4) that it -- very simple
Sunday, November 6, 2011
Thursday, October 13, 2011
add pssnapin to computer all powershell session - powershell
go to
%systemroot%\System32\WindowsPowerShell\v1.0
2) Create profile.ps1 file
add following
[void][System.Reflection.Assembly]::LoadFile("C:\ProgramFiles\My.Powershell.DLL")
Add-PSSnapin -name "My.Powershell"
3) powershell global config
create powershell.exe.config file
configuration
appSettings
add key="SMTP_SERVER" value="mail.mydomain.com"
add key="email_from" value="HciPowershell@gmail.com"
add key="Working_Path" value="G:\AutoRun\"
add key="healthxhrafromemail" value="DevTeam@hciactive.com"
appSettings
configuration
%systemroot%\System32\WindowsPowerShell\v1.0
2) Create profile.ps1 file
add following
[void][System.Reflection.Assembly]::LoadFile("C:\ProgramFiles\My.Powershell.DLL")
Add-PSSnapin -name "My.Powershell"
3) powershell global config
create powershell.exe.config file
configuration
appSettings
add key="SMTP_SERVER" value="mail.mydomain.com"
add key="email_from" value="HciPowershell@gmail.com"
add key="Working_Path" value="G:\AutoRun\"
add key="healthxhrafromemail" value="DevTeam@hciactive.com"
appSettings
configuration
Monday, October 3, 2011
rename table column using script
SP_RENAME '[datalens].[MyTable].[InOutPatientFlag]','IsInPatient','COLUMN'
Tuesday, August 9, 2011
Import XML data into Database
1) Open XML file into Excel (file > Open)
2) It will display Open XML dialog select "Use The XML Source task Pane"
3) Select Ok
4) It will XML schema on left side
5) Drag the XML schema to data area
6) save the Excel workbook as a template
7) open template workbook
8) right click on 1st cell
9) select import XML
10) give the source XML file
11) it will import only matching schema data.
Thursday, June 9, 2011
Thursday, May 26, 2011
BI learning
virtual lab
Click Here
WebCasts
Click here
Learn Microsoft BI
Click here
Pragmetic Works
Click here
Microsoft Webcaset series
Click here
Click Here
WebCasts
Click here
Learn Microsoft BI
Click here
Pragmetic Works
Click here
Microsoft Webcaset series
Click here
Wednesday, May 25, 2011
Subscribe to:
Posts (Atom)