Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: alex12
  • Content: Threads
  • Order by date
  1. alex12

    Finding value

    How would I find what columns in database have data 'Optic'? Thanks.
  2. alex12

    Finding value

    Does anybody know how would I go through all the tables and columns in order to find columns that have value ‘opt’ in them? Thanks.
  3. alex12

    Must have or..?

    With one-to-one relationship the tables on both sides must have the same number of records or not? Thanks.
  4. alex12

    Help!

    Hello, guys. I have been trying to execute the following and just keep getting the same error: “Syntax error converting the nvarchar value ‘one_a’ to a column of data int. declare @a int declare @b int declare abc cursor for select TABLE_Name, data_type from information_schema.columns where...
  5. alex12

    relationship

    What is “time dependent one-to-one relationship”? With such relationship can table have different number of records? Thanks.
  6. alex12

    one-to-one relationship

    What is “time dependent one-to-one relationship”? With such relationship can table have different number of records? Thanks.
  7. alex12

    primary key

    To create a relationship between tables without primary keys set up, what would I do? And how what I use unique keys to create relationship? Thanks.

Part and Inventory Search

Back
Top