sql server 2008 - is this possible in SQL to locate where actual data sits? -


hi don't know possible. maybe,

i want locate column within table, if has data:

'ready' - issue facing application appointment table holds person scheduled appt. under

date_created , operator_id. 

but not show in table confirmed appointment. however, in screen application there 1 entry states 'ready' considered confirmation.

but cannot locate table might in.

(and code somewhere see 'ready' data, ) trying accomplish, there way? not column name begin 'ready' actual data.

there quite few ways can follow, here quick , easy 1 can suggest.

run sql profile, ui operations , see sql queries or stored proc use, stop profiler , pick queries, , can make sense out of it.

this better building giant query using sys.tables or sys.columns , running heavy operation on non index columns.

and remember, in ui see datatransformation in database, "r" status, on ui transformed "ready"; or value derived on fly based on other column value logical operation.

so, give sql profiler try.

if don't have access sql profiler, have explore other heavy operational approaches.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -