Viewing 15 posts - 6,301 through 6,315 (of 9,643 total)
I disagree with Michael's suggestion, although he is correct in all that he says, there is one key point he didn't mention, security. If you put all the data...
January 12, 2009 at 9:42 am
Duplicate post please reply here: http://www.sqlservercentral.com/Forums/Topic633268-148-1.aspx
January 12, 2009 at 9:34 am
If you are in simple recovery you can restore the last full backup to another database and then copy the deleted rows (if they exist in the last backup) to...
January 12, 2009 at 8:45 am
Can you provide the DDL for your source tables?
January 12, 2009 at 8:40 am
You would need to create something custom in order to do this, that either runs the report and zips it, or you could have the subscription place it in folder...
January 12, 2009 at 8:10 am
knausk (1/12/2009)
January 12, 2009 at 8:05 am
There should be a property on the text box for Hide Duplicates. This should be set to false.
January 12, 2009 at 7:56 am
Can you post your connection string, SQL code being executed and asp code? Without all these details we don't know if it is the rendering that is timing out...
January 12, 2009 at 7:25 am
Based on the error I would say that SSIS does handle SQL Variant, but gives a warning to let you know it is handling it using a unicode string data...
January 12, 2009 at 7:22 am
To add to what Drew said, please see the links in my signature line.
January 11, 2009 at 6:12 pm
Gupreet,
Please continue to post on this thread, I am subscribed to it so I will be notified when you post on it. In order to give accurate help...
January 11, 2009 at 6:08 pm
RBarryYoung (1/11/2009)
Stephanie J Brown (1/11/2009)
mtucker (1/11/2009)
January 11, 2009 at 6:06 pm
Attached is a report with this query:
[font="Courier New"]SELECT
S.schema_id,
S.name AS schema_name,
COUNT(O.OBJECT_ID) AS objects_in_schema
FROM
sys.schemas S JOIN
sys.all_objects O ON
S.schema_id = O.schema_id
GROUP BY
S.schema_id,
S.name
[/font]
The report has a list control with a group on schema_id and...
January 10, 2009 at 7:04 pm
Steve Jones - Editor (1/10/2009)
January 10, 2009 at 4:05 pm
Master is not more important than the resource database, as the instance will not start without the resource database. The fact that it is hidden should tip you off...
January 10, 2009 at 1:56 pm
Viewing 15 posts - 6,301 through 6,315 (of 9,643 total)