Viewing 15 posts - 17,581 through 17,595 (of 26,484 total)
Ray K (1/7/2010)
pgatte (1/7/2010)
Can you tell me how I would convert a DateTime field to MMDDYY without any / or .
Example I would need...
January 7, 2010 at 11:28 am
GSquared (1/7/2010)
If you just want strings that have digits in them only, then try using
Like '%[^1-9]%'
I think that should be NOT LIKE.
January 7, 2010 at 11:11 am
Please understand, ISNUMERIC is not the same as IS A NUMBER. The following, select isnumeric('1e1'), returns 1 as the value can be converted to a valid numeric value.
If you...
January 7, 2010 at 11:01 am
Bru Medishetty (1/7/2010)
Krasavita (1/7/2010)
How many db can we have per server and how much memory in total can I have?Thank you
You can start creating databases one by one until it...
January 7, 2010 at 10:55 am
IIRC, *= is a left outer join, =* is a right outer join, *=* is a full outer outer join.
January 7, 2010 at 10:54 am
You really should have used PM to send your email address, now it is out there in the cyberworld.
January 7, 2010 at 10:50 am
cmcc (1/7/2010)
Women, you know how rewarding this field is. Please reach out to the ENTIRE next generation and teach them that this is a great field to be in, and...
January 7, 2010 at 8:53 am
Yes.
It would help if you provided the table definitions (CREATE TABLE statements), sample data for the tables (as a series of INSERT INTO statements for each table), expected results, and...
January 7, 2010 at 7:57 am
tosscrosby-60625 (1/7/2010)
Lynn Pettis (1/6/2010)
storm front, as one is on its way.Foot of snow on the way here today!
VaporStorm -- We got the cold but nothing else.
January 7, 2010 at 7:43 am
My youngest (11 yr old) told me about a conversation that she and my wife were having at my wife's office this afternoon about computers. I don't fully recall...
January 7, 2010 at 12:36 am
Jeff Moden (1/6/2010)
Ya beat me to it on the POWER thing. Nicely done, Lynn.
Thanks. Seemed the simpliest way to shift the data the appropriate number of "spaces" to...
January 7, 2010 at 12:31 am
Jeff Moden (1/6/2010)
Lynn Pettis (1/6/2010)
To continue, I did write a blog about it Comparing Hardcoded functions, In-Line TVF's, and Scalar Functions
Nice... I'm curious... why blog these instead of submitting them...
January 7, 2010 at 12:24 am
That is a new date/time data type introduced in SQL Server 2008.
January 6, 2010 at 4:36 pm
Based on the sample data:
insert into users values ('john','doe','test@test.com','N') -- ID 1
insert into users values ('john','doe','test@test.com','N') -- ID 2
insert into users values ('jack','doe','test@jack.com','N') -- ID 3
insert into users values ('jack','doe','test@doe.com','N')...
January 6, 2010 at 3:07 pm
Viewing 15 posts - 17,581 through 17,595 (of 26,484 total)