Viewing 15 posts - 2,116 through 2,130 (of 2,387 total)
Do you have very large tables? How large is your database?
When indexes on a table are being rebuilt, the table becomes unavailable for use by your users. It place shared...
March 20, 2003 at 5:14 pm
Check the white paper as following.
http://www.microsoft.com/sql/techinfo/deployment/70/sybasemigration.asp
March 20, 2003 at 3:02 pm
You don't have to but it is better to keep both client and server at same service level.
Following the link to see how the Salmmer Virus works and solutions.
March 20, 2003 at 2:05 pm
I guess you have to open a call to PSS. Post back once you resolve this problem.
Edited by - Allen_Cui on 03/18/2003 09:48:44 AM
March 18, 2003 at 9:14 am
Check this KB. It is exactly for your problem.
http://support.microsoft.com/default.aspx?scid=kb;en-us;814844
March 18, 2003 at 8:32 am
I would suggest install MDAC 2.7 SP1 manually and check the log file dasetup.log in c:\winnt for any issues.
March 18, 2003 at 7:53 am
Check client network utility to ensure TCP/IP is enabled in your SQL Server.
Upgrade MDAC manually wonldn't hurt the SP3 installation. In fact, you could skip MDAC installation druing the SP3...
March 18, 2003 at 7:36 am
I don't know how password cound be changed in this case but would suggest to enable security audit to this account to trace when and who uses this account.
Why...
March 17, 2003 at 7:50 pm
SP3 supposes to upgrade MDAC to 2.7 SP1. Use MDAC component checker to verify the MDAC version before reinstall MDAC manually.
March 17, 2003 at 2:49 pm
1. Change the temp folder in the environmental variables to c:\temp.
2. Ensure the NT account you use to run setup is in local administrator group.
2. Add/Change the "DSQuery" entry in...
March 17, 2003 at 2:22 pm
Run regsvr32 sqlctr80.dll from DOS command window. sqlctr80.dll is default in folder. C:\Program Files\Microsoft SQL Server\MSSQL\Binn.
Or
Perform the following steps:
1.Open a command prompt.
2.Run the following command to unload the...
March 15, 2003 at 5:36 pm
Try SQLInternet.zip from http://www.spudsoft.demon.co.uk/code/. I used it in SQL SErver 6.5/7.0 before.
March 14, 2003 at 12:32 pm
Any changes to MDAC recently? Which network protocol TCP/IP or Named Pipe is configured in this machine? Which service pack do you have for SQL Server?
Can this error message be...
March 14, 2003 at 12:25 pm
In order to connect to your mainframe database, you have to install specific ODBC client in SQL Server machine.
http://www.databasejournal.com/features/mssql/article.php/1756161
http://ourworld.compuserve.com/homepages/Ken_North/odbcvend.htm
March 14, 2003 at 9:43 am
Viewing 15 posts - 2,116 through 2,130 (of 2,387 total)