Viewing 15 posts - 136 through 150 (of 2,278 total)
The next thing I would do is to look through the Reporting Services trace logs on the server to look for a specific error.
\\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\LogFiles
March 4, 2013 at 7:28 am
crookj (3/1/2013)
Revenant (3/1/2013)
L' Eomot Inversé (3/1/2013)
sing4you (3/1/2013)
FLYPAPER
sticky
situation
room
March 4, 2013 at 7:23 am
Do you have "Delay Validation" set to True for that connection?
February 25, 2013 at 8:09 am
Ray K (2/22/2013)
crookj (2/22/2013)
Slip Sliding Away......Feelin' Groovy (The 59th Street Bridge Song)
Simon
February 25, 2013 at 8:00 am
I think your best choice is probably a script task. This link might help.
http://microsoft-ssis.blogspot.com/2011/04/isnumeric-or-isnumber-expression-is.html
February 21, 2013 at 8:37 am
Can you give a few examples of the folder names being generated? Also double check your file name expressions, maybe you have a missing \ or something. Is...
February 21, 2013 at 8:06 am
The error in the 32 bit mode is similar to a problem I have seen in the past where there is another task in your package that touches the file...
February 21, 2013 at 8:00 am
You might want to take a look at Andy Leonard's blog on creating frameworks for SSIS.
http://sqlbits.com/Sessions/Event9/Designing_an_SSIS_Framework
You could also take a look at this book. Chapter 2 has a very...
February 21, 2013 at 7:56 am
Try a .csv file instead.
February 21, 2013 at 7:53 am
How about
1.2 - FLOOR(1.2)
Floor returns the largest integer that is less than or equal to the numeric expression
February 19, 2013 at 8:20 am
Stuart Davies (2/19/2013)
opc.three (2/18/2013)
john.arnott (2/18/2013)
Revenant (2/18/2013)
Ray K (2/18/2013)
The Dixie Flatline (2/18/2013)
CC#
.NET
-Java
Espresso
Latte
wired
February 19, 2013 at 7:42 am
I ran into this problem, or at least a problem with the same symptom. The solution was to go back to the connection editor. On the All tab...
February 18, 2013 at 8:14 am
In your query
SELECT A, B, C, D, E,F From source table
WHERE Dfes_Number = @DFES_Number
change the @DFES_Number to a question mark
SELECT A, B, C, D, E,F From source table
WHERE Dfes_Number =...
February 18, 2013 at 8:07 am
Viewing 15 posts - 136 through 150 (of 2,278 total)