by joe.pesch
31. March 2013 00:35
http://galleria.io/
http://css-tricks.com/creating-a-slick-auto-playing-featured-content-slider/
89a68ca3-bd2b-4b49-9e5a-73f8b891a813|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags:
by joe.pesch
22. March 2013 14:12
Below is a TSQL statement that will return the current authentication scheme running on your SQL server instance.
SELECT net_transport, auth_scheme FROM sys.dm_exec_connections WHERE session_id = @@SPID;
07247544-4a1e-44ea-ab78-46159372c696|0|.0|96d5b379-7e1d-4dac-a6ba-1e50db561b04
Tags:
SQL Server