Viewing 15 posts - 406 through 420 (of 486 total)
From what you have described that it looks like the problem could be at the web server application layer, do you have access to anyone who knows that well. ...
October 3, 2011 at 3:23 am
My Mistake I thought it was only in SQL 2008 R2, did it not used to be called "Change Data capture"? I had reviewed that once and for a...
September 29, 2011 at 9:56 am
OK to try and help you need to be a little clearer.
Is the process inserting the results of the select query into a table?
Is this all within the same database...
September 29, 2011 at 9:52 am
What you really need to do is setup some coding standards so basically a document that details what should happen when creating objects.
For example. If your system was predomenantly...
September 29, 2011 at 9:47 am
When you see this problem occuring have a look at sys.dm_os_waiting_tasks, you will see what requests are comming in and what the wait type is. This will help you identify...
September 29, 2011 at 9:34 am
As change tracking is only in SQL 2008 R2, if your on just SQL 2008 the products Lumigen and APEXSQL are worth looking at.
September 29, 2011 at 9:26 am
If you could post the code for creating the table and some sample data it would help.
September 29, 2011 at 9:20 am
I am pretty sure that indicates that the client app is not dropping the connetion once the request has completed.
You need to make sure that the client code opens a...
September 29, 2011 at 9:17 am
Its not possible to share the same DB on both clusters.
essentially each instance runs with its own resources, i.e SAN drives which are only accessible by one active...
September 16, 2011 at 10:03 am
How about creating a SQL Agent job with no default schedule, then run the job by calling your stored proc? the other option is using the xp_cmdshell system stored...
September 16, 2011 at 9:56 am
Thanks, it turned out to be easier than I thought.
September 13, 2011 at 9:40 am
First I would check how the server is running at a basic level checking the following counters in perfmon:
Hardware Resources
The counters required are:
•Memory: Pages/Sec
•Memory: Available Bytes
•Pyhsical Disk:%Disk Time
•Processor:%Processor Time
Network...
August 31, 2011 at 4:24 am
Not being cheeky but have you tried googling, "free helpdsk software"? There appear to be loads out there
August 23, 2011 at 7:19 am
Yes indexes can be replicated but not by default you need to set the options within the publication article properties.
August 22, 2011 at 7:56 am
Viewing 15 posts - 406 through 420 (of 486 total)