Browse by Tags

All Tags » SQL Server 2008
Showing page 1 of 12 (113 total posts)
  • SSMS T-SQL Debugger ScreenCast

    just posted - SSMS T-SQL Debugger ScreenCast 5:58 - focuses on the call stack. If you haven't played with the new Debugger, this is an easy way to get a look-see. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 23, 2008
  • How do the links in YOUR copy of SQL Server 2008 Books Online work?

    I am just taking a quick show of hands; and maybe some information, if you are willing.  (And if this hasn't happened to you, I apologize for taking up your time.) I have had various problems on multiple installations of Books Online throughout the entire Katmai / SQL Server 2008 cycle.  They have been on both 32 and 64-bit; with / ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 20, 2008
  • DDL appdomains appear in SQL Server log in SQL Server 2008

    .NET (and therefore SQLCLR) divides up running its code (even within the same process like the sqlserver.exe process) into appdomains. The appdomain is like a lightweight process used to enforce isolation between running .NET code within the same Windows process. SQLCLR (.NET code running in SQL Server) uses appdomains to isolate ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 19, 2008
  • I'm speaking at Portland SQL Server Users Group next Thursday

    I've been able to coordinate being home and the Portland (Oregon) SQL Server user group's meeting schedule, so next week I'll be speaking ''at home'' for a change. I'm giving a talk on one of my favorite features for developers in SQL Server 2008, Spatial Data support. Because it's relatively common these days to see GPS not only in cars but ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 18, 2008
  • Programming SQLRegistration in the SQL Server PowerShell Provider

    I've noticed that some folks have written PowerShell scripts that execute against a list of servers. In the scripts, they read the names of the servers from XML files. But the SQL Server PowerShell provider in RC0 has a useful ''component'' called SQLRegistration; its ''path'' is SQLSERVER:\SQLRegistration that they can use instead. ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 8, 2008
  • Using PowerShell to program SQL Server's Policies and Data Collection

    I received a question today about whether I'd converted my Policy-Based Management examples using SMO (see the multi-part ''Programming Policy-Based Management with SMO'' series, starting here) from C# to PowerShell yet. I did do this a while ago; they're available as a script download on the SQLskills website (look on the ''Past ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 8, 2008
  • A little Management Studio "oops"

    For those of you who connect to database servers where you are not in full control over all databases, or where some of your databases are ever offline (or auto-closed), the new version of Management Studio that is shipping with SQL Server 2008 is going to bring you some surprises, when you try to present a list of databases in Object Explorer.It ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on July 8, 2008
  • COPY_ONLY backup option more obvious in SQL Server 2008

    I feel like I keep finding reasons to use SQL Server 2008 Management Studio with SQL 2005 instances, and here's another - the COPY_ONLY option now appears on the Backup dialog box (others include the DROP & CREATE scripting option, multi-server queries and the Select Top 1000 Rows menu entry). It's not a new option (it just ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 20, 2008
  • "No Match Output" in SSIS 2008

    The hairy Irishman (his description - I just call him Sacha) is presenting to the Adelaide SQL Server User Group today, talking about improvements in SQL Server 2008 Integration Services. Right now he's talking about the No Match output of the Lookup Component, and I'm wondering why I had always just accepted that in SQL 2005, rows that ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 12, 2008
  • PowerShell changes in SQL Server 2008 RC0

    Regular readers of my blog will remember my post about how to get PowerShell for SQL into your regular PowerShell window. Except that if you've just installed SQL Server 2008 RC0, you may have noticed it doesn't work any more. Never fear, they've just changed the name a bit. They've put 100 on the end of both. So just change your ...
    Posted to SQL Server Aggregator (Weblog) by Anonymous on June 12, 2008
1 2 3 4 5 Next > ... Last »