Viewing 15 posts - 1 through 15 (of 32 total)
Ok, finally got it to install, what I did was:
1. Install SQL Server - everything except the SQL tools.
2. Extract the second x64 archive (disc 2)
3. Navigate to folder in...
July 31, 2009 at 7:41 am
Thanks, Oh well - its more of a pain than anything else - especially when you know it can't be more than a reference in a hidden system table somewhere...
April 10, 2008 at 3:53 am
Also, just because you use NOLOCK, doesn't mean that nothing is locked.
I ran into a nasty issue a few years back when a SELECT statement caused the Pages of...
January 26, 2007 at 8:25 am
Hi All, thanks for all the help.
I had re-installed SQL Server a number of times, and tried applying sp3a and sp4 without any luck.
The most confusing thing was that even...
November 28, 2005 at 3:55 am
Yep, I've had issues with Windows Firewall before. I have stopped the service as well as the anti-virus etc, and still am not having any joy. I have compared my...
November 24, 2005 at 7:54 am
Yep, it looks fairly normal:
TcpPort = 1433
TcpDynamicPorts = Empty
TcpHideFlag = 0
Other Key:
LoginMode = 1
ListenOn = SSMSSH70
SSNETLIB
DefaultLogon = guest
SetHostName =...
November 23, 2005 at 3:25 pm
From what I recall (I haven't done this for a good year), it is the same name and ip address.
The default will depend on your network submask etc, and its...
September 30, 2005 at 2:54 am
Hi, running the query through Query Analyser, with the show execution plan option on will help determine what might be the problem.
I agree that you may need a clustered index, but...
September 28, 2005 at 2:49 am
Did you ever get to the bottom of your problem?
I have encountered the same thing when connecting from Delphi consoles (via BDE) to SQL Server over a network.
Thanks,
July 12, 2005 at 3:57 am
As suggested - use SQL Server Profiler to monitor missing statistics (errors and warnings) while you run the query. My theory is that your statistics could be missing altogether. While...
June 3, 2005 at 2:55 am
Without statistics SQL Server cannot make accurate guesses over which execution plan is best. Unfortunately, sometimes updating the statistics after a query/stored proc has already performed poorly doesn't always help....
January 12, 2005 at 3:56 am
Yep, its possible to write an application which runs on the cluster and writes cluster events to a port.
Check out the following page on MSDN:
August 13, 2004 at 4:29 am
You should be able to re-attach the database, if all is in order, and the files are identical.
There are a number of things to bear in mind though. Firstly, you...
August 13, 2004 at 2:06 am
How about writing your own simple service which can be registered with the cluster administrator?
Your application could then log the information about when the service is starting or stopping, as...
August 13, 2004 at 1:45 am
Well, I haven't had a good look at your scripts, but may I suggest the following:
Firstly you should get the execution plan of the fast queries and then compare it...
July 13, 2004 at 10:04 am
Viewing 15 posts - 1 through 15 (of 32 total)