Viewing 15 posts - 976 through 990 (of 1,957 total)
parthmeister (3/10/2013)
i am having the sql below:
SELECT TOP (100) SAMINC.dbo.OESTATS.YR as YEAR , SUM(SAMINC.dbo.OESTATS.SALESAMTF) AS TotalSales
FROM SAMINC.dbo.OESTATS INNER JOIN
dbo.Company ON SAMINC.dbo.OESTATS.LINVCUST = dbo.Company.Comp_IdCust COLLATE Latin1_General_BIN
GROUP BY SAMINC.dbo.OESTATS.YR
that generated the...
March 12, 2013 at 3:39 am
Rauf Miah (3/10/2013)
Then it look like
Comcod Sircode ...
March 10, 2013 at 4:04 am
...or, if you might want to keep the code and re-instate it later...
Add
AND 1=0
to the WHERE clause.
March 8, 2013 at 8:31 am
I don't like the look of hitting that xml over and over...
You might want to try something like this to get the data out into a tabular form, then work...
March 4, 2013 at 6:21 pm
Jeff Moden (3/4/2013)
It's going to help me a lot.
Sounds ominous :w00t:
March 4, 2013 at 8:17 am
I have only posted one item on Connect - it was related to a specific technology within Visual Studio 2012, it got no up votes from anyone, but was checked...
March 3, 2013 at 5:05 am
AndrewSQLDBA (3/1/2013)
I have a rather odd situation. I want to add a lock to a table on purpose. I need to update and then select from that table...
March 1, 2013 at 7:31 pm
Yes, you can do it.
You need to make sure that your Dealer Name group is a Child Row Group of the Division group, then it's just formatting (like the indent).
Edit:...
February 28, 2013 at 7:02 pm
ChrisM@Work (2/27/2013)
...About once a week, mate. Now I'm an old git I can blame it on declining memory. When I was a sprightly youngster it was more embarrassing.
I know what...
February 27, 2013 at 2:30 am
not directly, but you could store the results of
each proc into tables and intersect those,
February 26, 2013 at 11:36 am
ChrisM@Work (2/26/2013)
dwain.c (2/26/2013)
ChrisM@Work (2/26/2013)
peter-757102 (2/26/2013)
February 26, 2013 at 5:11 am
Usman Butt (2/22/2013)
L' Eomot Inversé (2/22/2013)
mister.magoo (2/22/2013)
Always makes me nervous when that is...
February 22, 2013 at 1:16 pm
ErikEckhardt (2/22/2013)
mister.magoo (2/22/2013)
WHERE SUBSTRING(@pString,t.N,1) COLLATE Latin1_General_BIN = @pDelimiter COLLATE Latin1_General_BIN
COLLATE only needs to be on one side of the expression. Either side will do. You don't...
February 22, 2013 at 12:34 pm
dwain.c (2/22/2013)
mister.magoo (2/22/2013)
ChrisM@Work (2/22/2013)
L' Eomot Inversé (2/22/2013)
mister.magoo (2/22/2013)
Sorry if I have made a mistake, but I think...
February 22, 2013 at 9:26 am
ChrisM@Work (2/22/2013)
L' Eomot Inversé (2/22/2013)
mister.magoo (2/22/2013)
Sorry if I have made a mistake, but I think this is...
February 22, 2013 at 7:55 am
Viewing 15 posts - 976 through 990 (of 1,957 total)