Viewing 15 posts - 46 through 60 (of 219 total)
You don’t have this option in SQL 7.0. However if your OS is 2K then you can use AWE option on OS to leave SQL Server more memory.
October 30, 2003 at 4:53 pm
Hi Joe, I sent my resume to you with my contact details. Feel free to call my cell number if you would like to talk to me more
Thanks
P Vaddi
September 24, 2003 at 3:12 pm
The process running may need a lock to complete the transaction. If you are experience the deadlock or blocking you need to change the coding part of the program or...
September 24, 2003 at 8:04 am
Check the startup account has enough privileges or change the account with known id. If it doesn’t work try to start with the single user mode from the command prompt
...
September 24, 2003 at 7:56 am
Take the backup on SQL 7.0 and restore it on SQL 2000. Make sure the drive letters matching. Depending on how the webapps connecting your server either by the server...
August 4, 2003 at 2:29 pm
You don’t need to check the errors explicitly. There is an option in the Database Maintenance plan, “Perform these checks before doing the backup”, if you select this option it...
August 1, 2003 at 9:28 am
I did see errors like this in 7.0. Most of the times by switching your client protocol from named piped to TCP/IP should correct this
August 1, 2003 at 9:20 am
You can't rename the Instance. You must uninstall and re-install
July 31, 2003 at 10:15 am
So far I worked in Telecommunication, Retail/Wholesale Energy and Gas and Call center. I don’t have any problem switching between the different environments. The only thing is we must remember...
July 30, 2003 at 2:33 pm
If your current prod server is clustered, it is good to move to 2000. Also if the users doing any bulk insert operations, you must make them as DBO/DDL Admins/Sysadmins...
July 30, 2003 at 2:20 pm
SQL Server does not offer a decrypt function, You can only use PWDCOMPARE to compare a plaintext password to an encrypted value
July 30, 2003 at 2:09 pm
Your master database creation date is your SQL server installation date
July 30, 2003 at 10:00 am
You cannot restore a database if there is any active connection to the database.
July 30, 2003 at 9:00 am
I would guess you have only the system databases (master, model, tempdb, msdb) also you may have configured to hide the sys databases. So it cant show any of the...
July 30, 2003 at 8:53 am
Viewing 15 posts - 46 through 60 (of 219 total)