Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)

  • RE: Table Relationships

    Thanks for the SQL that tells me about the tables not having a FK relationship. Here are the results. There are 107 tables with no foreign key. Now I am...

  • RE: Table Relationships

    bitbucket-25253, Thanks for your post! Let me know if this is asking to much but can you explain the stored procedure? I did try it on the Northwind database and...

  • RE: This removes all zeroes, I need the trailing zero removed

    It looks to me as if he is trying to replace the zeroes with a space and then trim off the space and then replace the space with a 5....

  • RE: Decrease the size of Table - 25 GB

    Steve I am new to this forum and to ms sql. When you said post the DDL for the table, can that be done by right clicking the table and...

  • RE: Record Length

    J-F,

    Thanks for the push. I went and looked again at the post from Lowell and with you help was able to move forward. Thanks again. Sorry lack of confidence is...

  • RE: Record Length

    You're right. I am sorry. I have a tough admitting I do not understand something. With your solution, J-F Bergeron, I have no idea how to adapt it to...

  • RE: Record Length

    Here is an example of my results with my T-Sql:

    SELECT CHARINDEX('4', Amount, 1) AS Length, Amount, EnrollmentYear, CHARINDEX('4', SSN, 1) AS Expr1, CAST(Amount AS varchar(50))

    ...

Viewing 7 posts - 1 through 7 (of 7 total)