Viewing 15 posts - 1 through 15 (of 19 total)
The ANSI_PADDING affects the CHAR types too - surprised the hell out of me when I finally discovered why my tables weren't linking!
doing a simple select '<' + prod_code +...
July 16, 2010 at 10:32 am
Hi All,
The ANSI PADDING also has effects on Entity Framework 4!
I had written an Entity Diagram linking two tables together through a CHAR(10) field that wasn't fully populated. For...
July 16, 2010 at 4:02 am
Paul White (6/17/2009)
Hey Tony,
http://www.sqlservercentral.com/Contributions/New/Question
There is a link on the QOD page, but it isn't very noticable...
Have fun! I look forward to trying your question 🙂
Erm - is there a...
June 17, 2009 at 7:02 am
Paul White (6/17/2009)
It might pay those bemoaning the quality of the question to submit a better one...?
Ooh theres a challenge... Where do we send them? 🙂
June 17, 2009 at 6:48 am
There is a difference of losing a point fairly and squarely and being denied a point through an incorrect answer to a question.
The author deserves more than 14 pages of...
June 17, 2009 at 6:30 am
The angry Scotsman is right - it is completely wrong to make assumptions about data.
However, unlike most of the people posting on this thread who seem to cling to the...
June 17, 2009 at 5:01 am
I agree with many others that nchar(1) should be the correct answer because I am under the impression that varchars store an additional 2 bytes of data in the background...
June 5, 2009 at 4:17 am
Hi John,
You have hit the nail on the head when you are discussing Visual SourceSafe and SSMS - if you are to use the default integration then you have to...
April 21, 2009 at 6:40 am
Interesting topic - we have a similar problem with version control.
I've just had a look at the SQL Changeset and it doesn't give much benefit over just using vanilla VSS...
February 18, 2009 at 3:00 am
Hi,
At first I thought the query was really good - it would need a tweak to make it a bit better where you have nested views - so something like...
September 17, 2008 at 4:43 am
jpowers (8/1/2008)
Someguy (8/1/2008)
August 1, 2008 at 10:33 am
I may be a touch simple and naive - but I thought if you were applying for a job then you would pass over a copy of your CV (or...
August 1, 2008 at 6:55 am
I find Jeffs answer one that works for this example - but I'm wondering how to do something a bit more...
The solution provided used a case statement where the value...
July 17, 2008 at 8:23 am
Hi,
I've just tried the delete on our sandpit machine and your absolutely right that you can't use an alias on the table where the data is being deleted but the...
May 30, 2008 at 3:54 am
I've always used the 'where exists ()' or 'where not exists ()' clause - sometimes it seems to run a bit faster than using a 'where x in (y)' -...
May 29, 2008 at 9:43 am
Viewing 15 posts - 1 through 15 (of 19 total)