Viewing 15 posts - 61 through 75 (of 134 total)
Correct me if i am wrong. To my understanding when u do a full backup the transaction log is also backedup and truncated. By doing full backup the log is...
November 7, 2003 at 8:48 am
Though the article on MSFT link says for SQL 2000, but we did have this problem on SQL 7.0. The error was similar, but with a different error no. ...
October 10, 2003 at 8:14 am
U can try to increase the no of locks . my guess would be too many processes starting at the same time, i mean jobs. SQL server has a known...
October 10, 2003 at 8:09 am
there are issues with SQL2000 and OUTLOOK 2000. u need to search on MS KB site. There is an article on this issue.
October 10, 2003 at 7:59 am
When u j=have multiple select statements querying the same subset of data there are chances that shared lock becomes deadlocked. I have experienced these issues before. And sometimes there might...
October 10, 2003 at 7:52 am
SQL 2000 has many enhancements in area of memory allocation. Based on your requirement you can set the parameter. If you go through the enhancements you should be able to...
August 20, 2003 at 10:07 am
Who owns the package, if its different from the owner its saves it as the new user.package name.
June 13, 2003 at 12:53 pm
U don't need to shutdown sql server to reset suspect status, but i am not sure about MSDB db requirments. In general you should have SA rights to use sp_reconfigure...
May 29, 2003 at 1:37 pm
When u define sql server to use all available memory(which is recommended) it uses max available. yes that includes agent service as well.
May 29, 2003 at 1:35 pm
U can run a profiler when the job runs and see where it bums and act accordingly.
May 29, 2003 at 11:56 am
u may want to check the column mappings i.e the columns to where the data is getting into at the excel end. In the preview itself you can check the...
May 29, 2003 at 10:33 am
According to documentation it doesn't say so other then the limitation of columns on a table.
May 29, 2003 at 10:31 am
"You'd use detach to avoid stopping the service on the original server"
So does that mean that the database files can be detached while the database is operational???
May 29, 2003 at 10:25 am
Viewing 15 posts - 61 through 75 (of 134 total)