Viewing 12 posts - 1 through 12 (of 12 total)
i want to show sales details by daily basis and sum of Qty.
March 15, 2013 at 2:22 am
14,15 means Date like 14-03-2013,15-03-2013....etc.
March 15, 2013 at 2:19 am
sir , i want to use '0' instead of null.here i couldn't use isNull().why?
February 10, 2013 at 9:43 pm
GO
/****** Object: Table [dbo].[sales] Script Date: 02/07/2013 17:20:15 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[sales](
[salesid] [int] IDENTITY(1,1) NOT NULL,
[product_id] [int] NULL,
[Quanity] [int] NULL,
[HeadID] [int] NULL,
PRIMARY KEY...
February 7, 2013 at 4:49 am
while login,try with your old domain name as server name..it may help you
February 6, 2013 at 11:29 pm
Here i got some kind of error..all columns filled with Null...why?.I couldn't find what..please help me sir,,,
/****** Object: Table [dbo].[paymentHistory] Script Date: 02/06/2013 13:56:10 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING...
February 6, 2013 at 9:35 pm
Here i got some kind of error..all columns filled with Null...why?.I couldn't find what..please help me sir,,,
/****** Object: Table [dbo].[paymentHistory] Script Date: 02/06/2013 13:56:10 ******/
SET...
February 6, 2013 at 1:35 am
can i create dynamic headers....:-)
SELECT paymentID, [ASD], [BG],[SD]
FROM (SELECT paymentID,
CASE receivedType WHEN 'Dr'...
February 5, 2013 at 7:43 am
CREATE TABLE Payment
(
PaymentHistoryID INT,
paymentID INT,
Amount ...
February 5, 2013 at 2:05 am
thank you sir,,,i got result...i want to improve my knowledge in sql server..can you suggest me..
i am also finally got result by using sub query...whether it is wrong way
select...
February 5, 2013 at 1:09 am
send me ur stored procedure..then only i can vieww ur problems
September 10, 2012 at 12:38 am
Viewing 12 posts - 1 through 12 (of 12 total)