Viewing 15 posts - 16 through 30 (of 226 total)
I don't know if it could help, but do you have SP1 on the report viewer?
August 25, 2009 at 8:23 pm
hopefully http://www.sql-server-performance.com/articles/per/bm_performance_dashboard_2005_p1.aspx will get you going.
August 25, 2009 at 8:01 pm
You can look here: http://www.sqlservercentral.com/Forums/Topic271619-146-1.aspx
There should be plenty of past posts asking similar items.
I'm in the middle of the process myself with a 2000 to 2005 move.
August 25, 2009 at 7:40 am
The fix that got me working was to copy all of the files from within the \BPA\Bin folder and paste them into \BPA\.
August 5, 2009 at 9:41 am
Lynn Pettis (7/30/2009)
July 30, 2009 at 9:33 am
As MladenPrajdic said on Twitter, the column order shouldn't matter.
So I guess there's no reason to worry about it.
July 30, 2009 at 9:31 am
We scaled back the schedule for moving that specific database, but I did read where one of the Hotfixes or CU's in SP2 or SP3 seemed to have addressed possible...
July 7, 2009 at 2:36 pm
Looking at your code it looks like you may be using the SSIS tutorial that David put up on here.
Did you have any luck getting yours to work? I'm looking...
July 7, 2009 at 12:43 pm
skyline6969 (6/23/2009)
DELETE FROM Iops WHERE SUBSTRING(Detail, 1, 6)...
June 23, 2009 at 12:08 pm
How do you get around the following issue on SQL 2000?
Warning: The table 'Iops' has been created but its maximum row size (64050) exceeds the maximum number of bytes per...
June 23, 2009 at 11:39 am
All great ideas, but don't seem to fit with this one.
The configuration failure issues are moot at this point as I'm dealing just getting it to work with using an...
June 23, 2009 at 11:17 am
Frank Bazan (6/23/2009)
Have you tried using separate execute SQL tasks for each Create statement? I don't know if the Excel provider allows batches...
It won't even do it with just one.
Frank...
June 23, 2009 at 10:16 am
Andy Leonard (6/23/2009)
There's a way to configure the connection string property of an OLE DB Connection Manager that will allow it to connect to Excel. You...
June 23, 2009 at 9:52 am
The execute SQL Task that I'm having trouble with is before actually putting data in.
I've created the connection fine, but when I try to execute SQL against it like the...
June 23, 2009 at 9:03 am
Viewing 15 posts - 16 through 30 (of 226 total)