Viewing 15 posts - 4,681 through 4,695 (of 7,168 total)
wendy elizabeth (3/30/2012)
March 30, 2012 at 10:43 am
Z1024 (3/29/2012)
March 30, 2012 at 10:38 am
DBA_Dom (3/30/2012)
table1 (col1, col2, col3, col4, text1, text2, text3, date1, date2)
clustered index...
March 30, 2012 at 10:33 am
OK, 32-bit OS without the 3GB switch or AWE enabled. Your SQL Server is using as much RAM as it can get, ~1.6GB, for how it is configured. This means...
March 30, 2012 at 10:22 am
PS posting as text directly onto forum is fine too
March 30, 2012 at 9:57 am
sqlfriends (3/30/2012)
Attached is the result
Please attach the results as a text file, or image screenshot. Opening Office docs from the web is against policy. Thanks.
March 30, 2012 at 9:56 am
Hel (3/30/2012)
opc.three (3/30/2012)
DBA_Dom (3/30/2012)
March 30, 2012 at 9:38 am
DBA_Dom (3/30/2012)
March 30, 2012 at 9:16 am
The only way to ensure the data is not scrambled when inserting into a table is to reduce the "bacth commit size" to 1. Whether bcp, SSIS or BULK INSERT,...
March 30, 2012 at 9:13 am
Erland has done deep analysis on this topic. From Arrays and Lists in SQL Server 2008: Using Table-Valued Parameters > Performance_Considerations (underlines added by me)
As you have understood from the...
March 30, 2012 at 8:59 am
That's an awesome list, but we do not even know the type of DBA role we're talking about here. Level 1 / Level 2 / Level 3 DBA that handles...
March 30, 2012 at 8:34 am
Please post the results from your instance:
SELECT SERVERPROPERTY('Edition') AS Edition,
SERVERPROPERTY('ProductVersion') AS ProductVersion,
SERVERPROPERTY('ProductLevel') AS...
March 30, 2012 at 8:20 am
Please post your SQL Server Edition and build number too, for future reference:
SELECT SERVERPROPERTY('Edition') AS Edition,
SERVERPROPERTY('ProductVersion') AS ProductVersion,
...
March 30, 2012 at 8:09 am
If you post the DDL we can help you identify indexes worthy of consolidation or elimination.
March 30, 2012 at 8:04 am
mohan.bndr (3/30/2012)
Thanks opc...and can u elaborate the things i need to ask questions to previous dba team... give me as points plz
Hi mohan.bndr, It will depend on the type of...
March 30, 2012 at 8:00 am
Viewing 15 posts - 4,681 through 4,695 (of 7,168 total)