473,396 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

sysindexes???

Hi All,

I am trying to get some result on the following query:

SELECT DISTINCT A.RECNAME, D.rowcnt
FROM PSRECDEFN A, PSRECFIELD B, PSTREENODEPVW C, sysindexes D
WHERE C.TREE_NODE = A.RECNAME
AND A.RECNAME = B.RECNAME
AND (B.FIELDNAME like '%SSN%')
AND A.QRYSECRECNAME = ' '
AND 'PS_' + A.RECNAME = D.name

Now the question is in regards to sysindexes. What is the criteria for
this table (will all records with data be in this table)? One of my
RECNAME is not in sysindexes and why is it not? It has data and is
used for many purposes but it does not show up in sysindexes???

Thanks,

-ok
Jul 20 '05 #1
0 1639

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Vincento Harris | last post by:
Hi There are a lot of articles about the fillfactor. I did change the fill factor and that did not work as intended. How do I get back to the default fill factor I am using sp_msforeachtable...
0
by: John | last post by:
Hi All, I am trying to get some result on the following query: SELECT DISTINCT A.RECNAME, D.rowcnt FROM PSRECDEFN A, PSRECFIELD B, PSTREENODEPVW C, sysindexes D WHERE C.TREE_NODE = A.RECNAME...
3
by: crystal1 | last post by:
Just curious if anyone has a script to find and delete all indexes created by index tuning wizard, leaving the original indexes untouched. All of the original indexes in this particular database...
2
by: Jean | last post by:
Hi, i'm on windows nt4 sp6a , sql server 7.00.0842 i have something that i don't understand. The table 'source' is taking lot of space but when i bcp out, the file take only 11MB (fixed...
1
by: MissLivvy | last post by:
What's the difference between the rowcount column returned by: DBCC SHOW_STATISTICS('table_name','primarykey') and SELECT rows FROM sysindexes WHERE id = OBJECT_ID('table_name') AND indid <...
3
by: hobbzilla | last post by:
After running: SELECT , B.rows, O.name FROM (select sum(convert(decimal(10,0),dpages)*8129/1024) , id FROM sysindexes group by id) A INNER JOIN sysindexes B ON A.id = B.id and B.indid in (0,1)...
2
by: Benzine | last post by:
I am running MS SQL 2000. I recently ran a procedure in Query Analyzer from the Master db to clear out all replication information so I could start/recreate it again. After I ran this...
4
by: Laurence Breeze | last post by:
I wonder if anyone can help ... Today I tried to create another non-clustered index on a table. This failed as I apparently already had 249 non-clustered indexex on the table. Looking at the...
4
by: time management | last post by:
Here's the scoop, I got a generic-purpose database (in the form of *.mdb and *.ldf) from a 'reputable' source on the net. But when I attempted to attach it to my sql server 2000 with SP3 with EM,...
1
by: VIJENDRA1978 | last post by:
I need to control the size of table in database in Ms Sql server 2005. My objective is to see if the table size grows beyond a certain limit like 300mb or so. If it grows more then this then fire a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.