Viewing 15 posts - 1 through 15 (of 17 total)
Thanks for your thoughts Dixie.
I think you may be right and I need to look elsewhere for an answer.
July 8, 2016 at 9:59 am
Thanks for the reply Dixie.
We are running SQL2016 and the project target platform is SQL2016.
I've checked the Compatibility level and it is 130.
The SP deploys and executes without issue...
July 7, 2016 at 1:51 am
Good article. Something I read once that has stuck with me is "the plural of anecdote is not data" - I find myself reminding myself of that quite regularly (see...
July 10, 2012 at 1:00 am
I am sure by the middle of 2010, we will have some DBAs supporting five versions of SQL Server in their companies, going back to SQL Server 2000.
Ahh... the benefit...
October 21, 2011 at 1:58 am
We use RedGate SQL Compare to create all the scripts for a DB and this structure is then held in Subversion.
We then develop using QA (or whatever suits the...
May 6, 2010 at 8:32 am
I have just had a similar problem with the same error message.
I got around it by changing the name of the sheet that I was trying to create to something...
March 24, 2010 at 6:15 am
I think that authentication issues and concerns will limit remote access to potentially sensitive data held by Drs, Banks, etc.
February 24, 2010 at 2:28 am
Good Question:
Also
DECLARE @PrincipalAmount VARCHAR(15)
SET @PrincipalAmount = '£700,000'
SELECT ISNUMERIC(@PrincipalAmount)
returns 1 as does
DECLARE @PrincipalAmount VARCHAR(15)
SET @PrincipalAmount = '$700,000'
SELECT ISNUMERIC(@PrincipalAmount)
See http://msdn.microsoft.com/en-us/library/ms188688.aspx for other recognised currency symbols
February 22, 2010 at 3:24 am
I might be wrong, but I think that this is one of the practices advocated in GTD (Getting to Done).
It has been something I've tried to get into the...
February 18, 2010 at 6:18 am
Did the distribution graph of members at each level ever get published?
I've recently being trying to get more involved in this site and I'd like to be able to...
November 10, 2009 at 6:20 am
Could I add my vote to this suggestion.
I find the QOTD section great for testing my knowledge during a lunch break - being able to find questions I've yet to...
November 4, 2009 at 6:55 am
Thank you very much for your help.
April 8, 2009 at 10:00 am
Viewing 15 posts - 1 through 15 (of 17 total)