Microsoft
Software
Hardware
Network
Question : How do I get a list of all databases from SqlServer(2005) using Access(2003)
Hi All -
How do I generate a list of all databases within a specific SqlServer. I connect using ODBC.
Thanks in advance.
Lenny Gray
Answer : How do I get a list of all databases from SqlServer(2005) using Access(2003)
select name from master..sysdatabases
Random Solutions
Apply regedit change via group policy
How to access and manipulate multiple dynamically created gridcontrols and populate them from a CSV file
What are all the possible options for virtualizing a physical server that is presently attached to a SAN and used for storing data?
ORA-32004: obsolete and/or deprecated parameter(s) specified Error after switching to archivelog mode in Oracle 11G.
Need to count orders in Access report based on condition
Select statement between 2 date ranges
count # of files in folder given a partial name
Automatically log into websites programmatically
[Exchange 2010] - Change default Management Role - Prevent users from creating new Distribution groups
How Do I update a DataSet after entering information into a "Detail View"