Viewing 15 posts - 8,371 through 8,385 (of 8,731 total)
September 21, 2012 at 2:41 pm
There's not enough information on your post to give you a real answer.
We can't see your data.
However, I would recommend you to examine this:
select
CONVERT(varchar(30),clx.prdt) as ADate
from EXPM clx where...
September 21, 2012 at 2:30 pm
Anyone is going to SQL Saturday 151 in Orlando?
I would like to meet some of the people from SSC.
September 21, 2012 at 1:51 pm
Chad Crawford (9/21/2012)
Luis Cazares (9/21/2012)
Chad Crawford (9/21/2012)
September 21, 2012 at 12:21 pm
Chad Crawford (9/21/2012)
September 21, 2012 at 11:39 am
CELKO (9/21/2012)
You have several fundamental errors.
Let's begin:
1. Tables model sets so their names are plural or (better) collective nouns. See ISO-11179 or any book on data modelign.
Agree, that's a...
September 21, 2012 at 10:42 am
It's hard to understand what you're trying to do, I hope that you can help us to help you.
As Sean said, SUM() will only allow one parameter.
I've made some changes...
September 21, 2012 at 9:37 am
It would have been great to understand the difference between row-by-row programming and set based programming (or procedural language and declarative language). It would be important to notice when is...
September 21, 2012 at 8:52 am
SomewhereSomehow (9/20/2012)
p.s.(But who cares my opinion=))
All the opinions are valuable, either if they're correct or not, as everything is an opportunity to learn.
Regarding the beating, there's something in Wikipedia about...
September 20, 2012 at 2:40 pm
Lynn Pettis (9/20/2012)
SomewhereSomehow (9/20/2012)
CELKO (9/20/2012)
don't think you'll scare him. Maybe offend, but not scare. He comes across as one of those borderline sociopathy cases that have very thin skin,...
September 20, 2012 at 1:22 pm
Maybe this can inspire you 😉
September 20, 2012 at 11:22 am
Eugene Elutin (9/20/2012)
Luis Cazares (9/20/2012)
Eugene Elutin (9/20/2012)
jcrawf02 (9/20/2012)
Eugene Elutin (9/19/2012)
Jeff Moden (9/18/2012)
Eugene Elutin (9/18/2012)
Please ignore this stupid remark!
Easy, big guy. You're right but that's something that he would say....
September 20, 2012 at 11:11 am
The instructions are mostly generic as VS 2012 is independent of SQL Server.
You can follow the instructions here: http://www.codeproject.com/Articles/20987/HowTo-Install-the-Northwind-and-Pubs-Sample-Databa if you don't feel confident to use the SQL Script files...
September 20, 2012 at 11:01 am
My opinion has nothing to do with my capabilities.
At the time, I don't have any work to do, so I treated this as a challenge for me. Others might not...
September 20, 2012 at 10:07 am
At this moment, I wish I didn't post any response.
Your answers have been rude to someone that is trying to help you by giving a good advise.
This might cause others...
September 20, 2012 at 9:15 am
Viewing 15 posts - 8,371 through 8,385 (of 8,731 total)