Subscribe to:
Post Comments (Atom)
Mixed Content: The page at xxx was loaded over HTTPS, but requested an insecure
Mixed Content: The page at ' https ://www.test.com/signup.aspx' was loaded over HTTPS, but requested an insecure script ' http ...
-
State management is a critical thing to master when coming to Web world from a desktop application perspective. Session is used to sto...
-
use the INFORMATION_SCHEMA.parameters view SELECT parameter_name, ordinal_position,parameter_mode,data_type FROM INFORMATION_SCHEMA.p...
-
INFORMATION_SCHEMA view that you could use is PARAMETERS. This query will list all stored procedures that have such a parameter: SELECT ...

No comments:
Post a Comment