Viewing 15 posts - 1,126 through 1,140 (of 2,469 total)
my apologies for obsessing over spellings since that is not an issue here...but could you please change wharehouse to warehouse ?!?!
September 4, 2005 at 12:28 pm
chiming in with my 2Cs here...agree with Chisholmd as well - whenever I answer a post I always try to respond specifically to the question (unless I don't understand it...
September 4, 2005 at 12:19 pm
anytime jeff!
seeing as how you always get everything right (hurry or not) this was probably a one-time catch!
September 4, 2005 at 9:05 am
..except you'd want to change the double quotes to single...
SELECT 'This is a test'
September 4, 2005 at 8:47 am
is this what you're looking for ?!
CREATE TABLE NewTable
(colOne int,
colTwo varchar(50))
INSERT INTO NewTable
SELECT colOne, colTwo
FROM OldTable
September 3, 2005 at 11:19 am
david - a function like this would count the # of uppercase instances and return you the number...you could modify it suit your needs:
<pre class="code"
CREATE FUNCTION dbo.CountUpperCase(
@String varchar(20))
RETURNS tinyint --...
September 3, 2005 at 11:11 am
shashank - again - as far as I know - this is not possible!
That being said - why would you want to change the EM display - what really matters...
September 2, 2005 at 1:46 pm
afaik it is because the EM implicitly uses the "regional settings" whereas in the Query Analzyer, unless you set the connections options under "Tools" to "use regional settings when displaying...
September 2, 2005 at 5:40 am
Also keep in mind collations and case sensitive/insensitive databases...if that matters!!!
September 1, 2005 at 7:15 pm
something similar was addressed a few days ago and the general consensus was that this should be done client-side...however, Lee did come up with a solution...
September 1, 2005 at 6:53 pm
Thankful is what I have been every single day that I've been following the news and the devastation that katrina has left in her wake...cannot imagine what it must be...
September 1, 2005 at 5:51 pm
I think this is the script that does just that...
September 1, 2005 at 5:45 pm
Viewing 15 posts - 1,126 through 1,140 (of 2,469 total)