Viewing 15 posts - 226 through 240 (of 392 total)
I installed SSMS on the client PC and the database and put the Access database on the desktop. Opened it and went into the Linked Table Manager and created a...
February 12, 2018 at 3:20 pm
Do you mean reinstalling SSMS on the host server, client PC, or my admin PC?
February 12, 2018 at 2:01 pm
I installed SSMS on the client machine and I can access the SQL Server database from there. Just not able to get Access to open with the ODBC tables visible...
February 12, 2018 at 6:51 am
If the question is - can I ping from the user's PC the server that hosts my SQL Server Instance containing the needed database? - the answer is yes I...
February 8, 2018 at 12:55 pm
Do you mean pinging from the user's pc? What would be the best way to do this?
February 8, 2018 at 6:56 am
In my registry I have this for the database in question:
Description CE_DB
Driver C:\Windows\SysWOW64\SQLNCLI11.DLL
Server NBCP-SQL01-VM\NBCSQL01VM
So I changed my .reg file to read:
February 7, 2018 at 10:00 am
From Access when I was creating my ODBC connections I believe I chose SQL Server Native Client 11.0. Is there a way to tell for sure short of creating a...
February 7, 2018 at 7:39 am
System DSNs persistently fail when I try to create them.
February 6, 2018 at 3:16 pm
In Access it is a User DSN with Integrated Windows Authentication which with the registry files has worked fine in SQL2005.
February 6, 2018 at 3:13 pm
For the users to open Access they have to have a .reg file imported to their machine that looks like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBC.INI\CE_DB]
"Driver"="C:\\Windows\\system32\\sqlsrv32.dll"
"Server"="NBCP-SQL01-VM\NBCSQL01VM"
February 6, 2018 at 2:56 pm
February 6, 2018 at 1:53 pm
I put SSMS on the User's machine and tried to login with Windows Authentication. I had to create the same user in the Database's Security node, and only then would...
February 6, 2018 at 1:44 pm
I was able to get it working by correcting what I was naming in as the Logical Drive files, Data file and Log file. i tried to get the users...
February 5, 2018 at 6:41 am
January 31, 2018 at 3:16 pm
January 30, 2018 at 3:46 pm
Viewing 15 posts - 226 through 240 (of 392 total)