Viewing 15 posts - 751 through 765 (of 1,222 total)
Subject to testing, it certainly looks like it could produce the same result.
July 2, 2009 at 7:26 am
Mmm, I think Gift Peddie needs to do a little more research. SSIS packages are easily configured. Most properties that you can set using Visual Studio/BIDS can...
July 2, 2009 at 7:19 am
The only reason for an service account to be a local administator is if you need the service to be able to do something with that level of privilege. ...
July 1, 2009 at 10:36 pm
I would be very surprised if you can't run both RS2005 and RS2008 on the same server. At the end of the day, reporting services is simply a pair...
June 29, 2009 at 10:13 pm
Picking up on what Gail was saying about triggers on the relevant system objects, whilst you can't use a trigger, you could use the "Audit Login Change" event to detect...
June 29, 2009 at 10:13 pm
The location of the files for each database is transparent to the application using them - this includes reporting services. If you are wishing to keep using the same...
June 29, 2009 at 10:12 pm
I would be very surprised if you can't run both RS2005 and RS2008 on the same server. At the end of the day, reporting services is simply a pair...
June 29, 2009 at 10:00 pm
Picking up on what Gail was saying about triggers on the relevant system objects, whilst you can't use a trigger, you could use the "Audit Login Change" event to detect...
June 29, 2009 at 9:58 pm
I would be very surprised if you can't run both RS2005 and RS2008 on the same server. At the end of the day, reporting services is simply a pair...
June 29, 2009 at 9:53 pm
There is a row property that can be set to conditionally hide a row. You simply code an expression that returns either true or false. The expression would...
June 23, 2009 at 9:33 pm
Transactional Replication does not use the date/time to manage the data that is being replicated. When you consider exactly the sort of scenarios that you have (with servers in...
June 21, 2009 at 10:47 pm
Are you still having problems ?
When a failover occurs, your application will get an error because the connection to the database is no longer valid. However, you should then...
June 18, 2009 at 1:07 am
Try the following query instead
Select * from [MYTABLE] where [MYCOLUMN]= [dbo].[the Function I created for Decryption]('THE VALUE')
This allows SQL to utilise any indexes that it thinks appropriate.
June 3, 2009 at 9:52 pm
This issue was covered in an article by Jonathan Kehayias just last week. Have a look at
http://www.sqlservercentral.com/articles/Administration/65896/
June 1, 2009 at 9:47 pm
I am wondering whethering it is simply taking a (very) long time to produce the PDF. Reporting Services will re-render the report and I suspec that it is simply...
June 1, 2009 at 9:43 pm
Viewing 15 posts - 751 through 765 (of 1,222 total)