Viewing 15 posts - 46 through 60 (of 82 total)
Thanks Sergiy and Lynn for these further informations.
I did not know about it and did not notice any performance problem with casting the dates.
However, as this is a trgigger, I'll...
May 23, 2013 at 7:27 am
Thanks for your answer shettybhas!
As Lowell stated, the problem was with getdate() returning a timestamp (date + hour) and the comparison was only on the date part; so it could...
May 22, 2013 at 7:25 am
Stupid me!!!!!!!
You are right Lowell.
Here's the correction if it helps someone ...
select @dt = convert(char(10), getdate(), 111)
Sometimes you're stuck with a problem for hours and you'd better have a...
May 22, 2013 at 7:15 am
Sorry, I missed the 3 first line
set nocount on
declare @dt datetime
select @dt = getdate()
May 22, 2013 at 7:07 am
BenWard (10/23/2012)
...
October 23, 2012 at 10:12 am
John Mitchell-245523 (10/19/2012)
rot-717018 (10/19/2012)
Aresby (10/18/2012)... 'Windows XP has gotten easier...'. ...
As I wrote earlier, I'm not english nor am I american ... I'm luxembourgish/french.
What would be the correct formulation for...
October 23, 2012 at 9:49 am
Aresby (10/18/2012)... 'Windows XP has gotten easier...'. ...
As I wrote earlier, I'm not english nor am I american ... I'm luxembourgish/french.
What would be the correct formulation for the above phrase?
October 19, 2012 at 1:16 am
Great article and thanks for sharing your experience!
I'd add one more point to the 4 you mentioned
Read your article!
This is from my own experience as I wrote many articles I...
October 18, 2012 at 7:15 am
[double post deleted]
September 30, 2011 at 8:10 am
Your first assumption is correct Gsquared. It is not a local SQL server.
Your explanations about multi-hops are very clear! No need to dig into kerberos, I fully understand what you...
September 30, 2011 at 8:09 am
Thanks for your hints Sushant
SKYBVI (9/30/2011)
I guess instead of excel 5.0it should be excel 8.0 version
I already tried this out ... it didn't help 🙁
SKYBVI (9/30/2011)
September 30, 2011 at 7:57 am
To be honest, that's Chinese to me 😉
Another department handles all the networks and their setup (although I am Domain Admin)
Can you refine your question, so I can try to...
September 30, 2011 at 7:26 am
Thanks for your answer Gsquared.
1. Yes, the user under which the service runs has access to the UNC path
2. No, the file isn't opened in another application, nor is it...
September 29, 2011 at 8:03 am
Nobody knows how to help me?
Please tell me if I am on the wrong forum ... Thanks
September 29, 2011 at 7:18 am
Thanks for your answer opc.three!
it's only enhancement as the routine won't run often and crash even less.
Although too bad it is not possible to do it with T-SQL ...
March 23, 2011 at 2:19 am
Viewing 15 posts - 46 through 60 (of 82 total)