Viewing 15 posts - 1,351 through 1,365 (of 2,038 total)
Hi
Did you try my example? Just copy to SSMS and execute.
In your SELECT just replace the GETDATE() with your column name.
Greets
Flo
April 17, 2009 at 3:18 am
Well I think it's time to join...
Maybe I oversight, but some classics are still missing in my opinion
Lord of the threads
Pulp threadtion
Hell Threader
April 16, 2009 at 4:36 pm
Hi Barry
Thanks for your help! I just tried. In contribution center click "Contribute Script" on bottom there is a upload text box it allows only images...
Greets
Flo
April 16, 2009 at 4:05 pm
I'm not sure if it is possible to add different element names in same level. If it is I don't know. Sorry.
Best wishes
Flo
April 16, 2009 at 4:01 pm
Hi
jbloes (4/16/2009)
If I go w/the FK option I will need constraints to make sure records are not orphaned and are validated by being selected from the ProgramList table.
This is the...
April 16, 2009 at 3:41 pm
Hi
If you want to use the database default collation you have to use on the function, not on the ",":
fnx_TitleCase(lastname) COLLATE YOUR_SERVER_COLLATION + ',' + master.dbo.fnx_TitleCase(firstname) COLLATE YOUR_SERVER_COLLATION as FullName
My...
April 16, 2009 at 3:31 pm
Hi Barry!
Thanks for your reply.
RBarryYoung (4/16/2009)
Code="plain" seems OK to me.
I just tried with code="plain" Firefox needs about two seconds but can handle it. I tried from IE an it...
April 16, 2009 at 3:27 pm
Hi
You could try:
fnx_TitleCase(lastname) + ',' COLLATE YOUR_SERVER_COLLATION + master.dbo.fnx_TitleCase(firstname) as FullName
Anyway, if your master has another collation than your database it seems that the server does. You should consider to...
April 16, 2009 at 3:13 pm
I just want to confirm your consideration. I also don't know a reason to commit a transaction if there was an error.
Greets
Flo
April 16, 2009 at 3:04 pm
Glad that I could help!
Greets
Flo
April 16, 2009 at 2:57 pm
Hi
James (4/16/2009)
Please see code below for the object create scripts and sample data, sorry bout this:
No problem 🙂
Thanks for the sample DDL and data!
There are some things I don't understand:
*...
April 16, 2009 at 2:40 pm
Could you please post the complete error message?
April 16, 2009 at 1:32 pm
Just want to confirm Gail. In best case the user name and a link to her/his user profile (if the user changed the nick name).
Greets
Flo
April 16, 2009 at 1:20 pm
Hi
If you want to remove the time part of a DATETIME column you can use this:
SELECT DATEADD(DAY, DATEDIFF(DAY, 0, GETDATE()), 0)
If you have a different problem I join the others...
April 16, 2009 at 1:15 pm
Viewing 15 posts - 1,351 through 1,365 (of 2,038 total)