Viewing 15 posts - 4,681 through 4,695 (of 7,164 total)
DBA_Dom (3/30/2012)
table1 (col1, col2, col3, col4, text1, text2, text3, date1, date2)
clustered index...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 30, 2012 at 10:22 am
PS posting as text directly onto forum is fine too
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 30, 2012 at 9:56 am
Hel (3/30/2012)
opc.three (3/30/2012)
DBA_Dom (3/30/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 30, 2012 at 9:38 am
DBA_Dom (3/30/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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,
...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 30, 2012 at 8:09 am
If you post the DDL we can help you identify indexes worthy of consolidation or elimination.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 30, 2012 at 8:00 am
If someone needs sysadmin privs their Windows Login gets it via an NT Group, or I make them a SQL Login if required by the circumstances. If I can help...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 30, 2012 at 7:49 am
Be careful using DATEPART, output is dependent on server options.
From DATEPART (Transact-SQL) (2008 R2)
The return value depends on the language environment set by using SET LANGUAGE and by the default...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
March 29, 2012 at 2:02 pm
Viewing 15 posts - 4,681 through 4,695 (of 7,164 total)