Author: SSWUG Research

Community

Display Session Information

by Jayant Kulkarni – Displaying session information is a regular task for a DBA. DBAs have been using information from v$session and v$process to find out relevant information about a process in order to kill a session, such as finding the UNIX id associated with the process, identifying more detail

Community

Retrieve an Identity Value

by Roman Rehak – Most objects in ADO.NET were designed to operate in a disconnected mode. The data is retrieved from the server and cached on the client in a DataSet or DataTable object. You make changes in the client application and use a DataAdapter to connect to the database and propagate the cha

Community

Word wrapping with T-SQL

By Andrew Novick – Word wrapping isn’t the kind of task that is done in T-SQL very often. That’s a good thing. The SQL Server engine isn’t really the right location for formatting functions like wrapping. However, there are times when there isn’t a suitable front end that can perform the word wrappi