Viewing 9 posts - 1 through 9 (of 9 total)
hi,
try it out.
main.dcdate, ,@m_sdate , @m_edate must be in
dd/mm/yyyy format.
select isnull(sum(line.totalQty),0)
from tbldeliverychallaninfoDetails as line
where
April 19, 2004 at 5:32 am
It must be version conflict.
If you create a mdb file in access 2000 and opens it up in Access 97 then it creates problem.
March 18, 2004 at 3:08 am
hi mahesh,
i'll try today itself.
Otherwise i'll send u at ur emailid.
ok bye
nitin
March 5, 2004 at 4:00 am
hi mahesh,
u can use
sysobjects
sysindexes
sysreferences
system tables.
The primary key is ID.
I would have given u the query but I don't have enough time.
ok bye
nitin
March 5, 2004 at 3:18 am
Hi,
Create a seperate table
id_tbl
id_name varchar(20),
id_prefix char(5),
id_current_number int
Store your PK id in this table with the prefix string you want and enter by default starting number for the PK.
Then before insertion...
February 20, 2004 at 11:32 pm
Hi,
Very first create a new login and then mapped this new login to the users you want to create.
Then bound these users with the roles like
for reader - db_datareader
for...
February 20, 2004 at 11:23 pm
Hi Bill,
I think , u must describe ur database design first.
i.e. how are u storing ur month in database table.
Nitin
February 9, 2004 at 5:56 am
Hi,
Yes ,it does affect. Actually when u rebuild the clustered index then the optimized plans already developed by SQL Server won't work. It needs to generate new plans and thus...
February 9, 2004 at 5:53 am
Hi Lars,
Below is the corrected syntax.
declare @UnitWeight as Real,
@fVal as Real
set @UnitWeight = 1
set @fVal=0
SELECT @fVal=SUM(isnull(FVALUE,0)) from ITEM
SET @UnitWeight = @fVal
Pls check it out.
Nitin
February 9, 2004 at 5:48 am
Viewing 9 posts - 1 through 9 (of 9 total)