Tag: sql server

Community

Making Package Magic

(Kirk Haselden) Microsoft has completely rewritten Data Transformation Services (DTS) in SQL Server 2005 for many reasons. In addition to streamlining DTS’s functionality and making it easier to use, the rewrite improves scalability and performance. In “What’s New In DTS?” (May 2004, InstantDoc ID 4

Community

Review: SQLCentric

(Bruce Szabo) SQLCentric is a piece of software that makes it easy to report on the status of the SQL servers in a domain. The company claim is that when SQL is the center of your universe you need SQLCentric. The company that makes the software is Pearl Knowledge Solutions. SQLCentric provides

Community

Have a Nice Date

(Alexander Kozak) Not too long ago, one of our project managers asked me if there was a SQL Server function to return just the date–without the time portion. I knew the answer, of course, because of all the times I’ve coded T-SQL workarounds like this: SELECT sampleDate = CONVERT(VARCHAR(50), Da