Viewing 15 posts - 8,746 through 8,760 (of 9,399 total)
Lynn Pettis (11/13/2013)
Lynn Pettis (11/13/2013)
It is 23:27 Afghan time. Three minutes until my phone interview. Wish me luck!
Just finished the interview, and I feel like a Junior DBA....
November 14, 2013 at 5:47 am
Lynn Pettis (11/13/2013)
It is 23:27 Afghan time. Three minutes until my phone interview. Wish me luck!
All the best, Lynn. I'm sure you'll do well. Hopefully, you'll...
November 13, 2013 at 12:02 pm
Kurt W. Zimmerman (11/13/2013)
SQLRNNR (11/13/2013)
crookj (11/13/2013)
Revenant (11/13/2013)
SQLRNNR (11/13/2013)
Jeff Moden (11/13/2013)
Divine Flame (11/13/2013)
I don't understand the significance of this thread:cool:Heh.... good. It must be ready to ship. 😛
Good enough
Passed
Gas (sorry...
November 13, 2013 at 11:28 am
JAZZ Master (11/13/2013)
Ed Wagner (11/13/2013)
crookj (11/13/2013)
Divine Flame (11/13/2013)
I don't understand the significance of this thread:cool:Confusion
Random
Lottery
Probability
November 13, 2013 at 7:59 am
crookj (11/13/2013)
Divine Flame (11/13/2013)
I don't understand the significance of this thread:cool:Confusion
Random
November 13, 2013 at 7:14 am
Trainee SQL (11/13/2013)
I am facing a problem in writing a query.
Here is my requirement
i have a <products> table with columns <productid> <productname> <manufactureDate> <DeliveryDate>
and some columns are filled with...
November 13, 2013 at 6:43 am
Greg Edwards-268690 (11/13/2013)
venoym (11/13/2013)
L' Eomot Inversé (11/12/2013)
wolfkillj (11/12/2013)
Thanks for indulging me in a little...
November 13, 2013 at 6:30 am
subbareddy542 (11/13/2013)
first can u create one function to use below code.
CREATE FUNCTION SPLIT(@VAL VARCHAR(MAX))
RETURNS @T1 TABLE(COL1 VARCHAR(MAX))
AS
BEGIN
WHILE CHARINDEX(',',@VAL)>0
BEGIN
INSERT INTO @T1 VALUES(SUBSTRING(@VAL,1,(CHARINDEX(',',@VAL))-1))
SET @val=SUBSTRING(@VAL,(CHARINDEX(',',@VAL))+1,LEN(@VAL))
END...
November 13, 2013 at 5:46 am
Koen Verbeeck (11/13/2013)
Secondly, developer is the same as enterprise feature-wise,...
November 13, 2013 at 5:38 am
L' Eomot Inversé (11/12/2013)
Revenant (11/11/2013)
whereisSQL? (11/11/2013)
Mamma Mia!Abba
Waterloo
Napoleon
November 13, 2013 at 5:31 am
I have to agree with Jeff, Steve and Kurt. As I turn more gray with each passing day, I think that perceived age can work against you later in...
November 12, 2013 at 10:38 am
I have .NET pages that call stored procedures where I specify the parameter values by name and they work with no problems. Since some parameters are optional and have...
November 12, 2013 at 10:25 am
crookj (11/12/2013)
Sean Pearce (11/12/2013)
JAZZ Master (11/12/2013)
Ed Wagner (11/12/2013)
Revenant (11/11/2013)
RBarryYoung (11/11/2013)
Ed Wagner (11/11/2013)
L' Eomot Inversé (11/11/2013)
SQLRNNR (11/11/2013)
buzzAudio (HTML5)
Video
Daddy-o!
Tally ho!
Split
logs
lumberjack
Monte Python
Spam
November 12, 2013 at 6:47 am
JAZZ Master (11/12/2013)
Ed Wagner (11/12/2013)
Revenant (11/11/2013)
RBarryYoung (11/11/2013)
Ed Wagner (11/11/2013)
L' Eomot Inversé (11/11/2013)
SQLRNNR (11/11/2013)
buzzAudio (HTML5)
Video
Daddy-o!
Tally ho!
Split
logs
Tree
November 12, 2013 at 6:45 am
I didn't know the answer either and had to research it. I got to learn something today and it's still early. 😀 Thanks for a good question to...
November 12, 2013 at 6:12 am
Viewing 15 posts - 8,746 through 8,760 (of 9,399 total)