Pulse » Recent Items from 6/29/2011
Welcome!
Pulse has a simple goal: to give you a quick view of what's happening in the SQL Server community.
-
Browse
Finding interesting content on Pulse is easy – you can drill down to a specific time period (by clicking on the bars of the chart), toggle different types of content on and off, and sort the results by popularity or recency.
-
Vote
Discovered an informative blog post or a hilarious tweet? Tell the rest of the community about it by voting it up or down. Behind the scenes, our popularity algorithm will make sure it rises to the top of the list.
-
Comment
When a simple up-or-down vote isn't enough, voice your opinions in a comment. Or check out what others are saying about something you posted or tweeted.
June
-
SQL SERVER – Two Puzzles – Answer and Win USD 25 Gift Card
Today I have two simple T-SQL Puzzle. You can answer them and win USD 25 Gift card. The gift card will be sent in email to winner. You will get choice of Gift Card brand based on your preference and country location. Puzzle 1: What will be the outcome and ...
-
SQL Functions – ORIGINAL_LOGIN(), SUSER_SNAME()
CREATE LOGIN Vishal WITH PASSWORD = 'P@$$W0RD' CREATE USER Vishal_User FOR LOGIN Vishal This creates a new sql login and database user. CREATE PROCEDURE MyProc1 WITH EXECUTE AS 'Vishal_User' AS BEGIN SELECT ORIGINAL_LOGIN() AS 'Original Login', SUSER_SNAME() AS 'Current Context', SESSION_USER AS 'Session User' END
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.