Viewing 10 posts - 46 through 55 (of 55 total)
J Livingston SQL (6/25/2016)
WITH cte as (
SELECT s.SellerID,
MAX(c.Mincredit) AS mc
FROM Seller_Table AS s
LEFT OUTER JOIN Credit_Mater AS c...
June 25, 2016 at 11:02 am
Hi all ,
Any help from any one ... 1 day left for me to do this
June 25, 2016 at 9:52 am
J Livingston SQL (6/24/2016)
JoNTSQLSrv (6/24/2016)
Thank you very much TheSQLGuru. Please help me. As your name says you are SQL GURU 🙂
suggest you read this article https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
and then provide...
June 24, 2016 at 7:09 pm
Thank you very much TheSQLGuru. Please help me. As your name says you are SQL GURU 🙂
June 24, 2016 at 9:37 am
Thanks a lot Mr or Mrs 500 , thanks for the solution. I designed like you instructed :-):-):-)
June 24, 2016 at 12:06 am
Phil Parkin (8/2/2013)
I see.You can probably get quite close through the use of PATINDEX and diligent use of wildcards. Have you tried this?
PATINDEX is just retrieving the index value...
August 2, 2013 at 4:34 am
Phil Parkin (8/2/2013)
Presumably you are using some sort of front-end application (Winform/Web) to get this info from the user. This validation should be done there and not by SQL Server.
Thanks...
August 2, 2013 at 3:43 am
Sean Pearce (7/10/2013)
JoNTSQLSrv (7/9/2013)
My only confusion is : In Salary point view ORACLE OR MS SQL SERVER ?
If salary is your number one priority then may I suggest getting into...
July 10, 2013 at 6:04 am
Sean Lange (7/9/2013)
JoNTSQLSrv (7/9/2013)
I live in INDIA. For one year i have been working in sql server 2005 as a developer and i never...
July 9, 2013 at 10:30 am
hi guys ,
Thanks a lot for all your valuable replies and help . I thank you all again .
one more query now ; i want to learn the...
July 10, 2012 at 8:32 am
Viewing 10 posts - 46 through 55 (of 55 total)