Pulse » Recent Items from 7/7/2010
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.
July
-
ApplicationPoolIdentity + SQL : The Official Microsoft IIS Site
create login [IIS APPPOOL\DefaultAppPool] from windows with default_database=[master] use [CoGMessage] create user [IIS APPPOOL\DefaultAppPool] for login [IIS APPPOOL\DefaultAppPool]
-
On the Subject of Dates in T-SQL
declare @date datetime set @date = getdate() --get first day of month select dateadd(m, datediff(m, 0, @date), 0) --get last day of month select dateadd(m, datediff(m, 0, dateadd(m, 1, @date)), -1)
-
July SSSOLV UG Meeting
This is really late notice – apologies in advance. We will be holding the LV UG meeting July 8th at the same time and same place as usual. 777 N Rainbow, Ste 250. 6:30 PM (officially when we start the presentation) 6:00 PM for meet and greet This month ...
-
A SQL Quest
Apologies to all those referenced in this story. No disrespect is meant. I got the idea for this while driving in to work this morning. Perhaps some thoughts are better left un-acted upon. This is not the nerdiest thing I have done, but it ranks pretty close to the top ...
-
A SQL Quest
Apologies to all those referenced in this story. No disrespect is meant. I got the idea for this while driving in to work this morning. Perhaps some thoughts are better left un-acted upon. This is not the nerdiest thing I have done, but it ranks pretty close to the top ...
-
SQL 2008 DTS
It’s a Bird… No, not really. It’s just Windows 7. I have recently upgraded to Windows 7. I took the roundabout trip to do that going from Server 2003 to Windows XP and then finally up to Windows 7. Having never used Windows Vista, there were several nuances ...
-
Identify Missing SQL Server Indexes
* Should review regularly
Pulse is a section of SQLServerPedia that gives you a quick view of what's happening in the SQL Server community.