Viewing 15 posts - 16 through 30 (of 34 total)
Hi Gazareth,
Thanks for the suggestion, unfortunately it doesn't work, but instead produces the error below.
Kind Regards,
David
August 13, 2014 at 6:42 pm
Hi jonidotcodotuk,
Your generous advice has helped to set me on the right track. Thank you.
Kind Regards,
David
August 8, 2014 at 12:50 am
Thanks for the very helpful responses.
June 4, 2014 at 12:18 am
Hi All,
Thank you very much for your input. I am actually just using getdate() by itself now, without any cast or convert. My error was of the 'human' type, I...
May 29, 2014 at 6:27 pm
Quick question as this code runs without an error on SQL 2008R2, what is the problem?
😎
declare @dteTo Date
set @dteTo = CONVERT(date, GETDATE())
select @dteTo
This code works a charm! Thank you 🙂
May 29, 2014 at 6:20 pm
I am using the solution provided by 'Roland C'. 🙂
May 27, 2014 at 9:11 pm
Thanks everyone for your time, and wonderful responses, I have learned a great deal, and am now getting the results I desired.
May 25, 2014 at 10:48 pm
Hi,
The 'ia' (which I believe stands for Itanium Architecture) also threw me; so I decided to post a screen capture of the installation folder on my computer -
Hopefully this offers...
May 4, 2014 at 8:12 pm
Definitely Enterprise Edition - I have a database running with several thousand records, and am using Management Studio to manage, and query the data.
April 30, 2014 at 9:03 pm
Thanks everyone, I have installed the software, and everything is running smoothly.
April 28, 2014 at 1:05 am
Yes, definitely the Enterprise Edition (x64)! I am a part time student and got my hands on the EE through Microsoft DreamSpark. I wanted to make sure that I was...
April 27, 2014 at 9:38 pm
Hi Everyone,
I managed to install MS SQL Server 2008 R2 Enterprise into Windows 7 by following the steps below -
1). Added my Windows Account to 'Debug Programs'
Start | Run |...
April 24, 2014 at 12:39 am
Hi Everyone,
Thank you for your interest in my post; here is the additional information that I have been asked to supply -
Any further assistance will be greatly appreciated.
Kind Regards,
Davo
April 23, 2014 at 5:55 pm
Hi Greg,
Yes results are as I had hoped, however I needed to change my code quite significantly. The major improvement came through adding and AND clause to two of my...
April 10, 2014 at 4:52 pm
Yes. I did need to change the partition by and order by clause; however the biggest improvement to my results came by using the AND clause on two of my...
April 9, 2014 at 8:04 pm
Viewing 15 posts - 16 through 30 (of 34 total)