|
|
Browse by Tags
All Tags » SQL Server 2008
Showing page 1 of 12 (113 total posts)
-
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!
-
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 / ...
-
.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 ...
-
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 ...
-
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. ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
-
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 ...
1 ...
|
|
|