Viewing 15 posts - 37,471 through 37,485 (of 39,717 total)
What is SQL 97? SQL Server 7.0?
From BOL:Number of pages used for miscellaneous server purposes (including procedure cache).
This is the def for the stolen pages. If you have only 2...
July 2, 2002 at 9:41 am
This causes the maintenance plans to fail and is a known issue. Follow Andy's advice.
Steve Jones
July 2, 2002 at 9:35 am
Tend to agree with Andy. Large queries are problematic in that you cannot limit the CPU devoted to the process and this can "lock" the box. It will come back...
July 2, 2002 at 9:32 am
You'd have to use xp_cmdshell and call isql/osql to pipe to a text file, use DTS, or bcp.
Steve Jones
July 2, 2002 at 9:28 am
There are some posts here. I noticed a delay in SQL Server getting the update, I think 40 sec on SQL 2K, W2K.
Search these forums and you'll see a thread.
Steve...
July 1, 2002 at 12:36 pm
In past versions, I used to do this, but only if the SQL Server is STOPPED. IF the SQL Server continues to run, then you will probably not be able...
July 1, 2002 at 9:16 am
Should be fine. If you need to grant permissions to everyone, you will need to reenable it.
Steve Jones
July 1, 2002 at 9:14 am
Glad you liked it and thanks everyone for the comments.
I've got part 2 out now and have a part 3, which addresses some header comments in the next part.
Steve...
July 1, 2002 at 9:05 am
Thanks for all the comments. This is something that I have found helpful as well and hopefully others will adopt something similar to standardize their environments.
Steve Jones
July 1, 2002 at 8:54 am
There are a few discussions on this in this forum. Search for image storage and see.
My vote, store the doc in the filesystem and a reference in SQL, but others...
June 28, 2002 at 4:50 pm
Are you set to repair the dbs? If so, remove this.
check the maintenance plan logs as well and post anything you find.
Steve Jones
June 28, 2002 at 12:57 pm
What do you mean? The page size for memory is set with NT.
Do you mean the number of pages in memory? Not sure about that one.
Steve Jones
June 28, 2002 at 12:51 pm
Viewing 15 posts - 37,471 through 37,485 (of 39,717 total)