Viewing 15 posts - 16 through 30 (of 203 total)
no.
Virtual Address Space is divided in User mode and kernel mode. Each and every process gets its own User mode address space, while kernel mode space is shared across...
May 30, 2007 at 11:28 pm
have you checked if applying SP2 + Cumulative update solves this ?
also, did it ever worked on your box ?
May 30, 2007 at 11:12 pm
This is an informational message only. It indicates the last time when the checkdb was run and came out clean.
I have seen this message when the database is going...
April 27, 2007 at 3:49 am
823 error means that the page is corrupt. If the backup was taken after the corruption, that would be present in restored database as well.
run dbcc checktable on all tables,...
April 14, 2007 at 9:33 pm
if the operating system itself is not reponding than Issue is at windows end. consider engaging Microsoft windows team for their help. may be they can help in isolating issues...
April 14, 2007 at 9:21 pm
try this, change ##temp tables to #temp or tempdb..temp and then bcp.
also, have you tried to take a count(*) before and after bcp on those tables? just to ensure that...
April 14, 2007 at 9:17 pm
"In the logs, there is a bunch of "DELETE" commands in the system tables (sysobjects, syscolumns, ...) but no "DROP TABLE" for the corresponding objects"
looks like you were running SQL...
April 14, 2007 at 8:38 pm
Use SQL 2005 Database tuning advisor.
I would suggest usiing the option in DTA that says "Ignore existing data stuctures" i.e. index/stats/partitioned views.
that would tell you an initial view from SQL...
April 14, 2007 at 8:13 pm
cosider relog.exe for converting from one perfmon format to another such as database.
I am not sure if it is going to make data retrival easy ;-)`
April 14, 2007 at 8:09 pm
1. Check if there is a blocking
2. Check if you are seeing any major waits for your applications's SPID in SQL Server.
3. Use profiler and find if the all...
April 14, 2007 at 7:57 pm
Are you looking to see an command prompt window on SQL Serve or on the Remote box ??? not possible.
Are you looking to just initiate a batch file from a...
April 14, 2007 at 7:52 pm
"you only enable AWE when you wish SQL Server to see beyond 4GB RAM?"
no, you enable AWE when you wish SQL to see beyond your process's user mode virtual address...
April 14, 2007 at 7:48 pm
The means that all threads within SQL process that were running on Node 0 (Thats a New term, inherited due to SQL support for numa architecture) are waiting for resource...
April 14, 2007 at 7:39 pm
My 2 cents on this
http://download.microsoft.com/download/4/7/a/47a548b9-249e-484c-abd7-29f31282b04d/RelDWPerf.doc
{
Hardware decisions often are made prematurely, before any significant knowledge of the system is known. This is particularly tricky when choosing hardware for a...
April 14, 2007 at 7:17 pm
Viewing 15 posts - 16 through 30 (of 203 total)