I have a SQL Server 2000 sitting on a server and a Microsoft Access application with some forms and macros created. Access Application has to connect to server and pull SQL Server tables to Access....
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20448579.html
I have an Access database that I've ported to a MS SQL database using "Intelligent Converters - Acces to MS SQL".
When I installed MSDE I changed the setup.cfg to include the following line:
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20687765.html
I have a SQL Server login called supportuser on a server. The problem is that whenever I try to log in using this account (either through QA or C#) I get this error:
Unable to connect to server...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21196205.html
After runing isqlw command from Start/Run, I get Connect to SQL Server dialogue form.
With SQL Server drop box empty (nothing to select either).
From SQL Server Service Manager, where is show...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21654415.html
I have to run a dts job via the commandline. I already ran the little dtsrunui on the server and it spit out the following.
DTSRun /S "SQLDB\DBCLU" /E /N "remap_ms_dod_2.3.2" /G "{D7BF82CC-4798...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22068827.html
I am trying to connect from Linux to SQL Server 2005. I'm using the following line in my jsp program:
con = DriverManager.getConnection( dbURL2);
If my dbURL2 is:
jdbc:sqlserver://192.168.0.1:...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_22888936.html
Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection.
Can someone help me out with this one? It occurs when trying to replicate...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20531398.html
Hi!
I have connected two (A(Publisher) ,B(Subscriber)) SQL SErver 2000 via RAS and try to push a new subscripshion from server A-> B and when the merge agent start I got:
The process could not ...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20685005.html
I am having issues with MSAccess and MS SQL for a new client. It worked in the past, but I cannot talk to the old computer guy?!# Here's the scoop. It uses an Access front end and ODBC to conect to...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20924202.html
I used the command
bcp "Student.dbo.Student3" in C:Student.csv -fc:\Student.fmt -Scsm33068 -Usa
it then asks for my password but when I enter it it gives an error message:
SQLstate = 28000...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20970430.html