View the Source Code of Stored Procedures in Yukon
In SQL Server 2000, you would simply use sp_helptext to view the source code of both user-defined and system-stored procedures. But that isn’t completely true in Yukon. To view the
In SQL Server 2000, you would simply use sp_helptext to view the source code of both user-defined and system-stored procedures. But that isn’t completely true in Yukon. To view the
Always declare a polymorphic class’ copy constructor as private?this becomes important when you want to use a class in a container class for cloning. The container class CHolder is a
If your database is maintained by more than one user and some of those users have rights to create tables, it can be difficult to identify the owner of a
This class allows you to apply a gradient to any control that has an hDC?forms, Pictureboxes, etc. Simply load the class and tell it the start color, direction of gradient,
Suppose that when a URL contains the word UserLogin, you want it to invoke the login.jsp file. You can use the entry in web.xml to accomplish this. The user will
Though .NET no longer supports twips, one twip is still 1/1440 inch. You can use the dpiX and dpiY properties of the Graphics class to obtain the horizontal or vertical
To declare a variable or function at file scope (to create internal linkage), you declaring them as static, like this: static int i; (file scope). However, this is a deprecated
Suppose you have a Web server control called TextBox in your Web page: You can access this value in a couple ways using JavaScript: document.getElementById(”).value;ClientID – server control identifier generated
When you’re in need of a table structure, like field names and their data types, you can use this query to retrieve it fast. sp_help