Showing posts with label SQL. Show all posts
Showing posts with label SQL. Show all posts

Microsoft SDKs download

Posted by Unknown 0 comments

Microsoft SDKs Download



In this post you can find all use full Microsoft developer sdks at a glance you can download from bellow links


Microsoft SDKs

Windows Azure Downloads
Web Development Downloads
Social Downloads
Labels: , ,

Microsoft Developer downloads

Posted by Unknown 0 comments
Microsoft Developer downloads 

n this post you can find all use full downloads for Microsoft developers at a glance



Visual Studio

Server, web, & Windows Azure

Client development

Windows Phone & game development

MSDN Subscriptions

MSDN Subscribers get access to more Microsoft products and tools to use for developing and testing applications, such as:
Labels: , ,

Get deatails of all stored procedures list in Sql Server

Posted by Unknown 0 comments
Get details of all stored procedures list in Sql Server

There very simple easy way to get all stored procedures from sql server need to use very simple query
is

select * from sys.procedures

It will get the list of all stored procedures in your database

Labels:
 
test