Viewing 15 posts - 1 through 15 (of 107 total)
You can use the port query tool from your developer machine to find out what ports are open on the server machine. The port query tool can be downloaded from...
March 28, 2011 at 2:57 pm
Apache / tomcat is a web server just like IIS. Tomcat does JSP pages, apache does basic HTML. As long as they are not using the same ports they should...
March 28, 2011 at 2:55 pm
Nicole, I wish I could offer you a quick fix. Let me try to explain what I know about response headers and what causes that error.
The wikipedia page below...
March 28, 2011 at 1:49 pm
nicole, i'm just guessing, but the response header is what IIS wraps around response data. If you put a HTML type around a SSL certificate that might be the problem....
March 25, 2011 at 2:21 pm
Rabin, I would look for another VSS writer service. It seems clear that SQL Server still thinks one is running. Try looking for a VSS service under another name.
Good luck,...
February 9, 2011 at 8:06 am
Let me know if you need some help with the coding..
Cheers
July 29, 2010 at 1:53 pm
Here's a link to a Great MSDN article with code download for using SQL Server management objects to create your own GUI.
http://msdn.microsoft.com/en-us/magazine/cc163409.aspx"> http://msdn.microsoft.com/en-us/magazine/cc163409.aspx
Good luck
July 29, 2010 at 1:23 pm
I am contributing the high SNI setting to approximately 100,000 user connections that were not closed by the client application, in the belief that connection pooling was limiting SQL sever...
July 16, 2010 at 7:55 am
You can write your own program using Visual Studio and the SQL Server management objects. Here's a link to the MSDN forums where you can learn more..
http://social.msdn.microsoft.com/Forums/en-US/sqlsmoanddmo/threads...
July 13, 2010 at 1:07 pm
Some interesting reading has pointed me to this:
SELECT TOP 10 [type], sum(single_pages_kb) AS [SPA Mem, Kb]
FROM sys.dm_os_memory_clerks
GROUP BY type
ORDER BY SUM(single_pages_kb) DESC;
Which shows the top 10 as...
OBJECTSTORE_SNI_PACKET.................1460872
MEMORYCLERK_SQLCONNECTIONPOOL.....429904
MEMORYCLERK_SNI..............................114872
MEMORYCLERK_SQLSTORENG ...
July 8, 2010 at 7:43 pm
Kevin, you are basically correct. Here's the way it works.
In general, there is no such thing as you "must" run xyz setup. Anyone can reverse engineer setup disks and put...
July 8, 2010 at 4:39 pm
I just renewed my subscription to RedGate and it's incredible. I've saved so much time just using thier tools. I found the scripting option works much better and faster...
April 10, 2009 at 9:13 am
Eddy, you should absolutely leave open your connection object and read up on dispose, finalize and garbage collection. I would also read up on execution plans for stored...
April 9, 2009 at 2:47 pm
Barry, that was nice. Have you written any mapping applications or used any mapping SDK's
Thanks
March 24, 2009 at 10:56 am
Most of the time I see this it is memory usage on client side. Network and SQL is usually fast on server side. Your app may show constant memory,...
March 24, 2009 at 10:26 am
Viewing 15 posts - 1 through 15 (of 107 total)