Viewing 15 posts - 1,141 through 1,155 (of 5,103 total)
Paparux (6/17/2008)
Is this AMD tech problem then?i also have HP should i ask help there or wait till MS fixes it?
How do i know if its really influencing performance?
My problems...
June 17, 2008 at 3:03 pm
You should probably contact Sibel support. I think you are probably changing the table too fast and auto update stattistics is triggered on each invocation OR the app is actually...
June 17, 2008 at 3:01 pm
Script it out. and run the generated script on the remote server
June 17, 2008 at 2:58 pm
If HT is turned off you still need to check for power saving settings in your server. Sometimes the Frequency is reduced when low activity is detected and it causes...
June 17, 2008 at 2:57 pm
balbirsinghsodhi (6/16/2008)
and also is there a gurantee that database will be in a perfect shape. the reason I am asking if we...
June 16, 2008 at 3:26 pm
No. recovery must finish to ensure that logs are re-played.
June 16, 2008 at 3:09 pm
DBA (6/16/2008)
June 16, 2008 at 1:09 pm
nealwright44 (6/16/2008)
I'm using SQL 2005 T-SQL.
I'm need to extract partial data from a concatenated address field.
The address field contains 5 elements, each separated by '/n'.
In this particular example, I need...
June 16, 2008 at 12:33 pm
I suspect that the OP has abandoned this thread 😉
June 16, 2008 at 10:46 am
stacya (6/16/2008)
OpenQuery will do import or export? or both? Do you have an example? I've looked it up, and unfortunately, am still confused.Thank you,
Stacy
Openquery just...
June 16, 2008 at 10:19 am
declare @TABLEA Table ( ID int , Name varchar(20) )
declare @TABLEB Table ( ID int , Subject varchar(20) )
insert into @TABLEA ( ID, Name )...
June 16, 2008 at 10:17 am
tmbasha (6/15/2008)
Thanks all of you, for your valuable suggestions. Below i am providing the estimation size of different tables with index also which resides on single file i.e. Primary.... may...
June 16, 2008 at 9:47 am
umaramiya (6/16/2008)
Currently I am developing a Job Portal using SQL Server 2005. I have certain queries like searching the Candidate/Job with keywords. which needs very high performance. Already important fields...
June 16, 2008 at 8:59 am
I would go for "RECOMPILE" statement option. That way you will get the appropriate plan for any value pair. This of course comes at a recompilation time price, it may...
June 16, 2008 at 8:54 am
Viewing 15 posts - 1,141 through 1,155 (of 5,103 total)