Viewing 15 posts - 6,211 through 6,225 (of 11,678 total)
ActiveX was present in SSIS 2005 and 2008 to support legacy DTS. You could convert DTS into SSIS and the ActiveX would still be there. However, DTS is removed in...
November 13, 2012 at 11:42 pm
Take a look at the actual query plans. Is there anything different?
(also, more than 5 seconds just to insert 5000 rows? There seems something off at your system)
November 13, 2012 at 11:40 pm
What should work:
Read the column into a script component as a transformation. In the .NET script, cast the DT_NTEXT (which is a BLOB column) to a string. Apply the substring...
November 13, 2012 at 1:20 pm
Does the user ELSTREE\JXYZCUSR have read access to the path S:\Private\AML Data Extract\AML Data Extract.xls?
November 13, 2012 at 1:03 pm
If there is, I haven't found it yet.
November 13, 2012 at 7:30 am
Ah ok, now I get it. As far as I know, this is a common issue with drillthrough reports. If you drillthrough, the prompt area is hidden (unfortunately).
November 13, 2012 at 7:25 am
I tried it myself, and I could set a default value for a boolean parameter without a problem.
How did you try to set the default value?
November 13, 2012 at 7:01 am
Did you mark param2 as hidden?
November 13, 2012 at 4:47 am
Please do not crosspost. It wastes peoples time and fragments replies.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1383930-1550-1.aspx
November 13, 2012 at 3:50 am
ssmith 29602 (11/13/2012)
Thanks for the help. Setting the property to false worked. I knew it would be simple. 🙂
Great! Glad this was solved so quickly 🙂
November 13, 2012 at 2:22 am
This is crucial:
There may be error messages posted before this with more information
So you could take a look at the output window and post everything you find there here in...
November 13, 2012 at 1:37 am
Isn't log shipping and mirroring high availability? I thought having plenty of verified backups is disaster recovery.
November 13, 2012 at 1:32 am
No. A cube uses a different storage engine than the relation model.
Furthermore, an index is used to find the needle in the haystack. A cube is used to aggregate the...
November 13, 2012 at 1:29 am
Maybe you can download the evaluation edition from the SQL Server website and upgrade it to developer edition? Don't really know where you could purchase the license key though.
November 13, 2012 at 1:17 am
Viewing 15 posts - 6,211 through 6,225 (of 11,678 total)