Tired of getting this?
![]()
I made simple query to detect if DDJ file exist to help us find missing DDJ files in our Media. (Tested in SQL2K8-R2, not sure if it works in other SQL version)
First,
Since DDJ is in client-side, you gotta restore your server's SHARD db to your local laptop/pc first and run this from local SQL server, don't do this in the server (unless you have client files uploaded there)
Second,
you have to login SQL using "sa" and not other user you made for your SRO db. (needs access to "master" db and built-in "xp_fileexist" function)
Here we go:
You should get something like this:
Save the result to file, and find the missing DDJ ;)
Good luck, hope it helps a little bit ;)

I made simple query to detect if DDJ file exist to help us find missing DDJ files in our Media. (Tested in SQL2K8-R2, not sure if it works in other SQL version)
First,
Since DDJ is in client-side, you gotta restore your server's SHARD db to your local laptop/pc first and run this from local SQL server, don't do this in the server (unless you have client files uploaded there)
Second,
you have to login SQL using "sa" and not other user you made for your SRO db. (needs access to "master" db and built-in "xp_fileexist" function)
Here we go:
Spoiler:
You should get something like this:
Spoiler:
Save the result to file, and find the missing DDJ ;)
Good luck, hope it helps a little bit ;)