Viewing 15 posts - 31 through 45 (of 57 total)
Could you Able to Post with some more information to understand your requirement,so that we will try to help you
Regards,
Rajesh
May 20, 2008 at 8:26 am
Hi,
if you have only five columns you can use pivot table to change columns to rows and coalesce function will move to non null values up ,you will get the...
May 19, 2008 at 11:30 pm
Thanks a lot,Nice approach and Good Implementation without cursor
Rajesh
May 16, 2008 at 12:39 am
hi ,
write a select query using a full outer join between the two tables on orderid where orderId is null
will select only the differnce in orderId between the two...
May 15, 2008 at 4:05 am
May 15, 2008 at 2:37 am
Can you post the exact scenario by creating some example tables and error state ,so we will try our level best to help you
Rajesh
May 14, 2008 at 1:40 am
Hi,
Try to update the table with no Duplicate keys and then insert into other table
I think, this is what you are looking.
Rajesh
May 14, 2008 at 1:26 am
Declare two variable and set the variable to store the result of aggregate column of each select Query
select 'Total', Variable1, Variable2
Hope this is your expected result
Regards,
Rajesh
May 13, 2008 at 4:21 am
Hai AVB,
TRy out this check constraint , Hope this will suit your requirement make slight changes if necessary
create table tlb_test
( tbl_test_id int identity,
RefType varchar(20) null,
EngCode...
May 11, 2008 at 5:27 am
Thanks steve,
I did the same and it worked fine
Regards,
rajesh
May 11, 2008 at 3:59 am
Thanks Greg,
I did that and worked fine
Thanks and regards,
Rajesh
May 11, 2008 at 3:57 am
Many Thanks for your Kind Information
so,now i think it is better to create another table instead of changing the identity increment as you suggested
Regards,
Rajesh
May 9, 2008 at 8:08 am
Hi Zahran,
The Code You Suggested will only change the identity start value,but i want to change the identity increment value by other increment value.
For eg: Currently, i have an identity...
May 9, 2008 at 7:38 am
Here is what I am trying to do
GO
CREATE ASSEMBLY ActiveDCom FROM '\Comms\ADCom\ActiveDirectoryCom.dll'
WITH permission_set = unsafe
go
CREATE Aggregate ADUserFullName
...
April 29, 2008 at 11:52 pm
Viewing 15 posts - 31 through 45 (of 57 total)