Viewing 15 posts - 9,481 through 9,495 (of 9,643 total)
I have looked into this as well. The only way I have found that this can be done is to create a data-driven subscription which will provide the File Name.
July 18, 2006 at 8:54 am
The on ly time I have seen this happen is when the subreport is not in the same project as the main report. Are you having this problem in the...
July 18, 2006 at 8:48 am
Are you looking to do a 1 time migration or replication of from DB2 iSeries to Sql Server. We have used a product from DataMirror, http://www.datamirror.com, that does basically...
April 28, 2006 at 7:07 am
I don't read sqlservercentral.com articles to be sold a product. Buy advertising space. If I am looking for a 3rd party product to provide continuity I will do research on...
April 26, 2006 at 10:12 am
I believe you want:
SELECT @XML.value('(/[@GUID])[1]','int')
SELECT
@XML.query
April 26, 2006 at 9:43 am
Without a doubt a pre-requisite for accepting a permanent position with this company is that you will be in charge of database backups and the Sysadmin should be responsible for...
April 26, 2006 at 9:07 am
RS also supports SSL. It is part of the installation process. Obviously SSL must be intalled on the web server.
April 11, 2006 at 7:49 am
If you are not concerned about "dirty reads" you can use the with (nolock) statement or Set Transaction Isolation Level Read Uncommitted on the select statements being run.
February 28, 2006 at 9:01 am
I don't think you can prevent the connections, but you could secure the production systems so that the developers do not have alter/create rights for database objects. This would...
February 20, 2006 at 7:45 am
You do not have to allow cascading deletes. I cannot think of an instance where I would use cascading deletes based on DRI because of the issues you raise....
February 14, 2006 at 9:31 am
What Phil means is that you need to buld a web page for the report that when you click "Submit" calls the reporting services report directly, bypassing the default reporting...
February 7, 2006 at 8:08 am
Mark,
From experience a while loop is significantly faster than a cursor. Much of the performance gain is due to the resources used in building the cursor. My experience has been...
January 17, 2006 at 7:38 am
My infrared vision did not work on the invisible query so I answered incorrectly.
December 21, 2005 at 8:09 am
I liked the article as it was concise and gave good tips for where to start. Is anyone out there using the SQLH2 tool available from MIcrosoft. I am using...
November 11, 2005 at 8:46 am
Have you tried using the with move command when restoring the differential?
October 27, 2005 at 7:53 am
Viewing 15 posts - 9,481 through 9,495 (of 9,643 total)