Viewing 15 posts - 31 through 45 (of 48 total)
i can export to excel or PDf & thats the only option i have
there is no print button shown( i m checking in FF browser)
but my main 2 concerns r...
May 22, 2012 at 1:44 am
i am not able to understand column visibility
i have 3 columns
column 1 is visible
i get the design exactly as below link
http://blogs.lessthandot.com/index.php/DataMgmt/ssrs/creating-mailing-labels-in-sql
i am firing the report from asp.net...
May 22, 2012 at 1:02 am
ya even i had gone thr' it
but i don't have Print Layout preview on the report
i have print preview in the file menu which when clicked shows blank...
May 19, 2012 at 4:14 am
it nothing like that
in some tables i do use date datatype but i am really not aware abt the differences in using this different datatype
i was just concerned abt...
May 17, 2012 at 7:51 pm
hi
i have actually created a single SP with all the sql statements for multiple tables( sample o 2 given to you)
my doubt reg the same
i have different parameter variables...
May 17, 2012 at 1:18 am
CREATE TABLE [dbo].[E_TABLE1 ](
[ROWID] [numeric](18, 0) IDENTITY(1,1) NOT NULL,
[eid] [varchar](50) NOT NULL,
[FNAME] [varchar](50) NOT NULL,
[MNAME] [varchar](50) NOT NULL,
[LNAME] [varchar](50) NOT NULL,
[DOB] [smalldatetime] NULL,
[Address] [varchar](50) NOT NULL,
[Gender] [varchar](1) NOT NULL,
[Phone] [varchar](10)...
May 17, 2012 at 12:45 am
IF EXISTS (SELECT 1 FROM E_TABLE1 WHERE eid =@eid)
UPDATE E_TABLE1
SET FNAME=@FNAME,MNAME=@MNAME,LNAME=@LNAME,DOB=@DOB,Address=@Address, Gender=@Gender,Phone=@Phone,
Mobile=@Mobile,Email=@Email, ...
May 17, 2012 at 12:24 am
ok
culd u give me a sample SP for option 2
with Begin & commit trans
May 16, 2012 at 11:59 pm
ok
suppose after creating a physical table
2 users from different systems log in with same id & choose different rows of data to work with how can it be handled
May 16, 2012 at 3:36 am
hi
currently in my front end all this sql statements gets executed on a single button click where in i have begin trans & end trans so that either all the...
May 16, 2012 at 2:33 am
in my sql table i have a column summary with data as
1-AB-XY
2-OP-AB
1-AB-XY
1-MN-ZZ-AB
1-OP-AB
2-AB-XY
1-MN-ZZ-AB
1-OP-AB
1-MN-ZZ-AB
i need to get the count of individual category with the id
i mean in row having...
April 7, 2012 at 1:07 am
i am using VS 2008 C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
i dont have PrivateAssemblies\
even in
C:\Program Files\Microsoft Visual Studio 8.0\Common7\IDE i
dont have PrivateAssemblies\
March 29, 2012 at 3:30 am
as i am new to reporting services i was not aware of the template creation few queries & doubts 1) do i need to store the .edl fle in C:\Program...
March 29, 2012 at 3:22 am
i tried installing sp1 which i downloaded from net
but thats aslo not egtting insatlled & giving me some errors in insatllation
so stcuk up
November 22, 2011 at 3:11 am
Viewing 15 posts - 31 through 45 (of 48 total)