Viewing 15 posts - 556 through 570 (of 769 total)
WayneS (4/22/2009)
In the other thread, you had mentioned that you'll do a bunch of data retrieval operations through a view.
If the view is coded with a...
April 22, 2009 at 3:36 pm
EdVassie (4/22/2009)
Fragmentation stats work well with a...
April 22, 2009 at 2:35 pm
slange (4/22/2009)
April 22, 2009 at 2:24 pm
Bob Hovious (4/22/2009)
Jeff: Who did your awesomely animated NO...
April 22, 2009 at 2:01 pm
Bob Hovious (4/22/2009)
I like your Lobo-esque avatar too. I can't remember the exact site where I got this one (which is currently an angled perspective...
April 22, 2009 at 12:52 pm
Bob Hovious (4/22/2009)
Heh... better be BIGINT's unless you split the NPA and NXX into separate columns.
I'm from Mississippi, Jeff. Our phone numbers are only 5 digits long....
April 22, 2009 at 12:22 pm
Jeff Moden (4/22/2009)
YSLGuru (4/16/2009)
How To Apply Mask To Phone Number
Q: How best to display a phone number that is stored raw (without any formatting or...
April 22, 2009 at 12:21 pm
Jeffrey Williams (4/21/2009)
April 21, 2009 at 11:21 am
Jeffrey Williams (4/21/2009)
SQL Server 2005 Enterprise Edition...
April 21, 2009 at 10:55 am
EdVassie (4/21/2009)
April 21, 2009 at 9:53 am
Thanks Gail for replying. I had a feeling this was the case but wanted to hear someone else say the same first.
April 20, 2009 at 10:23 am
Rajesh Jonnalagadda (4/17/2009)
Try this,
DECLARE @Phone NVARCHAR(50)
SET @Phone = '(xxx) xxx-xxxx'
DECLARE
@LoopINT
,@In_LenINT
...
April 20, 2009 at 10:22 am
Bob Hovious (4/16/2009)
I've used both SUBSTRING and STUFF. Lately I've stayed with STUFF. You should...
April 20, 2009 at 10:19 am
Jack Corbett (4/17/2009)
April 20, 2009 at 10:16 am
Just curious if the question is badly worded, a dumb question or is this really something no one has any input/thoughts on?
IS there a better forum for this item?
April 20, 2009 at 10:05 am
Viewing 15 posts - 556 through 570 (of 769 total)