Top "Metadata" questions

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

VS 2017 Metadata file '.dll could not be found

I know there is another question with exact the same problem, but I went trough all those answers, and none …

c# asp.net-mvc metadata visual-studio-2017
Accessing MP3 metadata with Python

How can I retrieve mp3 metadata in Python?

python mp3 metadata
How do I list all tables in all databases in SQL Server in a single result set?

I am looking for T-SQL code to list all tables in all databases in SQL Server (at least in SS2005 …

sql-server metadata
how do i find the date a video (.AVI .MP4) was actually recorded?

properties> date created... i thought this meant the date the video was created, but finally realized that date changes …

video metadata
How to create federation metadata XML for "Relying Party Trust" and "Claims Provider Trusts" for ADFS 2.0

One of our web app would like to connect with ADFS 2.0 server to get credential token and check the user …

metadata adfs2.0 federation
A positional parameter cannot be found that accepts argument '\'

I am trying to get the meta data from a directory and I am getting an error that A positional …

powershell metadata
Is there a way to alter column type in hive table?

The current schema is: hive> describe tableA; OK id int ts timestamp I want to change ts column to …

hive metadata
What is metadata in .NET?

I googled several sites to understand what metadata is in .NET and it means. I'm still new to C# WPF …

c# .net metadata
How can I get different datatypes from ResultSetMetaData in Java?

I have a ResultSet that returns data of different types. The query is constructed dynamically so, at compile time, I …

java jdbc metadata database-metadata
Find dependent objects for a table or view

Background When dropping (or replacing) objects in PostgreSQL, if there are dependencies, the drop will fail (without specifying CASCADE). Problem …

postgresql metadata