Sign in
SQL, .NET and everything Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
32-bit vs 64-bit world
My Published Articles
Service Packs and SQL
SQL - Setup and Upgrade
SQL Best Practices
SQL Error Messages
SQL Tips and Tricks
Archive
Archives
March 2007
(1)
December 2006
(1)
November 2006
(1)
October 2006
(4)
September 2006
(2)
August 2006
(3)
July 2006
(2)
June 2006
(6)
May 2006
(8)
April 2006
(8)
February 2006
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL, .NET and everything Microsoft
SQL 2005 and Editions on 32-bit/64-bit
Posted
over 7 years ago
by
Sanchan
0
Comments
SQL Server 2005 has 32-bit and IA64bit versions (just like SQL 2000), but it also has a specific x64-bit version that runs natively on x64-bit hardware. Read on to lean more about the versions, hardware and OS requirements. - SQL Server 2005...
SQL, .NET and everything Microsoft
ENHANCEMENT - Maintenance Cleanup Task and SP1
Posted
over 7 years ago
by
Sanchan
5
Comments
Maintenance Cleanup Task is a new feature available in SQL 2005 which can be used to remove files related to Maintenance Plans. You can learn more about it at this article - http://msdn2.microsoft.com/en-us/library/ms345177(SQL.90).aspx SQL 2005 RTM...
SQL, .NET and everything Microsoft
ENHANCEMENT - Database Mail in SQL 2005 64 bit and SP1
Posted
over 7 years ago
by
Sanchan
7
Comments
Database Mail is a new feature in SQL 2005 that provides enterprise class mailing functionality in SQL 2005 32 bit and 64 bit versions. SQL Server 2005 RTM x64/IA64 In SQL 2005 RTM x64 and IA64 bit versions, you can use Database Mail features just...
SQL, .NET and everything Microsoft
SQL 2005 Service Pack 1 is launched!
Posted
over 7 years ago
by
Sanchan
5
Comments
Yesterday, Microsoft officially launched Service Pack 1 for SQL 2005. - Learn about the new features and improvements included in SP1 A ton of new features have been added and a lot of improvements have been made in SP1 for SQL Server 2005...
SQL, .NET and everything Microsoft
TIP - Permissions required to run SQL Server setup?
Posted
over 7 years ago
by
Sanchan
0
Comments
When you try to install SQL Server 2005, the setup wizard runs under setup.exe. This service then adds registry keys, creates folders, grant privileges to the startup account etc. All this can only be done is the setup is run under an administrator...
SQL, .NET and everything Microsoft
How to change the dump directory for SQL Server, Agent and FTS?
Posted
over 7 years ago
by
Sanchan
0
Comments
SQL Server creates dump files (files with a .mdmp extension) by default under the LOG folder. These dump files are generally created when SQL Server encounters an exception or access violation. A dump file can also be forced manually. If you see these...
SQL, .NET and everything Microsoft
How to identify the build and edition of SQL 2005?
Posted
over 7 years ago
by
Sanchan
3
Comments
If you want to know the edition and build versions of SQL Server 2005 programmatically, you can use the following commands: - SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition') OR - SELECT...
SQL, .NET and everything Microsoft
Installing SQL 2005 from CDs
Posted
over 7 years ago
by
Sanchan
6
Comments
When you order SQL 2005, you get either a DVD or 2 CDs. CD 1 contains server components and CD 2 has the tools components. To launch setup from CD 1, you can double click on setup.exe and walk through the setup. However, in case you don't want to...
Page 1 of 1 (8 items)