Viewing 15 posts - 31 through 45 (of 78 total)
Thanks Paul,
Its working Good one
but for some procedure its showing invalid character length and i observed that there is not purpose line in that i need to return...
April 6, 2010 at 5:44 am
You want to know how to write trigger or what ?
Please be specific
April 6, 2010 at 2:19 am
Thank you all very much for your replies and efforts.
Paul i m sorry but your solution is working fine with the string what i have given to you but in...
April 6, 2010 at 1:14 am
Paul White NZ (4/5/2010)
vaibhav.tiwari (4/5/2010)
April 6, 2010 at 12:31 am
Paul White NZ (4/5/2010)
DECLARE @String NVARCHAR(MAX);
SET @String = N'======Heading========== some phrase ===============bottom line==============';
SELECT extract =
SUBSTRING(data, Start.pos,...
April 5, 2010 at 6:43 am
Actually my full string is
'CREATE PROCEDURE [dbo].[test] @INID BIGINT /*-------------------------------------------------------------------- DECLARE @b-2 INT EXEC test 1 ====================PURPOSE=========================================== Delete ID...
April 5, 2010 at 6:11 am
DateTime2 is not the datatype in sql 2005. it is the datatype of sql server 2008.
See BOL for more help on new datatypes for dates.
April 3, 2010 at 2:35 am
Paul White NZ (4/2/2010)
vaibhav.tiwari (4/2/2010)
April 3, 2010 at 2:32 am
Paul White NZ (4/2/2010)
vaibhav.tiwari (4/2/2010)
April 2, 2010 at 8:35 am
Lynn Pettis (4/2/2010)
02-05-2010 is this February 5, 2010 or May 2, 2010?
Do you have a way to determine which is the correct interpretation of...
April 2, 2010 at 6:09 am
Paul White NZ (4/2/2010)
vaibhav.tiwari (4/2/2010)
Thank you very much Paul for the reply.But this is again question for what about null values
ISDATE returns zero for a NULL date.
Thanks for the reply
but...
April 2, 2010 at 6:00 am
lmu92 (4/2/2010)
CREATE TABLE #TableA ( id INT,columnA VARCHAR(200))
INSERT INTO #TableA
SELECT 1,'here is my phone number 12345678. but my cell is 44444444.' UNION ALL
SELECT 2,'987654321 is my balance' UNION...
April 2, 2010 at 5:12 am
Hi Lynn
i have 38105166 data in one table. if i can get all the different format which are being used in that column then i can create a query...
April 2, 2010 at 5:03 am
Paul White NZ (4/1/2010)
Lynn Pettis (4/1/2010)
Rereading the original post, it looks like a combination of garbage data and good data in different formats.
Glad you used the word 'garbage' rather than...
April 2, 2010 at 1:03 am
Viewing 15 posts - 31 through 45 (of 78 total)