The current set of DMVs and DMFs is staggering; I counted I think 170 maybe in SQL Server 2005, and I'm sure that we're approaching the 1 million mark for SQL Server 2008 R2. A smart DBA probably has a nice library of them now...I"m not smart and have to go look them up whenever I use the...
[More]
7bc15e08-8b23-433f-b0a7-d74adae28630|0|.0
I always notice little things like this: Maybe the descriptor should have read..."built-in function MAX(expression) RETURNS MAX <datatype> Lee ------------------------ Ever heard the expression..."You get what you pay for?"
Posted in:
SQL Server 2008 ,
TSQL Tags:
15f893ba-b394-4e99-abd5-b31a57f5cb03|0|.0
A friend who I’ve worked with on projects sent me some code the other day that had the below syntax; I had to quickly point out that she needed to be careful when using this type of construct. Set up the minimal example by running the following code. We’ll create two tables and then OUTER join...
[More]
f674caff-096b-4187-bd1a-b32573434315|0|.0
I certainly enjoy working with other DBAs; every time that I open SSMS and start tapping on the keyboard, I usually learn something new each and every day, and when I get to work with others directly, I learn things at an even faster rate. Navigation tips, or code tricks, some shortcut that yo...
[More]
521ed84f-e5d0-4e0d-96fa-6b264b67af2b|0|.0
I like to visit the Microsoft Download page every so often see what Microsoft has recently released for SQL Server, and the other day they came out with new versions of the SQL Server Migration Assistant (SSMA) for Oracle, Access, MySQL, and Sybase. They're located here; check them out for doi...
[More]
9b1b6d63-a0e7-4e56-9156-be56ea9883b3|0|.0
Wow! Idera and MSSQLTips.com are giving away a free trip to SQL PASS, all expenses paid. Great bargain. Head over to this link and sign-up! Lee Everest --------------------------- Nurse Ratched: If Mr. McMurphy doesn't want to take his medication orally, I'm sure we can arra...
[More]
Posted in:
Etc. (Off-topic) Tags:
deac85bd-2b8a-4cd8-b0be-2726e8096f26|0|.0
I blogged awhile back on a super-cheesy, simpleton, plane-jane, not worth a whole lot TSQL script to test transactions/second on a SQL Server. The reason that I use it is because 1) it’s super cheesy and simple, and seems to work well compared to perfmon transactions/second, and 2) I’ve had it...
[More]
Posted in:
SQL Server 2008 Tags:
293b925c-f27b-4825-a843-82ba541920a9|0|.0
Here’s a pretty slick blog from the SQL Azure team – this one is on checking your database size for your Azure databases. I never thought of it, but are they managing with AUTO GROW? I hope not, since we all know to stay clear of that ALTER command like the plague, right???!!! Anyw...
[More]
87880b33-4001-4ba9-9373-71b0b93bfa36|0|.0
You might get the following error when connecting to SQL Azure: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections The reaso...
[More]
Posted in:
SQL Server 2008 Tags:
3c43126c-0814-42b6-83b6-e7caf8efa124|0|.0
Training for SQL Server. That's all that I see anymore everywhere that I look. From Microsoft's sites (developer resources, TechNet, Channel 9, MSDN blogs) to SQL Saturday, love boats, blogs that list training resources, companies everywhere offering training, national conferences, SQL Lunch, T...
[More]
072eab46-5a94-410f-9979-f97d2511cefa|0|.0
Microsoft released a one-month pass to learn Windows and SQL Azure, so if you don’t have a subscription already, check out this link. It’s a cool offer but lasts only one month after you sign up, so you have to make sure and dork with it in a hurry before it expires. If you go to the Win...
[More]
edd58d11-d37b-4c4b-9e5d-211ae010542b|0|.0
I suggest checking out the SSWUG Ultimate Virtual Conference. Looks like a pretty good list of training courses (70+) and speakers (they're all MVPs and big-name guys that you've probably heard of) for this virtual event. Prices seem to be reasonable, and the topics covered are good ones. ...
[More]
Posted in:
Etc. (Off-topic) Tags:
6c4509bd-9b94-4cb6-a23f-88664fc422c8|0|.0
Over on Microsoft Connect, someone submitted the following problem: Package variables defined in SSIS as type DATETIME can only represent values as granular as 1 second, yet SQL Server's DATETIME datatype supports milliseconds. This leads to a loss of precision when populating a da...
[More]
Posted in:
SSIS ,
SQL Server 2008 Tags:
e7227ecc-d712-4183-8aaf-5298b1429ae9|0|.0