Viewing 15 posts - 76 through 90 (of 91 total)
At the MDAC download page there is a tool called component checker.
Make sure to download the latest version as the install contains scripts for each version of MDAC...
December 9, 2002 at 9:23 am
I can't speak for personal experience with scalability as the largest app I've worked with only had about 25GB of data and a couple hundred users.
As for mission critical though,...
November 27, 2002 at 10:27 am
Sounds like your linked servers aren't configured correctly/completely for remote procedure calls. Try one of these..
Setting the linked server options:
You can use the sp_serveroption stored procedure to set the...
November 11, 2002 at 8:53 am
I have a stored procedure on each of my servers that I run as a scheduled job. It raises an error when disk space runs over a certain percentage...
November 11, 2002 at 7:28 am
Another solution would be to use DateDiff with the column and getdate(). Specify Day, Hour, minute, etc according to how precise of a match you care about. Then...
November 7, 2002 at 9:11 am
Would it have also worked if I had changed the login account on the MSSearch service to <domain>\SQLServ?
October 25, 2002 at 12:24 pm
Woops, I see I didn't answer both of your questions. The Builtin\Administrators was not in the Logins.
Thanks! That did it.
October 25, 2002 at 12:23 pm
I agree that at times it's a pain to come up with a relevant subject line.
I think people should keep in mind that it's more important to contain keywords than...
October 25, 2002 at 10:32 am
MSSEARCH - Local system account
MSSQLSERVER - <domain>\SQLServ
SQLSERVERAGENT - <domain>\SQLServ
October 25, 2002 at 10:11 am
Sorry! I know I have a tendency towards being cranky, sarcastic and cynical. As for the newbie thing it just bugs me when people...
October 25, 2002 at 7:04 am
I think most of the technical aspects have been covered in far greater detail than I am capable (or willing) to go into. However, I'd like to throw in...
October 21, 2002 at 11:52 am
I rather like SimonSabin's approach.
It would allow you to handle more special cases such as multiple spaces, single names and counting the number of tokens to determine if their...
October 21, 2002 at 9:15 am
Naturally it would depend on how the final product turned out but I would say yes that I would use the open source tool. One of the annoying I've...
October 21, 2002 at 8:35 am
I had a similar problem with a DTS package. I was using a transform to load data from a text file to a table. One of the columns...
August 27, 2002 at 12:49 pm
I have no explanation for this, but....
I've observed in some machines that when I upgraded the RAM they would slow down. The BIOS would display the correct...
July 29, 2002 at 8:03 am
Viewing 15 posts - 76 through 90 (of 91 total)