Viewing 15 posts - 376 through 390 (of 707 total)
No replies at all..!!!!
None has come across such a pbm .??
January 24, 2011 at 10:58 pm
Thank you somuch.
Infact I had used the second option...
The exact requirement was I had to select all those emps with all those 3 components and from that list I...
January 19, 2011 at 8:42 am
Thanks for your reply.
Requirement is simple...
Want to pick those records from EMP table which has got all following components in the second table.... nothing else...
Cmp_1, cmp_2, cmp_3
Thanks aagain
January 19, 2011 at 6:55 am
Thanks for your replies..
So what's the workaround..? Will it work perfectly if I convert both the values to uppercase...?
Thanks a lot once again.
January 10, 2011 at 11:02 pm
.. Still awaiting for responses..!!!!
December 30, 2010 at 11:37 pm
WISH YOU ALL MERRY XMAS...
Wel, I dint like the question much becos there was no any clue to guess at all...
or may be bcose I lost 25 points. 😉
December 24, 2010 at 12:43 am
Hi,
Thanks for your response.
I am sorry that I can't post the query here.
I tried to simulate the issue in test, but couldn't.
But beleive me, it's a strange problem. And...
December 16, 2010 at 8:40 am
Thanks for your quick reply.
Problem resolved. First query is Grouped By "AppName"
and second query is Grouped By "Server".
When I made first query to be grouped by "Server, AppName' result...
December 15, 2010 at 1:11 am
Ok. I dint capture it last week, since it's a production server, manager will allow to get this data only on saturday.
Wel, What information we get from the details...
November 30, 2010 at 12:36 am
Yes sure, as given below.
record_countghost_record_countfragment_count
===================================================
838864 2077 ...
November 29, 2010 at 10:05 pm
Hi Gila,
Default fill factor is '0'.
November 29, 2010 at 8:35 am
Hi Gila,
Below query is used for getting fragmentation details,
SELECTOBJECT_NAME(i.OBJECT_ID) AS TableName, i.name AS IndexName
, IDS.avg_fragmentation_in_percent
, IDS.avg_fragment_size_in_pages
, IDS.avg_page_space_used_in_percent
, IDS.record_count
, IDS.ghost_record_count
, IDS.fragment_count
FROMsys.dm_db_index_physical_stats(DB_ID('dbname'), object_id(@tb_name), NULL, NULL, 'DETAILED') IDS
INNER JOIN sys.indexes i ON...
November 29, 2010 at 4:17 am
Thanks Adiga.
November 29, 2010 at 1:21 am
YES.... I am using the same..?
Any problem with it..?
by the way "rbuild" took 2.30 hrs to complete.
November 28, 2010 at 11:38 pm
Viewing 15 posts - 376 through 390 (of 707 total)