Viewing 15 posts - 1 through 15 (of 20 total)
Thanks for the response
But my object explore font is not default one so, i cannot able to see objects. so, help me on this.
Thanks,
KK
May 5, 2010 at 10:34 pm
Then you have to enable Auto Shrink option in Server.
But this will impact on server/DB performance.
Instead of enable Auto Shrink avoid to use temp tables for large amount of data/records.
Thanks,
KK
February 18, 2010 at 12:33 am
I cannot start Trace or sql profiler because it is production.
when i test same in test environment no issues.
we are getting issue during the users(thousands) are using...
February 2, 2010 at 5:55 am
Thanks Adi,
What i am looking exactly is,
We have found few deadlocks during the application is in use. To identify these deadlocks i have written even handler to find procedure...
February 2, 2010 at 5:14 am
in above thread provided information is taken from .log.
Thanks,
KK
April 28, 2009 at 3:44 am
SQL server exists in C Drive. So, by the default we are not changing any installation path of sp2.
Thanks,
KK
April 28, 2009 at 12:33 am
where the backup has taking that server is not with us. We have only .bak file
Thanks,
Kishore KK.
April 8, 2009 at 2:39 am
Hi Chris,
Thanks for the update.
My table having indexes, normalization and all other statistics are good.
But we are facing a latency when we are using this table in joins....
March 26, 2009 at 9:58 am
If you are confident the sql statement will return one row, then you can capture the values in variables.
If more than one row the last row info will available...
March 26, 2009 at 3:00 am
Thanks for the update.
In your Image just look there is a Login "sa" is not showing connected database information.
That is what i need. If i want to...
March 18, 2009 at 1:40 am
What's the table schema?
CREATE TABLE [dbo].[FDDB](
[FDD_ID] [int] IDENTITY(1,1) NOT NULL,
[DETAIL_ID] [int] NOT NULL,
[EFFECTIVE_PERIOD_ID] [smallint] NOT NULL,
[PERSPECTIVE_ID] [smallint] NOT NULL,
[TYPE_ID] [smallint] NOT NULL,
[SCENARIO_ID] [smallint] NOT NULL,
[VALUE] [numeric](19, 6) NULL,
[AUDIT_ID] [int] NOT...
February 16, 2009 at 5:03 am
performance degraded means "while downloading a report from application"
before compression 2 minutes 48 seconds
after compression 3 minutes 42 seconds.
How can i improve performance with compression?
one clusterd and one non...
February 5, 2009 at 9:47 pm
But when i execute these two statements
getting irrelavent information in second select(???????)
can you give more or refferences to get analyze my expectations.
Thanks
Kishore KK.
October 17, 2008 at 6:45 am
Viewing 15 posts - 1 through 15 (of 20 total)