Viewing 15 posts - 6,586 through 6,600 (of 9,643 total)
Have you saved the package? Can you attach the package to the thread?
December 16, 2008 at 7:58 am
IMO, if you are using VS 2005 and RS 2005 and you do not want people to be able to directly access your reports on the report server you should...
December 16, 2008 at 7:54 am
What oledb provider are you using?
Have you checked the OLEDB providfer documentation for that error?
December 16, 2008 at 7:26 am
Sounds like you have a report that has many many rows and exceeds the Excel limit on rows.
December 16, 2008 at 6:59 am
Steve Jones - Editor (12/15/2008)
And I doubt this will ever get by on track. We're off the tracks and out...
December 15, 2008 at 2:26 pm
As I said in my first post, I don't think there is a way to do this outside profiler or the code I have suggested, and both of these would...
December 15, 2008 at 2:08 pm
You can create databases with any application that allows you to connect to the server and issue SQL commands. You could download any one of many query tools out...
December 15, 2008 at 12:26 pm
Lynn Pettis (12/15/2008)
December 15, 2008 at 10:05 am
Christopher Stobbs (12/15/2008)
It's also posted under TSQL2k5
Lynn Pettis (12/15/2008
December 15, 2008 at 10:03 am
I wouldn't use sa to connect that's for sure. You are now exposing the sa accoutn and password to a lot of people.
December 15, 2008 at 10:00 am
Duplicate post. Please post answers here
December 15, 2008 at 9:58 am
I don't have SQL 2008 to test on, but I assume it applies, you should be using the Date functions, DateAdd, DataDiff, etc...
December 15, 2008 at 9:55 am
How many rows are we talking about? I'd recommend bringing the data across from Oracle to a temp table in SQL Server and then do the comparison with a...
December 15, 2008 at 9:53 am
December 15, 2008 at 8:57 am
Viewing 15 posts - 6,586 through 6,600 (of 9,643 total)