Viewing 15 posts - 331 through 345 (of 1,248 total)
When we use text data type in a table, the table only saved the (pointer) address of the data. When you retrieve data, the system needs to find the (pointer)...
May 28, 2008 at 10:07 pm
If all of backups are in the same folder, you may consider to use scripting.systemobject, a VBScript library.
May 28, 2008 at 10:00 pm
Did you try to remove N in front of each pair of single quotes?
May 28, 2008 at 9:57 pm
If DBF refers to foxpro, you may reference the link
http://www.connectionstrings.com/?carrier=dbffoxpro
But what is DBC?
May 28, 2008 at 9:46 pm
Could you register one server from another? This should be the first step while configuring a replication.
May 28, 2008 at 9:37 pm
Did you check security on DB2 server beside your syntax in building linked server?
May 28, 2008 at 9:34 pm
I am not sure whether or not SQL Server 2005 can link to PostGres database.
Did you use sp_testlinkedserver to check the link?
Did you test your DSN before configure the linked...
May 28, 2008 at 9:32 pm
Here is the outline of the setup
1. Create a domain account (You may ask your windows team to create it in the Active Directory);
2. Grant necessary permissions in these three...
May 28, 2008 at 2:44 pm
May the following link help.
May 27, 2008 at 9:01 pm
It is a quite broad issue. I would like to recommend you to find what cause the poor performance, such as run the following scripts.
SELECT * FROM master.dbo.sys.sysprocesses
sp_who2 active
If...
May 27, 2008 at 8:56 pm
To test the connection to a linked server, you may try
sp_testlinkedserver
May 27, 2008 at 8:50 pm
I did not have any issue.
May 27, 2008 at 8:47 pm
Here is a link. May it help.
http://www.easyfrom.net/articles/ms_access_to_sql_server/
But I would like to recommend you to export data to Access 2005, then import to Access 2007.
May 27, 2008 at 8:26 pm
Since your three servers are in the same domain, you can use a domain account to link across each other among these three servers. You cannot use an SQL Server...
May 27, 2008 at 8:20 pm
Viewing 15 posts - 331 through 345 (of 1,248 total)