Join | Login | Why Join?   
SQL Server, Oracle, DB2, Sybase, MySQL Help - SSWUG.ORG HACKER SAFE certified sites prevent over 99.9% of hacker crime.
Search SSWUG:   
 
Access to 540 free guest articles, discussions and more, just create your free SSWUG User ID:
Email address:  
This will be your login ID - we'll email you your password - you'll even receive the newsletter, opt-out at any time.
Available to Members = Members-Only     Available to Registered Guests = Registered Guests

Free articles for registered guests

[Oracle]  [SQL Server]  [XML]  [Home]

These articles are always free for members, but are currently available to registered guests as well. This list of articles changes daily.

Discuss | See Current Member Articles


Register for FREE Access to These Articles.

When you register, you can choose to be a registered guest and have access to these articles, or you can become a dues-paying member, with a great-many benefits, and get full access to everything on SSWUG and many other benefits.


Available to MembersAvailable to Registered GuestsHow To Collect Performance Data With TYPEPERF.EXE - (Ray Barley) As a DBA I like to take advantage of command line tools when I'm working on performance tuning and optimizing my SQL Server databases. One of the things I typically need to do is to... [more]

Available to MembersAvailable to Registered GuestsIs a BI methodology truly independent from the underlying technology? - (Marco Russo) Building a BI solution (like any kind of software project), it is normal to look for existing methodologies and best practices, just to avoid pitfalls and get better results. Usuall... [more]

Available to MembersAvailable to Registered GuestsConfiguring Windows Instant File Initialization for SQL Server 2005 - (Edwin Sarmiento) SQL Server 2005 supports Database Instant File Initialization which skips zeroing out data pages that can reduce the time when performing operations like creating databases, add... [more]

Available to MembersAvailable to Registered GuestsDatabase Audit Specifications in SQL Server 2008 - (Ashish Kumar Mehta) SQL Server 2008 introduces a new feature called SQL Server Audit. Auditing a SQL Server database involves tracking and logging events that occur on the database. This feature... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2008 Management Tools - (Buck Woody) Microsoft has made several changes in the tools area for each release of SQL Server for the past few years. One of the largest jumps was from SQL Server 2000 to 2005. They changed th... [more]

Available to MembersAvailable to Registered GuestsServer Audit Specifications in SQL Server 2008 - (Ashish Kumar Mehta) SQL Server 2008 introduces a new feature called SQL Server Audit. Auditing an instance of SQL Server involves tracking and logging events that occur on the system. This featu... [more]

Available to MembersAvailable to Registered GuestsShould Microsoft provide a transaction log reader tool? - (Paul S. Randal) Now this one's sure to spark some controversy... I was checking my RSS feeds of the SQL blogs that I follow and noticed an interesting post on Kalen's blog (the post is here).... [more]

Available to MembersAvailable to Registered GuestsSecurity in SQL Server 2005 Part II  - (Vinod Kumar) In Part I on Security with SQL Server we did try to get into some aspects of security which as an administrator or developer one needs to know. We started with instance security, d... [more]

Available to MembersAvailable to Registered GuestsChange data capture in SQL Server 2008 improves BI reporting accuracy - (Mark Kromer) A common challenge of working on large business intelligence systems or data warehouse projects is improving timeliness of data. This tip introduces you to change data capture (CDC)... [more]

Available to MembersAvailable to Registered GuestsSQL Server Clustering and Consolidation - Balancing Resources - (Tim Ford) In my SQL Server environment we initially clustered to support a consolidation effort in which we were focusing on elimination of approximately thirteen Microsoft SQL Server 2000 and 2... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2008 New Features - Row Constructors - (Nidal Arabi) Microsoft SQL Server 2008 with its release included some new features that some of us (as developers) will find interesting and useful. In this article, which will be followed by ot... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2005 Express Edition - Part 29 - Implementing Service Broker Conversation - (Marcin Policht) In the recent installments of our series covering features available in SQL Server 2005 Express Edition, we have been discussing functionality incorporated into asynchronous mess... [more]

