Viewing 7 posts - 1 through 7 (of 7 total)
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...
November 5, 2009 at 12:27 pm
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...
November 5, 2009 at 8:52 am
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....
September 4, 2009 at 11:24 am
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...
September 4, 2009 at 9:29 am
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...
August 31, 2009 at 1:33 pm
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...
August 31, 2009 at 1:16 pm
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))
...
August 31, 2009 at 12:31 pm
Viewing 7 posts - 1 through 7 (of 7 total)