Viewing 15 posts - 1 through 15 (of 28 total)
Grant Fritchey (4/27/2015)
April 27, 2015 at 4:33 am
ChrisM@Work (4/27/2015)
hemal_301080 (4/27/2015)
Igor Micev (4/27/2015)
If you create an index on Lotno,Kapan and Position it should improve the selection in the where condition.
where Lotno=@Lotno
...
April 27, 2015 at 4:32 am
Igor Micev (4/27/2015)
If you create an index on Lotno,Kapan and Position it should improve the selection in the where condition.
where Lotno=@Lotno
...
April 27, 2015 at 1:37 am
No
I am not updating all rows.
I am just updating a single row if where criteria matches with column 'kapan' and 'lotno'.
April 26, 2015 at 11:54 pm
Each unique party no from both the tables must be in the result.
For example
VoucherCr
PartyNo Cramount
1 ...
April 14, 2013 at 8:58 am
J Livingston SQL (4/12/2013)
Not sure if this down to your real tables or just the...
April 12, 2013 at 7:31 am
J Livingston SQL (4/11/2013)
have been at work ...so sorry for delay
I have had to go back thro your various posts in an attempt to get all the details of your...
April 11, 2013 at 9:11 pm
J Livingston SQL (4/10/2013)
maybe sensible...
April 10, 2013 at 11:52 pm
J Livingston SQL (4/10/2013)
maybe sensible...
April 10, 2013 at 11:47 pm
hemal_301080 (4/10/2013)
J Livingston SQL (4/10/2013)
maybe...
April 10, 2013 at 11:40 pm
J Livingston SQL (4/10/2013)
maybe sensible...
April 10, 2013 at 11:31 pm
J Livingston SQL (4/10/2013)
will also need details of table/data for item_batch_stock IBS
This is all table i need to check. No further. I did provide only 3 table details so...
April 10, 2013 at 9:22 pm
J Livingston SQL (4/10/2013)
Can you suggest me from where can i know everything about TSQL and MSSQL?
Knowing "everything" may take a little time....its a vast subject...try putting "TSQL" into...
April 10, 2013 at 8:18 am
J Livingston SQL (4/10/2013)
declare @dt1 datetime
declare @dt2 datetime
set @dt1 = '2012-09-01'
set @dt2 = '2012-10-01'
;WITH cte AS
(
SELECT
V1.item,
--V1.voucherno AS VNO,...
April 10, 2013 at 5:35 am
Viewing 15 posts - 1 through 15 (of 28 total)