[Guide] Find missing DDJ file using SQL query

07/08/2015 02:55 witchymoo#1
Tired of getting this?
[Only registered and activated users can see links. Click Here To Register...]
Here I'll share a simple query to detect if DDJ file exist to help us find missing DDJ files in our Media.

Important Notes:
  1. 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)
  2. 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)
Now the boring part:

You should get something like this:

Save the result to file, and find the missing DDJ ;)

Good luck, hope it helps a little bit ;)
07/08/2015 03:12 Crue*#2
i like your queries and here's a big thanks from meeh ;)
07/08/2015 03:56 witchymoo#3
Quote:
Originally Posted by Crue* View Post
i like your queries and here's a big thanks from meeh ;)
fanx ;), glad u like it.
07/09/2015 00:48 Mr.Costel#4
I saw your other releases in other forums, I'm really happy with such stuff !
07/09/2015 02:09 Bocc1337#5
nice work dude