Viewing 15 posts - 466 through 480 (of 1,243 total)
Ray K (5/16/2016)
djj (5/16/2016)
Eirikur Eiriksson (5/16/2016)
GilaMonster (5/16/2016)
jasona.work (5/16/2016)
Last weekend, we had...
May 17, 2016 at 1:00 am
What Jeff said.
It's quite a big jump from concatenating strings to calculating days in a fiscal year. A calendar table of some description will certainly make things easier.
May 16, 2016 at 6:12 am
smer (5/16/2016)
how to modify the fiscal year sqlquery to works in 2008r2?
SELECT
CASE WHEN MONTH(service_date)>=7 THEN
concat(YEAR(service_date), '-',YEAR(service_date)+1)
...
May 16, 2016 at 2:46 am
hlsc1983 (5/10/2016)
Studentid int as foreign key ,
Subjectid int as foreign key,
Grade int,
Gradetype int as foreign key,
Grade_pk int as primary ke
A subject can...
May 10, 2016 at 5:07 am
ChrisM@Work (5/10/2016)
BLOB_EATER (5/10/2016)
ChrisM@Work (5/10/2016)
Sean Lange (5/9/2016)
May 10, 2016 at 1:47 am
I could have been at Bits but oh no I had to go to the party.
May 9, 2016 at 1:47 am
Felix Pamittan (5/5/2016)
Correct answer:
Yes, you can run this code, This returns 97
Explanation:
You can run this code. The CHAR variable is converted to NCHAR and the first character's value...
May 6, 2016 at 1:05 am
We've got a problem with entities having different names across different teams in the same business. To compound the issue, tables in the data warehouse have the same names...
May 4, 2016 at 1:37 am
Luis Cazares (5/3/2016)
If the procedure is stopped and it's properly written, it might have to rollback everything that has been done. Because you're using a single transaction, right?
AARGH! Session timeout!!...
May 3, 2016 at 7:54 am
Grant Fritchey (4/27/2016)
Steve Jones - SSC Editor (4/27/2016)
tindog (4/27/2016)
April 28, 2016 at 2:10 am
That was surprisingly easy for one of Andy's questions. There weren't any tricks or things that we should have inferred from the position of a comma :cool:. I...
April 28, 2016 at 1:42 am
Steve Jones - SSC Editor (4/26/2016)
BWFC (4/26/2016)
I'm now unregistered as yesterday I was officially invited to spend my Saturday afternoon with an army of four-year-olds on a sugar-rush. Although...
April 27, 2016 at 1:02 am
NineIron (4/26/2016)
April 26, 2016 at 5:25 am
Viewing 15 posts - 466 through 480 (of 1,243 total)