Available to MembersAvailable to Registered GuestsBackup compression in SQL Server 2008 - (Tim Chapman) New to SQL Server 2008 is the native ability to compress database backups. This great new feature results in a smaller (sometimes much smaller) backup file, which saves disk space, ... [more]

Available to MembersAvailable to Registered GuestsSQL Server Hidden Stored Procedures - (Michael Ceranski) sp_msforeachdb and sp_msforeachtable are very powerful stored procedures. They allow you to loop through the databases and tables in your instance and run commands against them... [more]

Available to MembersAvailable to Registered GuestsHow To Use the Analysis Services Execute DDL Task in SSIS 2005 - (Ray Barley) We are looking to automate some tasks to be performed on our SQL Server Analysis Services Servers. Can you give us the details on how the Analysis Services Execute DDL Task can be u... [more]

Available to MembersAvailable to Registered GuestsSQL Server Clustering Active vs Passive - (Tim Ford) Recently, I found myself rebuilding our production SQL Server 2005 cluster. Trust me when I say that a DBA does not take on a task like this because they want to. No, we encountered ... [more]

Available to MembersAvailable to Registered GuestsShould you upgrade to SQL Server 2005 or SQL Server 2008? - (Roman Rehak) Even though SQL Server 2005 was released almost three years ago, many companies, surprisingly, haven't made the upgrade from SQL Server 2000 just yet. Now those companies face anoth... [more]

Available to MembersAvailable to Registered GuestsHow to tell if you have instant initialization enabled? - (Paul S. Randal) As you may already know, instant initialization is a way to prevent data (not log) file create and grow operations having to zero-initialize the new space before allowing it to b... [more]

Available to MembersAvailable to Registered GuestsResource Governor in SQL Server 2008 - (Ashish Kumar Mehta) SQL Server 2008 introduces a new feature called Resource Governor which enables Database Administrators to manage SQL Server workload and critical system resource consumption... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2008: The Debugger is back - If you have worked in SQL Server 2000 and were used to using the T-SQL debugger, you might have lamented its absence in SSMS in SQL Server 2005. In SQL Server 2005, one can debug the stored proce... [more]

Available to MembersAvailable to Registered GuestsCheck your SQL Server using Windows PowerShell Part 4 - (Muthusamy Anantha Kumar) Part I of this series illustrated the first and foremost check on SQL Serverhow to ping the host. Part 2 examined how to check all of the windows services related to SQL... [more]

Available to MembersAvailable to Registered GuestsDeeper insight into unused indexes for SQL Server - One of the balancing acts of SQL Server is the use of indexes. Too few indexes can cause scans to occur which hurts performance and too many indexes causes overhead for index maintenance during ... [more]

Available to MembersAvailable to Registered GuestsPerformance of inserts and IGNORE_DUP_KEY  - (Alexander Kuznetsov) If your data has a small percentage of duplicates, then IGNORE_DUP_KEY may speed up your inserts. For larger amounts of duplicates, IGNORE_DUP_KEY may slow them down signifi... [more]

Available to MembersAvailable to Registered GuestsMastering OLAP Reports: Parameterizing Number of Top Items with the MDX TopCount() Function, Part I - (William Pearson) In recent articles within this series, we have focused upon various aspects of parameterization within the Reporting Services environment. In some cases we have supported parame... [more]

Available to MembersAvailable to Registered GuestsPartition Wizard Makes it Simple  - (Allen White) The partitioned table was one of the great new features of SQL Server 2005. We could now manage data based on some range data, usually a date value, and keep the different ranges in... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2005 Express Edition - Part 27 - Implementing Basic Service Broker Objects - (Marcin Policht) In the previous installment of our series dedicated to features available in the SQL Server 2005 Express Edition, we have presented basic concepts of the Service Broker by defini... [more]

Available to MembersAvailable to Registered GuestsScaling Up Reporting Services 2008 vs. Reporting Services 2005: Lessons Learned  - (Carl Rabeler) Microsoft SQL Server 2008 Reporting Services contains many improvements designed to improve performance and capacity. The rearchitecture of the Reporting Services 2008 server as a ... [more]

