June 2009 - Posts

0
Comments

Changing schema or owner of an object in SQL Server by mlife

There is a way to change owner of a given object in SQL Server 2005 and higher version. Object can be a stored procedure or table or view or user-defined function. In the following code snippet you see an example. ALTER SCHEMA dbo TRANSFER [MyOwner]....
Filed under: , ,
1
Comments

Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008 by mlife

If you have worked with Microsoft Charting Controls , you know, after installing this package, Visual Studio don't add components to toolbox an you should do it manually. but there is a small Add-on that after installing, you can take advantage of Visual...
More Posts