Top "Metadata" questions

Meta-data provides information about one or more aspects of the data.

Stringifying template arguments

Is it possible in C++ to stringify template arguments? I tried this: #define STRINGIFY(x) #x template <typename T&…

c++ templates c-preprocessor metadata stringification
Is it possible to add a description/comment to a table in Microsoft SQL 2000+

Is it possible to add a "metadata"-like description or comments to a table in Microsoft SQL 2000 and above? How …

sql-server metadata
SQL Server: should I use information_schema tables over sys tables?

In SQL Server there is two schemas for metadata: INFORMATION_SCHEMA SYS I have heard that INFORMATION_SCHEMA tables are …

sql sql-server sql-server-2008 stored-procedures metadata
Is it possible to retrieve the last modified date of a file using Javascript?

I have a set of links on a web page that link to PDF forms and .doc forms. These files …

javascript metadata
Extracting information from PDFs of research papers

I need a mechanism for extracting bibliographic metadata from PDF documents, to save people entering it by hand or cut-and-pasting …

pdf metadata extraction
How to remove ALL metadata using ffmpeg?

I have input file: infile.mp3 This file contains metadata (artist, genre, etc.) I try remove all metadata for output …

ffmpeg metadata wav
Using OPENQUERY (exec stored procedure) to create new temporary table fails with error 11526

I have SQL Server 2012 full version installed on my development PC. I am trying to follow the examples here, which …

metadata sql-server-2012 openquery
How to get and set (change) ID3 tag (metadata) of audio files?

I am working to change ID3 tags, the metadata in audio files, such as: Artist Title Album etc. And the …

android metadata id3 mediastore
How to Check all stored procedure is ok in sql server?

How to check all stored procedure is ok in sql server if I drop a table or fields?

sql sql-server dependencies metadata
What happens if I set HttpGetEnabled = false

I am confused with Metadata publish concept. If in a WCF Service config file I had written : <serviceMetadata httpGetEnabled="…

.net wcf binding metadata wcf-binding