Viewing 13 posts - 1 through 13 (of 13 total)
This feature is added in Report Builder 3, unfortunately it isn't available for report builder 2.
October 29, 2014 at 5:54 pm
Hey Wendy
There is limitation in header display when exporting report to Word.
check this link for Word Limitations,
http://technet.microsoft.com/en-us/library/dd283105(v=sql.105).aspx
•Word does not repeat header rows on page two and greater, although...
July 10, 2014 at 12:57 am
You can go to Tablix properties and tick on "Keep together in one page if possible." That way all rows will appear in one page.
July 7, 2014 at 6:33 pm
Right click on the parameter you just created and go to parameter properties.
Select Available Values.
click on Get Values from a Query.
Select the Dataset which you created to get Distinct...
July 2, 2014 at 12:28 am
Hi
I haven't used 20012 version, am still using 2008R2 and the workaround for this issue is,
Remove Page header and whatever parameter values you want to dispay, paste it in...
July 1, 2014 at 11:17 pm
Hi,
I'm not sure if I've understood the problem but as per my understanding, you can create 20 data sets for each individual table. It need not be related... You should...
January 13, 2013 at 4:41 pm
I can't believe but finally my script with 7-zip worked in SQL Server.
As per one of Tessiturian's suggestion, i used,
exec master..xp_cmdshell '\\dell\tessitura\source\7-zip\7zG.exe a "\\dell\tessitura\source\sso_pacingdata.zip" "\\dell\tessitura\source\sso_pacingdata.txt" -y'
To look at it...
December 6, 2010 at 8:42 pm
Finally after so many days of R&D, i've scheduled the zipping task on Windows Task Scheduler and its solved my problem. I defnitely wanted to use master..xp_cmdshell on SQL Server...
December 6, 2010 at 6:01 pm
Actually WINZIP is installed on my computer and also SQL Server but still doesn't work.
Will 7zip work same as WINZIP? does it need any command lien add-on etc? I can...
December 5, 2010 at 8:55 pm
I've create batch file:
@Echo off
"\\keenm\c$\WinZip\WZZIP.exe" "\\Dell\Tessitura\Source\sso_pacingdata.zip" "\\Dell\Tessitura\Source\sso_pacingdata.txt"
---------------
Now i run
master..xp_cmdshell 'Text_Zip_Cmd.Bat'
It runs perfectly from command prompt but in SQL i get folloing error.
ERROR(\\keenm\c$\WinZip\WZZIP.EXE,103): WinZip is not installed.
You must install WinZip in...
December 5, 2010 at 5:39 pm
All permission setup is done as per your suggestions but it still doesn't work. Now i feel may be my syntax is wrong.
Declare @cmd varchar(260)
Set @cmd = 'C:\"Program files"\WinZip\winzip32.exe \\Dell\Tessitura\Source\sso_pacingdata.zip...
December 1, 2010 at 10:10 pm
Yes Pradeep, I created a batch file and it works fine from Command Promt. But that batch file doesn't work in SQL.
Zip file is in C drive, probably that is...
December 1, 2010 at 6:19 pm
Viewing 13 posts - 1 through 13 (of 13 total)