Viewing 10 posts - 1 through 10 (of 10 total)
That's what we WERE doing, but now all groups will be on ONE domain, so that won't work. Perhaps you mean creating an NT Group for each Location?
November 9, 2011 at 7:49 am
I think I do, it was years ago. Not sure what you mean by connecting and then query over to sql?
May 17, 2011 at 4:22 pm
When I run either of the scripts below, I find the table named jos_contact_Details, which is in the database named tctl_01.
EXEC sp_tables_ex 'MYSQL'
SELECT * FROM OPENQUERY
(MYSQL, 'SELECT * FROM INFORMATION_SCHEMA.TABLES')
When...
May 17, 2011 at 3:59 pm
I'd try that, but cannot look at the table to find the columns, lol. It's a catch-22.
May 17, 2011 at 3:25 pm
Thanks for your reply.
Unfortunately, I get another error:
Msg 7350, Level 16, State 2, Line 1
Cannot get the column information from OLE DB provider "MSDASQL" for linked server 'MYSQL'.
Could it...
May 17, 2011 at 2:34 pm
Variable_name ...
May 17, 2011 at 2:13 pm
I'm not sure what version of MYSQL it is, as it's coming from an external website.
I'm using the MySQL ODBC 5.1 driver.
May 17, 2011 at 1:26 pm
KB, I"ll try your method and hope that works on 2000. I was hoping it would be that simple, but everything I found on researching it produced all kinds...
November 6, 2007 at 1:19 pm
Our new domain does have the same user id's. However, I don't think I understand what you're saying about SQL. Updating the SID would fix the domain logins?...
November 5, 2007 at 2:52 pm
I can't this to return anything for SQL 2000.
October 31, 2007 at 12:07 pm
Viewing 10 posts - 1 through 10 (of 10 total)