Viewing 15 posts - 2,056 through 2,070 (of 2,387 total)
I would verify the backup that was created in the netwrok server is vaild even though the backup file was actually created. You might encounter network break down or network...
April 7, 2003 at 12:26 pm
Check this KB article. http://support.microsoft.com/default.aspx?scid=kb;en-us;308091
April 7, 2003 at 9:37 am
Enable the Hide Server option and then you restart the computer that is running SQL Server 2000, the server will no longer respond to broadcasts from clients that are attempting...
April 7, 2003 at 9:26 am
1. Try to ping your server.
2. Make sure SQL Server and Agent services are started.
3. Check your server application and system logs for any errors related.
4. Verify MDAC version on...
April 7, 2003 at 8:14 am
Are you tring to program to access SQL Server from Unix? Microsoft has a JDBC driver which you can install it into your Unix machine for Java application development environment.
...
April 4, 2003 at 11:34 am
Can you post the sqlsp.log files from both nodes.
April 4, 2003 at 8:51 am
Craig,
Thanks and please post it. And have you performed unattended uninstallation of MSDE 2000 too? The parameter /x from the setup.exe just doesn't work for me.
April 3, 2003 at 3:00 pm
When you configure connection property to Access and you will see the advanceed option. Click it to open advanced option property and you will see property "Jet OLEDB : Database...
April 3, 2003 at 2:54 pm
I modified your script and add a new partitioning column for partition data into different tables. It seems not the operator issue because I used "IN" in check constraint. I...
April 3, 2003 at 2:25 pm
April 3, 2003 at 7:44 am
I run this command occasionally but do perform database restoration to another server regularly to ensure the backup works.
April 2, 2003 at 9:37 am
Try sp_grantlogin 'NT AUTHORITY\ANONYMOUS LOGON' to access your SQL Server and assign proper permissions to it.
April 2, 2003 at 7:35 am
Are you running MSDE 2000 or SQL Server 2000?
After configure an instance of SQL Server not to listen for any network protocols, all applications on the same computer communicate...
April 2, 2003 at 7:27 am
Can you check whether SQL Server service account and your NT account are able to access this file?
Edited by - Allen_Cui on 04/01/2003 3:03:16 PM
April 1, 2003 at 2:59 pm
Viewing 15 posts - 2,056 through 2,070 (of 2,387 total)