Available to MembersAvailable to Registered GuestsInside SQL Server Cluster Setup and Troubleshooting Techniques - Part I - (Nirmal Sharma) The SQL Server Setup process is really straight-forward. An experienced user who has got a little knowledge in setting up other applications can also perform a SQL Cluster Setup b... [more]

Available to MembersAvailable to Registered GuestsHow do I Reseed a SQL Server identity column? - (Susan Harkins) Microsoft SQL Servers identity column generates sequential values for new records using a seed value. The term seed refers to the internal value SQL Server uses to generate the ne... [more]

Available to MembersAvailable to Registered GuestsRestoring Master - beyond the technical  - (James Luetkehoelter) Thank Greg Low for reviewing my book and pointing out one of the copy-edit issues in it (I wasn't involved in that process by choice and schedule, a mistake I regret). As Gr... [more]

Available to MembersAvailable to Registered GuestsAvoid Untrusted Constraints in SQL Server - (Armando Prato) Some time ago, I loaded a large set of data into one my tables. To speed up the load, I disabled the FOREIGN KEY and CHECK constraints on the table and then re-enabled them after ... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2008: Table Valued Parameters - (Kathi Kellenberger) In SQL Server 2005 and earlier, it is not possible to pass a table variable as a parameter to a stored procedure. When multiple rows of data to SQL Server need to send multip... [more]

Available to MembersAvailable to Registered GuestsTriggers...Evil?  - (Louis Davidson) Say it isn't so. "It isn't so." Glenn Berry thinks so in his post here. When I read his post I thought I was going to really get into it with Conor's post here, called the Troub... [more]

Available to MembersAvailable to Registered GuestsLoading XML data into SQL Server 2008 - (Ashish Kumar Mehta) SQL Server DBAs will often come across a scenario where they need to load data from an XML document into SQL Server 2005 or 2008. As XML is being used widely by many organiza... [more]

Available to MembersAvailable to Registered GuestsNew SQL Server 2008 Install Contains Some Useful Features  - (Eric Johnson) The new SQL Server installation is so different, I thought I would take a second to write about it. For starters, the whole thing is now called the SQL Server Installation Center.

Available to MembersAvailable to Registered GuestsCreate custom looping procedures in SQL Server 2005 - (Tim Chapman) In my previous SQL Server article, I discussed how you can use two undocumented system stored procedures to your advantage when it comes to executing ad-hoc statements against a lar... [more]

Available to MembersAvailable to Registered GuestsMore on SQLDiag - We had briefly touched upon the usage of SQLDiag in some of our previous posts including the one here. While working on a client issue this weekend, it was surprising to see that none of the clie... [more]

Available to MembersAvailable to Registered GuestsAn Introduction to New T-SQL Programmability Features in SQL Server 2008 - (Itzik Ben-Gan) This paper introduces key new Transact-SQL programmability features in Microsoft SQL Server 2008 as well as SQL/Common Language Runtime (CLR) enhancements. New Transact-SQL featur... [more]

Available to MembersAvailable to Registered GuestsCreating SQL Server Tables Part 1 - The fifth part of the SQL Server Programming Fundamentals tutorial looks at the creation of tables within a SQL Server database. Tables provide structured storage locations for all of the inform... [more]

Available to MembersAvailable to Registered GuestsUtilizing Log File for MS SQL Server Data Recovery (Part 1)  - (Eka Siswanto) In my previous posts, I already explain the method to enable the crashed database to be attached, especially crashed database caused by torn page error.

Available to MembersAvailable to Registered GuestsBuild a Generic Histogram Generator for SQL Server - (Michael Sorens) The histogram is a mathematical tool that is invaluable when analyzing large quantities of data. A histogram may be represented in a table of numbers or in a chart. Because datab... [more]

Available to MembersAvailable to Registered GuestsManage traces in SQL Server 2005 Analysis Services with XMLA commands - (Baya Pavliashvili) As I discussed in a previous tip, you can use SQL Server Profiler to monitor, troubleshoot and tune Microsoft Analysis Services (MSAS) 2005. If you only need this tool occasio... [more]

Available to MembersAvailable to Registered GuestsInterview With SSIS Guru Jamie Thomson  - (Denis Gobo) I asked for some names of people who you would like to see interviewed here at Sqlblog and Jamie Thomson's name popped up a couple of times. I contacted Jamie and he was kind enough ... [more]

Available to MembersAvailable to Registered GuestsThe SQL Server Sample Databases - pubs - (Buck Woody) Were in a series that explains the main sample databases that you can use with SQL Server, and in this tutorial Ill show you how to find, install and work with the first (and smalles... [more]

Available to MembersAvailable to Registered GuestsDatabase Normalization Basics - (Mike Chapple) If you've been working with databases for a while, chances are you've heard the term normalization. Perhaps someone's asked you "Is that database normalized?" or "Is that in BCNF?"... [more]

Available to MembersAvailable to Registered GuestsSQL Server Profiler Part 2 - (Don Schlichting) Profiler is tool that monitors the events and activity running on a SQL Server. Using profiler, this monitoring can be viewed, saved, and replayed. The results can be saved to a... [more]

Available to MembersAvailable to Registered Guestssys.dm_exec_requests  - (Aaron Bertrand) One of the dynamic management views (DMVs) that is very useful in troubleshooting query performance is sys.dm_exec_requests. The documentation around this DMV, however, is quite... [more]

Available to MembersAvailable to Registered GuestsMastering OLAP Reports: Parameterizing Number of 'Look Back' Periods with the MDX LastPeriods() Function, Part II - (William Pearson) As I noted in Mastering OLAP Reports: Parameterizing Number of Look Back Periods with the MDX LastPeriods() Function, Part I, we have focused, in several recent articles of this... [more]

Available to MembersAvailable to Registered GuestsUsing SQL Server 2008 Integrated Change Tracking to Optimize Data Synchronization - (Liam Cavanagh) I thought I would take the chance to talk to you a little bit about a major enhancements we have made with synchronization in SQL Server 2008. The feature I am referrring to is c... [more]

Available to MembersAvailable to Registered GuestsSQL Server and .Net Data Type mapping  - (Francois Malgreve) Today I would like to post a table listing the corresponding .Net Type to use with each SQL Data Type. This comes in handy when writing ADO.NET code.

Available to MembersAvailable to Registered GuestsSystem Data Collection Reports - (Greg Larsen) In my last article (http://sql-server-performance.com/articles/per/Management_Data_Warehouse_p1.aspx) I introduced one of the new SQL Server 2008 features known as the Management Da... [more]

Available to MembersAvailable to Registered GuestsAvoid Using Cursors - (Molly Pell) Transact-SQL cursors are used mainly in stored procedures, triggers, and Transact-SQL scripts in which they make the contents of a result set available to other Transact-SQL statemen... [more]

Available to MembersAvailable to Registered GuestsRebuilding the SQL Server master database - Part 1 - (Tim Ford) I recently found myself in a situation where I had to rebuild the master database on one of the nodes of our development SQL 2005 cluster. I had to do so because there was a server co... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2008: Spatial Data, Part 8  - (Jason Follas) In this, the eighth part in a series on the new Spatial Data types in SQL Server 2008, I'll step away from the database and do a little spatial coding using .NET.

Available to MembersAvailable to Registered GuestsHow to setup SQL Server alerts and email operator notifications - (David Bird) Setting up an alert to e-mail an operator with a message is a multiple step process. You can setup database mail, define an operator and an alert, but still no e-mail is being sent. ... [more]

Available to MembersAvailable to Registered GuestsAnalytic Functions and sorting on a constant value - We have covered analytic functions (ROW_NUMBER(), RANK(), DENSE_RANK() etc.) in our posts and whitepapers before. A requirement for these window functions also is that you need to have an order b... [more]

Available to MembersAvailable to Registered GuestsA first look at SQL Server 2008 (part 1 of 3) - (Ken Casada) During the last days I found the time to have a first look at SQL Server 2008. In this 3 parts blog (Ill post the second one the coming week) I will summarize some of the most intere... [more]

Available to MembersAvailable to Registered GuestsCalculate the Last Day of the Month for Any Given Date - (Raja Krishna) The following code calculates the last day of the month for any given date:

Available to MembersAvailable to Registered GuestsData Mining with SQL Server 2005 - (The JZ) In my research, we do a lot of data mining and machine learning. While we do not employ SQL Server 2005 to perform the operations, the underlying concepts are the same. Data mining can r... [more]

Available to MembersAvailable to Registered GuestsWhite Paper: Security Overview for Database Administrators - SQL Server 2008 is secure by design, default, and deployment. Microsoft is committed to communicating information about threats, countermeasures, and security enhancements as necessary to keep yo... [more]

Available to MembersAvailable to Registered GuestsMastering OLAP Reports: Parameterizing Number of 'Look Back' Periods with the MDX LastPeriods() Function, Part I - (William Pearson) In recent articles within this series, we have focused upon various aspects of parameterization within the Reporting Services environment. In some cases we have supported parame... [more]

Available to MembersAvailable to Registered GuestsSQL Server memory configurations for procedure cache and buffer cache - (Denny Cherry) SQL Server allocates memory into two basic types of cache. The first is the memory most people are familiar with -- the buffer cache. That's where SQL Server stores data that it ha... [more]

Available to MembersAvailable to Registered GuestsBeginner's Guide to SQL Server Database Development with VSTS Database Edition - (Jeffrey Juday) Most developers I've talked to agree that the database is the most important component in a typical business application. Yet, for years SQL Server database developers have used A... [more]

Available to MembersAvailable to Registered GuestsHow insiders hack SQL databases with free tools and a little luck - (Kevin Beaver) It was just a simple database. It hadn't been used in over a year. It was behind the firewall and it didn't really contain anything that anyone would care about. That is, until som... [more]

Available to MembersAvailable to Registered GuestsHow SQL Cluster Resource DLLs work with Cluster Components to Improve the Failover Process - (Nirmal Sharma) The objective of this article is to explain the SQL Server clustering internal process. This article will explain the functions used to interact with the cluster components. The ... [more]

Available to MembersAvailable to Registered GuestsIntroduction to SQL 2005 Profiler Part 1 - (Don Schlichting) Profiler is a tool that monitors the events and activity running on a SQL Server. Using profiler, this monitoring can be viewed, saved, and replayed. The results can be saved to... [more]

Available to MembersAvailable to Registered GuestsProblem using DISTINCT in case insensitive SQL Server databases - SQL Server gives you the ability to store mixed case data in your databases, but depending on how you create your databases SQL Server will ignore the case when you issue T-SQL commands. One of ... [more]

Available to MembersAvailable to Registered GuestsAutomate Audit Requests  - (TJay Belt) Periodically, an internal auditor would stop by my desk and ask me to show them all the users and permissions on a particular database. This is easily gathered, and most of us know h... [more]

Available to MembersAvailable to Registered GuestsScripting out T-SQL commands generated by SQL Server Management Studio - With SQL Server Management Studio you have the ability to do just about everything you can do using T-SQL commands. One problem with using the GUI is that it is difficult to remember everything ... [more]

Available to MembersAvailable to Registered GuestsExecute SQL statements in Integration Services - (Tim Chapman) Executing SQL statements is one of the easiest and most common tasks that occur in SQL Server 2005 Integration Services (SSIS). This tutorial walks you through the process of adding... [more]

Available to MembersAvailable to Registered GuestsInterview With Craig Freedman About Indexing, Query Plans And Performance - (Denis Gobo) I asked for some names of people who you would like to see interviewed and Craig Freedman's name popped up a couple of times. I contacted Craig and he was kind enough to take time ou... [more]

Available to MembersAvailable to Registered GuestsReuse Your Code with CROSS APPLY - (Alexander Kuznetsov) Suppose you are using SQL Server 2005, and you want to truncate your DATETIME value, leaving only date part of it, as follows: DATEADD(day, DATEDIFF(day, '19010101', Last... [more]

Available to MembersAvailable to Registered GuestsEvaluating and Implementing Policies in Multiple Instances in SQL Server 2008 - (Edwin Sarmiento) In relation to the tip on Policy-Based Management in SQL Server 2008, we would like to implement policies on multiple SQL Server 2008 and even SQL Server 2005 instances. Can yo... [more]

Available to MembersAvailable to Registered GuestsLoading Excel values to database - (onetidbit) If you want to load the excel values to database (eg:SQL server database) follow the steps:

Available to MembersAvailable to Registered GuestsUsing xp_ReadErrorLog in SQL Server 2005 - (Dan McClain) I would like to share some interesting parameters I found for the undocumented extended stored procedure xp_ReadErrorLog. In doing some testing with this extended stored procedure I... [more]

Available to MembersAvailable to Registered GuestsTip: Using SQL Server 2005 Stored Procedure to return the Top N records - (Nissan Reddi Dookeran) I had a problem today where I tried to make a stored procedure to return the top N records from a table, where N was a parameter input to the stored procedure.

Available to MembersAvailable to Registered GuestsSarbanes-Oxley compliance checklist: IT security and SQL audits - (Michelle Gutzait) My company needs to meet Sarbanes-Oxley compliance for all its Information Technology (IT) department layers and products, including SQL Server. We're running SQL Server 2000 a... [more]

Available to MembersAvailable to Registered GuestsSQL Server Management Studio Reports and Dashboard - (Don Schlichting) SQL Server 2005 and SQL Server 2008 provide graphical reports for monitoring system health and performance. While there have always been various queries, stored procedures, and ... [more]

Available to MembersAvailable to Registered GuestsConvert numbers to fractions using SQL Server - (Tim Chapman) I recently worked on an interesting problem that involved converting a decimal number to a fraction value in SQL Server. At first glance, it seemed reasonably simple, but after digg... [more]

Available to MembersAvailable to Registered GuestsInstalling Sql Server 2005 AFTER Visual Studio 2005 / 2008 - (James Curtis) If you have had the wonderful opportunity of trying to install Sql Server 2005 on a development machine after you have already had Visual Studio 2005 installed, you know that you c... [more]

Available to MembersAvailable to Registered GuestsSupport Parameterization from Analysis Services – Parameter Defaults - (William Pearson) In this article, we will take up another refinement to our parameters that we will, once again, support via objects that we create within Analysis Services. We will thereby meet... [more]

Available to MembersAvailable to Registered GuestsHigh Availability with SQL Server and Double-Take Part III - (Steven Warren) In Part II of High Availability with SQL Server and Double-Take, we discussed how to configure and test a typical failover scenario using Double-Take. At this point, you should no... [more]

Available to MembersAvailable to Registered GuestsHigh Performance Abstraction Layer for Non-Blocking Asynchronous Thread Safe SqlServer Calls - (Matthew Cochran) One of the things I find myself doing frequently is writing (and re-writing) plumbing code to execute database CRUD operations. I wrote an abstraction layer over asynchronous S... [more]

Available to MembersAvailable to Registered GuestsGenerate synchronization scripts in SQL Server with TableDiff - (Tim Chapman) DBAs often have to find the differences between lookup tables in different database environments (i.e., development, quality-assurance, staging, and production). The data in these l... [more]

Available to MembersAvailable to Registered GuestsDynamic SQL, Dynamic Ordering and Paging - In some of our previous posts, we have covered both Paging of recordsets as well as conditional ordering using the CASE statement in the Order By clause. In today’s post, we will address one of t... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2008: Sparse Columns  - (Paul S. Randal) It's been quite a while since I wrote a blog post on a flight but I happened to be playing with a CTP-6 VPC on the way down to Orlando and thought I'd do the first in a few posts... [more]

Available to MembersAvailable to Registered GuestsConfigure SQL Server Service Broker for sending stored procedure data - (Denny Cherry) In SQL Server 2005, Microsoft introduced an exciting new feature called the Service Broker, and with it came a new concept for many database administrators. The concept, out-of-pro... [more]

Available to MembersAvailable to Registered GuestsUPSERT Functionality in SQL Server 2008 - (Muthusamy Anantha Kumar) The UPSERT command inserts rows that don’t exist and updates the rows that do exist. The Word UPSERT is a fusion of the words UPDATE and INSERT. UPSERT was officially in... [more]

Available to MembersAvailable to Registered GuestsTranslate Microsoft SQL (MSSQL) To MySQL - (Ben Nadel) This is going to be a post that I update from time to time and I just wanted to kick if off right now. For years, I have been working on Microsoft SQL Server and I have reached what I... [more]

Available to MembersAvailable to Registered GuestsSimplify SQL Server 2005 queries with a Dates table - (Tim Chapman) I find that it can be advantageous to use a Dates table, especially when doing a lot of date calculations. Learn what a Dates table is and how to create one, and then try it out for... [more]

Available to MembersAvailable to Registered GuestsSQL Server 2005 Express Edition - Part 20 - Authenticating Merge Web Synchronization - (Marcin Policht) Throughout the most recent installments of our series dedicated to SQL Server 2005 Express Edition, we have been discussing its replication-specific features, focusing in particu... [more]

Available to MembersAvailable to Registered GuestsIssues with running backup log with no_log or truncate_only - On my database server I have my databases set to the full recovery model, but the transaction logs get quite big, so I am issuing a BACKUP LOG with NO_LOG. I am not exactly sure if this causes a... [more]

Available to MembersAvailable to Registered GuestsInteresting observation with table > 1TB  - (Kevin Cox) We have a project using SQL 2005 with a table that is several terabytes. This table has a varbinary(max) column with an average length of 150k bytes.

Available to MembersAvailable to Registered GuestsHow to stop logging all successful backups in your SQL Server error logs - The SQL Server error log is a great place to find information about what is occurring on your database server. One helpful thing that each log offers is that it shows you all of the failures and... [more]

Available to MembersAvailable to Registered GuestsEnabling Mixed Mode Authentication in SQL Server  - (Brendan) I recently needed to enable Mixed Mode Authentication on a SQL Server instance, so I will demonstrate how to go about setting this up. It is a pretty easy process, but I figure I'll doc... [more]

Available to MembersAvailable to Registered GuestsSQL Server Database Requirements - In our organization, I have noticed that database requirements are never included as a portion of the system requirements. The requirements always focus on the interface and we derive the databa... [more]

Available to MembersAvailable to Registered GuestsCan your sum be a subtraction? Or can you avoid it altogether? - (Chris Webb) Quite often you'll find yourself writing calculations that need to sum up large sets; in fact, they might be summing up all of the members on a level apart from one or two. In that s... [more]

Available to MembersAvailable to Registered GuestsCHECKSUM and Tempdb  - (Sunil Agarwal) You may recall that starting with SQL Server 2005, you have an option available to enable CHECKSUM on the user databases. For details, please refer to http://blogs.msdn.com/sqlse... [more]

Available to MembersAvailable to Registered GuestsSQL Server Index Checklist - Indexing a SQL Server database in some respects is considered both an art and a science. Since this is the case, what are some considerations when designing indexes for a new database or an exis... [more]


   



 

[ Register ] [ Webcasts ] [ Podcasts ] [ Newsletter Archive ] [ RSS/Feeds ]
[ About ] [ Advertise ] [ Contact ] [ Privacy ] [ Terms of Service ]
[ Link to SSWUG ] [ List Server Archives ] [ Recent Orig. Content ]
(c) 1997-2009, Bits on the Wire, Inc.  (0)

Some names and products covered by SSWUG are the registered trademarks of their respective owners.
DAA10354WWW004