Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Importing Active Directory Data

Status
Not open for further replies.

SRenier

Programmer
Oct 18, 2006
1
US
I would like to import data from Active Directory into a SQL-Server database. How is this done?

Steve
 
Depending on what data you are talking about you can export just about anything in AD as a Text(Comma Delimited) .csv -- then you can import it into excel modify it to what you want and import into SQL.



bob

"ZOINKS !!!!!"

Shaggy

 
What data you want to export?

This can be done by a VBScript that reads data from AD and put it to SQL database directly.

-Keshav
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top