Viewing 15 posts - 16 through 30 (of 57 total)
Thanks Greg Charles,
for your alternative suggestion, Now /!x /!c works in my case
Output is same in both the solution.
Regards
Shashi Kant chauhan
December 18, 2007 at 3:21 am
Thanks to both of you,
The first reply is only applicable when you use the name as an unencrypted form...
The second reply i check and tried before my testing but i...
December 17, 2007 at 10:35 am
Try through using CUI not through GUI
ex.
Alter Table Person
Alter Column Person_Add nVarchar(100) not null
in my example Person_add is having a datatype varchar(100)
so i modify it
regards
shashi kant chauhan
October 23, 2007 at 3:57 am
Hi Lynn Pettis
the same post i sended with the different name.
I even tried it but not succeded, so any budy have some other alternative to achive the same task...
September 4, 2007 at 9:30 am
CREATE TABLE [ReserveStock] (
[DeptMainCode] [varchar] (3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[DeptSubCode] [varchar] (3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[TitleId] [int] NOT NULL ,
[DateofEntry] [datetime] NOT NULL ,
[COId] [int] NOT NULL ,
[OpeningReserveStock]...
April 19, 2007 at 11:30 pm
no dear
i am not using any trigger in this table.
i got the solution from Ist reply
thanx for reminding me for the trigger
April 19, 2007 at 4:52 am
thanx perter larsson
for your valuable solution
i got the result as no of rows get effected using this upper case /lower case
but please describe more about why case sensitive collation occurs..
regards...
April 19, 2007 at 4:05 am
AND [dateentered] BETWEEN ((YEAR([dateentered]) = 2006
AND MONTH([dateentered]) = 12
AND DAY([dateentered]) = 12)
AND (YEAR([dateentered]) = 2007
AND MONTH([dateentered]) = 12
AND DAY([dateentered])...
April 10, 2007 at 3:28 am
Hi Mathew Leigh
I try your problem
but i don't face any such order by problem , as i do the following test
create view shashi as
select top 10 Persent *...
March 14, 2007 at 1:25 am
Hi Srivathsani ,
It is very good article u send about log file , this tool is good i already used it.
for checking the log . Is there any other tool...
March 5, 2007 at 3:59 am
Andy,
Excellent Article by u ,
But how to overcome or increase the maximum size of row ??
Regards,
February 27, 2007 at 9:22 pm
Thanx for This Valuable SP
I got the Result i Needed , Is This sp works for the sql server 2005....
regards
shashi kant
February 19, 2007 at 11:43 pm
Try this .............
Select DISTINCT
A.CompanyName
FROM Leads A , dbo.LeadBase B
where LTRIM(RTRIM(ISNULL(A.CompanyName,'-'))) = LTRIM(RTRIM(ISNULL(C.CompanyName,'-')))
check it how many rows u got......
February 16, 2007 at 2:54 am
thanx David Burrows
i got the same result which I needed....
February 2, 2007 at 2:47 am
thanks
your suggestion is great and i check this. i clear my doubt so i can say 100% to some one about...
February 1, 2007 at 9:28 pm
Viewing 15 posts - 16 through 30 (of 57 total)