Viewing 15 posts - 31 through 45 (of 602 total)
sumitkhare123 (10/1/2007)
MMC cannot open the file C;\Program Files\Microsoft SQL Server\80\Tools\BINN\SQL Server Enterprise Manager.MSC.
Did you use a semicolon instead of a colon as this error message would indicate?
October 2, 2007 at 8:16 am
Hi Bob,
The read uncommitted thingy might help by reducing the overhead of taking locks on the tables. It won't help the execution plan, but it could cut down on...
September 27, 2007 at 6:29 am
Another thing you might try is to use the READ UNCOMMITTED transaction isolation level. That will reduce overhead to some degree.
September 26, 2007 at 1:36 pm
I feel your pain. Sometimes we just have to do things the wrong way.:hehe:
If you can rewrite the procedure so that it processes in chunks, you can put...
September 26, 2007 at 6:26 am
I think you should turn off the /PAE switch and disable AWE since you only have 4GB of RAM. See http://support.microsoft.com/kb/274750
September 25, 2007 at 6:52 am
Looks good to me. A few quirks, but overall it's very clean and pretty.
And the avatar thingy works now!
In the words of a (slightly) famous forum ex-administrator...
"You'll get over it."
September 24, 2007 at 6:34 am
Hi Carlos,
IIRC we talked about this a few years back. I figured out two ways that you can get what you need.
The first way, as EdVassie suggests, is to control...
September 14, 2007 at 8:16 am
Hi Josef,
A windows executable can be downloaded from a link on this page http://www.cs.bell-labs.com/cm/cs/awkbook/index.html
There is also a GNU version called GAWK somewhere out there.
AWK is a shell utility that has...
September 5, 2007 at 3:33 pm
Excellent stuff, guys.
I noticed that my awk program is too long. It just needs to be "lc++"
The following CMD will create a single file for all of the files in one folder, minus...
September 5, 2007 at 8:10 am
To merge the files, I would use a language called AWK to remove the 1st line from a file using a program such as:
{if (lc++){print}}
then create a batch file that would...
September 4, 2007 at 6:50 am
I really like merge replication.
August 30, 2007 at 10:46 am
You might consider maintaining these tables outside of the transactional publication, handling these few tables by some other mechanism.
August 8, 2007 at 1:01 pm
"I understand that after AWE is enabled, SQL will reserve as much RAM as possible at boot up"
When the SQL service starts it will reserve the memory, not at boot...
August 2, 2007 at 7:58 am
Indeed, but TELNET is a quick and dirty "Is such a port open" test.
Check the error log on the SQL server. It will tell you if TCP is enabled. ...
August 1, 2007 at 6:48 am
Viewing 15 posts - 31 through 45 (of 602 total)