|
Become a SQL Community Manager/Leader
Are you passionate about SQL Server? Would you like to change the SQL Server world?
SQL Community is looking for volunteers from India and USA to lead the regional SQL Community chapters.
Knowledge Sharing
Be recognized in the SQL Server world by sharing your knowledge with other SQL Server Professionals from 102+ countries
SQL-FEST
(Atlanta, USA)
SQL Server Community is gearing up to launch the first SQL-FEST Technical Summit in Atlanta, GA on Sep 19th 2008 (Full day event). This technical event is open to all SQL Server professionals who are part of www.sqlcommunity.com
This event focuses on SQL Server 2008
Unique Opportunity for SQL Server Professionals
Would you like to be recognized across the globe by sharing your SQL Server knowledge in an upcoming SQL Server 2008 book?
Here’s a unique opportunity for the members of SQL Community:
SQL Community is looking for contributors (Database Administrators/Engineers, Program Managers, Developers, etc) who can share their real-life / challenging experiences with SQL Server with the world.
Your article (if selected) would be published along with your name in a new SQL Server 2008 book from Microsoft Press. If interested, please email books@sqlcommunity.com
Boise SQL Server User Group Launched
The newly formed Boise SQL Server User Group kicked off its first meeting with Kalen Delaney on June 25, 2008!
Kalen, of Inside SQL Server fame, met with the local SQL Server enthusiasts and shared some of her vast SQL Server knowledge with the local user group! For more details visit: http://boise.sqlcommunity.org
Quick Community Links
Questions/Concerns:
|
Top SQL Server Community Articles
Author: Cindy Gross
There’s not much reason to run 32bit at all anymore. All new hardware is 64bit, though you can install a 32bit OS on it. The differences in configuration and management, other than max memory allowed and how virtual address space is capped/divided, are not major but can be annoying if you don’t account for them. [READ MORE]
Author: Sirisha Kommushetty
The concept ‘Row Constructors in SQL Server 2008’ basically deals with the crux of multiple inserts performed at one shot. To get a brief picture of why we need multiple inserts and the advantage it has we firstly need to understand all possible ways of INSERTING Data into a Table [READ MORE]
Author:Louis Nguyen
This article assumes we're not developing a new database or performance tuning an existing database. Instead we're trying to design storage for existing databases, for applications we have minimal knowledge of. The databases are vanilla databases with one MDF and one LDF file. This article addresses the standard case where a Microsoft SQL Server instance hosts multiple vanilla databases. [READ MORE]
Author: Cindy Gross
Do you put SQL Server and Analysis Services on the same machine or different machines? How do you configure memory on an AS box to avoid conflicts with other applications? [READ MORE]
Author: Rohit Nayak
This article details the steps to automate the generation of Sql profiler traces in a Testing environment. The facility is useful when an application is User Acceptance Testing phase where a bunch of test users logon to the Testing site and use the application. The resulting profiler traces can be used for many different things, starting from narrowing down expensive queries to being used as an input for Database Tuning Advisor (DTA) [READ MORE]
Top SQL Server Community Tips, Tricks, & Techniques
Have you future proofed your DBA career?
A pension's a good start, but do you save enough time for your own professional development? It's not always easy, but Red Gate's DBA tools can help you conserve enough office hours for DBA training aplenty.
Author:John Magnabosco
The creation of a fixed length file from the results of a SELECT statement presents challenges that are not considered in a standard query. One of these challenges is that the values returned from the query must often be either pre-pended or post-pended with repeating characters to pad the fixed length field.
Author: Kalen Delaney
A SQL Server Tips site posted a tip recently on how to retrieve the SET options for your current connection. It used the system function @@options and bitwise operators to decode the value. Although this solution is very geeky and may impress your boss and co-workers, there are actually much better ways to do the same thing. [READ MORE]
Author: SQL Server Community
Did you know that Windows Server will allow you to operate without having a paging file but this is not recommended. The more RAM your server has, the faster your programs will generally run and lesser the RAM you have on your computer more virtual memory would be used, virtual memory helps with more physical memory requirement by moving the data from RAM to a disk file called "Page File" [READ MORE]
Author: Saleem Hakani
There are times when you may want to create indexes on large tables which could take a lot of time and yet you want to make the data available during the creation of Index.
Together, we will change the SQL Server World….
Try out the SQL Toolbelt and get your complimentary copy. 200 pages of execution plan magic plus 14 days of SQL Toolbelt heaven. Download here.
|
Author: Gilles Comeau
This script creates a trace, loads it into SQL Server and then prints out the worst running stored procedures for analysis.
|
|
Author: Saleem Hakani
Obtain quick information on: Top 50 SQL Server statements that are CPU intensive, Detect real time locking information, View current SQL Statements from TempDB, View SQL Server Job details, View which indexes are being used.
|
|
Author: Saleem Hakani
This script helps you quickly obtain the following information: Name of the database, Logical filenames of files/filegroups, size of each data/log files, drive on which each data/log files are residing, type of file/filegroup, location of each physical files.
|
|
Author: Saleem Hakani
This script helps in obtaining drive space related information from your server. It provides you with: Drive Letter, Total Size in MB, Used Space in MB, Free Space in MB, Total Percent of Free disk space, Total percent of disk being used, Total space occupied by SQL Server on that drive, Current date and time when this information was generated (Good for maintaining history)
|