Viewing 15 posts - 91 through 105 (of 146 total)
I agree with Karl. Check the client config utility on a machine whose connection is fast and configure a slower machine that way. Make sure, though, that the network library...
September 2, 2005 at 11:01 am
September 2, 2005 at 7:58 am
The KEYS of the Kingdom
Alias (ok, so it's a TV title)
Crash (everyone's nightmare)
September 1, 2005 at 2:08 pm
You are welcome. That's what's so much fun about a community.
Don
September 1, 2005 at 12:59 pm
<smacking forehead> I just realized what you were saying with cc_pkg.exe. Sorry. That's the Component Checker and I was about to ask if you had tried running it. Boy, would...
September 1, 2005 at 12:57 pm
Hi, Jim. I'm not sure you can remove MDAC on an XP OS. If what I've read is correct, it is an integral part of the OS. Do you receive...
August 31, 2005 at 2:29 pm
Here is a link to a KB article regarding the event log warning: http://www.support.microsoft.com/?id=303411. This newsgroup entry indicates that it may not be a problem: http://groups.google.com/group/microsoft.public.sqlserver.setup/browse_thread/thread/f9eaec9890177911/735c864af5c16782?lnk=st&q=SuperSocket+SpnRegister+Error+1355&rnum=9&hl=en#735c864af5c16782
Per the SQL...
August 31, 2005 at 2:12 pm
Actually that log information is useful because it shows that the SQL Server is not listening on TCP/IP. I see this sometimes in troubleshooting problems for clients. Try this:
1. stop...
August 29, 2005 at 9:32 am
Have you checked the errorlog for that instance, per Remi's suggestion? Make sure that the system is actually listening on both TCP/IP and Named Pipes. I have seen many instances...
August 26, 2005 at 10:20 am
If you downloaded MSDE Release A from Microsoft and used the default folder when you unzipped the files you can run the following command line to perform a basic install...
June 9, 2005 at 8:43 am
Don't know if you have solved this yet. If no client machine can connect look for svrnetcn.exe on the server running SQL (usually under Program Files\Microsoft SQL Server\80\Tools\Binn). Run it...
June 8, 2005 at 10:24 am
Hi, Chris, thanks for the info. You may be right about the OS I am using. I will check the newsgroups.
Don
May 12, 2005 at 2:58 pm
If going the third party route is not an option you could create backup files from SQL Server then zip them and password protect the zip file. A poor man's...
May 11, 2005 at 10:23 am
If you wanted to completely eliminate alpha characters, including the leading one, you could use the SUBSTRING function:
SELECT substring(account_k, 2, 4) AS Code, Count(*) AS Records
FROM dbo.YourTable
[WHERE substring(account_k, 2,...
May 5, 2005 at 9:36 am
I third the recommendation for the Transcender exams. They help by simulating what you will see when you sit the real exam, not only the way the questions are phrased...
April 15, 2005 at 12:21 pm
Viewing 15 posts - 91 through 105 (of 146 total)