Viewing 15 posts - 1 through 15 (of 24 total)
Configure report server so that it does not attempt to detect a local SSL certificate by setting the SecureConnectionLevel to 0 in the RSReportServer.config file.
June 2, 2008 at 5:42 am
Thank u ,
I want to do the things by using asp.net and Sql Reporting services APIS.
I need to develop a webpage where the users can integrate multiple reports in to...
October 16, 2007 at 12:36 am
For begginers it is very very good article
July 27, 2006 at 6:47 am
Hi ,
Thanks for ur reply iam creating the temporary tables by using select into (no indexes) the entire thing in one query itself.
April 26, 2006 at 5:39 am
Thanks for your reply!!i will work on that and i will get back to u
February 6, 2006 at 11:22 pm
For this Question:
Does Exec(@query) work in the same fashion as Execute SP_executesql @query?
May be u know,ifor this SP_executesql @query the paramter must be nvarchar.Nvarchar size is 4000.
November 9, 2005 at 6:36 am
Hi sharma,
I will say the exact requirement.
In a particular excel a macro is there ,it will run whenver excel opens.
In that excel file data(columns and rows are blank).
I want to...
November 4, 2005 at 3:33 am
one more doubt
select @command = 'master..xp_cmdshell ''bcp "SELECT ''''COL1'''', ''''COL2'''' union all select cast(eno as varchar(10)), ename from pubs.dbo.emp where eno = '+@I+'" queryout c:\EMP_'+@I+'.xls -c -S(local) -E'''
exec (@command
when...
November 3, 2005 at 3:11 am
Thanks a lot sharma,
Its working fine ,but again small requirement after exporting to excel formatting became problem.
I will explain
in col2 ename characters are 20 but it is displaying only...
November 2, 2005 at 10:56 pm
Hi rsharma,
Thanks for ur quick replies.
select @command = 'master..xp_cmdshell ''bcp "SELECT * from pubs.dbo.emp where eno = '+@I+'" queryout c:\EMP_'+@I+'.csv -n -S(local) -E'''
The above statement is not inserting the data...
November 2, 2005 at 8:06 am
Thank u for ur replies,
I will let u know after executing the things,but i have one doubt
The following stament will return more than 1 records:
select @command = 'master..xp_cmdshell ''bcp "SELECT...
November 2, 2005 at 7:05 am
Hi,
Thanks for replies...
I given a small example in my first question but i want to insert a lot of records .
1)From DTS by using global variables we can insert only...
November 2, 2005 at 6:26 am
THAT ARTICLE WILL BE USEFUL ONLY FOR ONE EXCEL FILE BUT I WANT TO CREATE MULTIPLE EXCEL FILE.
November 2, 2005 at 5:17 am
thank u guys for all ur reply i done like this its working now:
i created a tmptable with exactly the out put tof the @sqlquery
insert into #tmptable exec sp_executesql...
November 2, 2005 at 4:04 am
Viewing 15 posts - 1 through 15 (of 24 total)