Viewing 15 posts - 16 through 30 (of 47 total)
Hi there. We experienced a very similar problem you did. Our primary SQL server was a physcial box using multiple LUNs for the database storage (1 LUN for...
February 28, 2010 at 5:28 pm
You might want to check to see if the .net reportviewer control is installed on the machine you are try to launch the report from the Virtual directory.
April 24, 2009 at 2:32 pm
Yeah i have run into a similar problem. It does a decent job auto scaling columns down from 50 but it seems to be the normal default. when...
October 28, 2008 at 5:38 pm
Hey there, i ran across a similar issue. deleting data from excel is real pain, even when you delete it tends to remember where the last row of data...
October 28, 2008 at 5:27 pm
It is possible to do what you are describing. We use NetApp for our SANS. With SnapManager handling the snapshots. Initially the first snapshot is essentially a...
October 8, 2008 at 7:38 pm
Hey there!
Several ways to accomplish this. Really just depends how much T-SQL you want to do or if you prefer to work in SSIS.
You could do this all via...
October 8, 2008 at 7:29 pm
Was actually reading about scenario like this from MS the other day.
First, can you perfom simple select like SELECT * FROM dbo.SomeTable?
What is the security role of the...
May 20, 2008 at 3:35 pm
One important consideration is uptime and fail over to your old system in case issues pop-up. MS highly recommends using the Database transfer wizard to move db's from 7/2000...
May 20, 2008 at 3:05 pm
That's quite a SPROC. Have you executed the SPROC thru Mgmt Studio using the same paramaters you are passing from RSS and gotten data back?
March 3, 2008 at 10:22 am
One thing to keep in mind with with VB to add a "\" to a string value you actually need to do "\\"
March 3, 2008 at 10:17 am
We are using Windows/AD authentication via sharepoint, however we have sharepoint authenticating with the report server using the sharepoint service account. That allows us to maintain the security for...
February 29, 2008 at 5:56 pm
I would step thru the script in VS and see if it is actually working correctly...although it does look good. Check to see what return value it's giving...
February 29, 2008 at 5:53 pm
Could you show the SPROC? Is the IDE showing any errors when you execute the procedure?
Also
In the Windows where you put the SPROC Name did you include the schema...
February 29, 2008 at 5:45 pm
under expression for the Destination Property to...
[User::DestinationPath] & "FileName " & (DT_STR,50,1252) GetDate() & ".txt"
This would create something similary
[User::DestinationPath] = "C:\MyFolder\"
Resulting String would be this...
"C:\MyFolder\FileName 2/29/08 15:00pm.txt
February 29, 2008 at 5:43 pm
You would probably be better off outputting the file using reporting services. Would make the whole process much simpler. You could script out any custom actions that need...
February 29, 2008 at 5:38 pm
Viewing 15 posts - 16 through 30 (of 47 total)