1
vote
SQL Server Reporting Services shows DTD prohibited in XML document error
Check to see if your reporting server website has the correct local path folder. You might need to do an iisreset if it is not correct.
…
1
vote
Anyone know of any good Database Diff tools?
As far as I'm concerend you cannot beat Red-Gate SQL compare. They have a 14 day trial so you can check out what the product can do. They also have a data compare product that will compare the d …
0
votes
Parameterized CREATE VIEW possible?
It looks to me like you are trying to create a dynamic query using parameters, which is not how a parameterized query is intended to work. They do not simply get concatenated into the string. …
