Viewing 15 posts - 46 through 60 (of 71 total)
Small table, fewer than 100 rows. Yes a toggle situation; 1 or other of the fields is populated, depeneding on error condition or not.
March 22, 2005 at 12:01 pm
I would first make certain that the collation bwteen the servers is the same and the the Distributed Transaction Coordinator is running on both servers.
March 17, 2005 at 5:55 pm
Each server needing connection to the new linked server should have its client network utility updated to a common name chosen as a alias and that name used as the...
February 22, 2005 at 9:45 am
SQL Server 2000 has a built-in role named TargetServerRole which has built-in permissions to see and run jobs. Add the role to MSDB and then add the user to the...
October 22, 2004 at 1:53 pm
You might want to check to see what ODBC software the DB2 is cataloged for on the DB2 server. Somestimes, like iSeries, it's the only one that will work.
September 30, 2004 at 9:55 am
The above link is for a DTSBACK2000. Works great!
September 23, 2004 at 10:47 am
I would add a predecessor statement like:
exec Master..xp_CmdShell 'NET USE \\server\sharename <password> /USER:<DomainName\Username'
September 22, 2004 at 2:46 pm
You should use the Client Network Utility on Server 1 to alias the remote Server 2.
If you are using TCP/IP address as Server 1 name, enclose it in square brackets...
September 15, 2004 at 12:40 pm
There may a difference between the versions of DTS running on your server and your PC.
September 10, 2004 at 9:28 am
Are the indexes on the same file group as the data?
Are the indexes on a separate filegoup on a different drive?
July 21, 2004 at 3:09 pm
see the following:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/acdata/ac_8_con_07_3w6r.asp
July 12, 2004 at 11:11 am
Check the reference to Microsoft ActiveX Data Objects and make certain you are using a library version which supports the stream object ( 2.5 or higher )
July 7, 2004 at 3:45 pm
You can run sqldiag.exe from the command line. It will give you all ( and more ) the information you may need.
June 24, 2004 at 11:38 am
I noticed your query string contained a .. in the
attributions. Try filling in the catalog name bwteen the ..
June 3, 2004 at 2:56 pm
Viewing 15 posts - 46 through 60 (of 71 total)