Viewing 15 posts - 16 through 30 (of 38 total)
THANK YOU MY DEAR FRIEND
January 17, 2013 at 2:17 am
I MEAN ANY QUERY TO INDICATE THAT THERE IS MULTIPLE DATA FILES FOR SINGLE DB.....
January 17, 2013 at 2:10 am
sql query to find out Tempdb data file is on its own disk volume?
January 15, 2013 at 5:07 am
tempdb per processor cores configuration.
is there any relation in
"number of processor core " = "number of tempdb files"?
January 14, 2013 at 11:26 pm
i mean check whether 'Instant file initialization' is enabled or not?
January 10, 2013 at 1:44 am
hi
i using sql server r2 and the corresponding native client also installed
December 6, 2012 at 3:52 am
i have the following:
Stored Procedure 1 calls Query 1
Stored Procedure 2 calls Query 2
i would like to have:
Stored Procedure 3 calling Query 1 and Query 2 and then combine results.
Query...
November 15, 2012 at 4:19 am
Update Target
Set Address2=Source.Col_Addr2
From Table1 Target
JOIN Table2 Source on Target.Address=Source.Col_Addr1
Where
Target.Address2!=Source.Col_Addr2
AND Target.Address2 IS NOT NULL
AND Target.TIME >= Source .TIME
is this right?
the condtions to update 'TARGET' table are
1. Target.Address2 is null
2. Target.TIME...
November 12, 2012 at 3:50 am
If i want to add more condtion where i put the condtion
Update Target
Set Address2=Source.Col_Addr2
From Table1 Target
JOIN Table2 Source on Target.Address=Source.Col_Addr1
Where
Target.Address2!=Source.Col_Addr2
AND Target.Address2 IS...
November 12, 2012 at 3:46 am
ie,
Update Target
Set Address2=Source.Col_Addr2
From Table1 Target
JOIN Table2 Sourceon Target.Address=Source.Col_Addr1
Where
Target.Address2!=Source.Col_Addr2
AND
Target.Address2 IS NOT NULL
AND
is it?
if i want to add more condition , can i put...
November 12, 2012 at 3:42 am
but the problem is that i dont want to update 'Target.Address ' , if it is not
NULL .
the checking is actually done on TARGET TABLE not in SOURCE...
November 12, 2012 at 3:26 am
Update Target
Set Address2=Source.Col_Addr2
From Table1 Target
JOIN Table2 Source on Target.Address=Source.Col_Addr1
AND Target.Address...
November 12, 2012 at 3:15 am
i hv interest in both T-SQL developer and DBA .
November 12, 2012 at 2:41 am
Viewing 15 posts - 16 through 30 (of 38 total)