Viewing 15 posts - 31 through 45 (of 2,451 total)
you have posted in "SQL Server 7,2000 ".....what MS SQL version are you really running?
February 6, 2018 at 8:02 am
as a side issue what is the datatype for [ie].[DateTime]
am just wondering what this bit of code is for?
CONVERT(varchar(10),REPLACE(CONVERT(varchar(10), [ie].[DateTime],101),'/','-')) AS [Void_Date]
January 30, 2018 at 11:48 am
January 29, 2018 at 1:10 pm
January 29, 2018 at 10:36 am
Data Tab > queries and connections >> right click your query >edit
New Query editor opens....Home tab > advanced editor.
hope this helps
January 29, 2018 at 8:17 am
xtrmus2319 - Thursday, January 25, 2018 3:04 AMconsumable data and DDL ?You need just code ? Right?
https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/
January 25, 2018 at 3:52 am
Thanks for your reply. It's ok, I have talked it over...
January 18, 2018 at 6:59 am
for clarification please.......if you use these dates 1st October 2017 to 31 December 2017 for your report and a customer has orders in Oct and Dec but...
January 18, 2018 at 5:47 am
January 10, 2018 at 3:04 pm
January 9, 2018 at 10:39 am
wild guess.....
SELECT ABS(id)
FROM yourtable
GROUP BY ABS(id)
HAVING(COUNT(DISTINCT grp) > 1);
January 9, 2018 at 10:31 am
first off...please read this link https://spaghettidba.com/2015/04/24/how-to-post-a-t-sql-question-on-a-public-forum/ You will be surprised how you get faster and better answers by following the advice.
secondly why return -102 and not 102?
January 9, 2018 at 10:19 am
some sample data would help please.....your question doesnt really make any sense without data that shows your problem
January 9, 2018 at 10:01 am
richardmgreen1 - Friday, January 5, 2018 6:59 AMI'll post some data shortly.
still waiting 🙂
January 8, 2018 at 8:45 am
khpcbgnt - Wednesday, January 3, 2018 1:42 PMThanks for all your help.
....and what solution have you decided to use?....tis a two way...
January 3, 2018 at 1:47 pm
Viewing 15 posts - 31 through 45 (of 2,451 total)