Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
<< Previous headlines
|
Later headlines >>
SQLServerCentral.com Headlines from 2008/04/21 to 2008/04/28
How to Handle NULL Values Loaded by SSIS from Excel Files
Using Script Task in SSIS to resolve problem of NULL values loaded from Excel.
Read more...
By
Ying Zhang
2008/04/28
|
Source:
SQLServerCentral.com
|
Category:
SSIS
Rating:
|
Discuss
|
Briefcase
|
5,037 reads
Connection Strategy for Multiple Database Environments
Greg Larsen looks at one way to design your database connection strategy to simplify changing application connections so you can plug-n-play databases with less administrative overhead when the need arises.
Read more...
By
Additional Articles
2008/04/28
|
Source:
Database Journal
|
Category:
System Development Life Cycle
Rating:
Rate this
|
Briefcase
|
2,649 reads
SQL Server 2005 log shipping setup using the wizard
Along with some best practices, SQL Server MVP Hilary Cotter shares a log shipping setup process from start to finish.
Read more...
By
Additional Articles
2008/04/28
|
Source:
SearchSQLServer
|
Category:
Log Shipping
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,189 reads
International Features in Microsoft SQL Server 2005
This white paper introduces Microsoft SQL Server developers to the international features of Microsoft SQL Server 2005. Topics covered include an explanation of Unicode, added support for supplementary characters in SQL Server 2005, the changes in collation in different versions of SQL Server, changes in data types, performance, updates on data providers, and new international support features in SQL Server 2005 Analysis Services and Integration Services.
Read more...
By
Additional Articles
2008/04/25
|
Source:
TechNet
|
Category:
SQL Server 2005
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,444 reads
Free Encryption
Free SQL Server 2000 Encryption for your data!!! Author Michael Coles has put together a tolljit and some XPs that you can use to encrypt your data with the Blowfish algorithm. It is hard to write good applications that encrpyt data and manage the keys and security. This will give you a great headstart on protecting your data.
Read more...
By
Michael Coles
2008/04/25 (first posted: 2005/07/21)
|
Source:
SQLServerCentral.com
|
Category:
Security
Rating:
|
Discuss
|
Briefcase
|
66,568 reads
TSQL Spam-killer
In which Phil takes a break from a tedious bit of routine coding to build a Spam Filter in SQL.
Read more...
By
Additional Articles
2008/04/25
|
Source:
SimpleTalk
|
Category:
T-SQL
Rating:
Rate this
|
Briefcase
|
1,662 reads
Retrieve XML data values with XQuery in SQL Server 2005
Use XQuery scripting language to retrieve specific XML data type values in SQL Server. Learn to script and use Value() and Query() to retrieve single and multiple XML values.
Read more...
By
Additional Articles
2008/04/24
|
Source:
SearchSQLServer
|
Category:
XML
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,916 reads
Tracer Token
Measure Latencies in Replication implemented using SQL Server 2005
Read more...
By
Mohan Kumar
2008/04/24
|
Source:
SQLServerCentral.com
|
Category:
Replication
Rating:
|
Discuss
|
Briefcase
|
1,918 reads
UPSERT Functionality in SQL Server 2008
This article illustrates the functionality of UPSERT via the MERGE command in SQL Server 2008.
Read more...
By
Additional Articles
2008/04/24
|
Source:
Database Journal
|
Category:
SQL Server 2008
Rating:
Rate this
|
Briefcase
|
4,116 reads
Same Report but Different Methods in SQL Server Reporting Services
In Reporting Services in SQL Server 2005 there are several ways of achieving the same result. This article introduces how we can create the same report using several different methods.
Read more...
By
Additional Articles
2008/04/23
|
Source:
SQL Server Performance
|
Category:
Reporting Services
Rating:
Rate this
|
Briefcase
|
2,280 reads
SQL Server 2005 Build List
Build List Updated with Cumulative Update 7 for SP2.
Read more...
By
Steve Jones
2008/04/23 (first posted: 2007/04/23)
|
Source:
SQLServerCentral.com
|
Category:
Administration
Rating:
|
Discuss
|
Briefcase
|
44,237 reads
Sending scheduled SQL query results via HTML e-mail using SSIS
Send SQL query results as HTML-formatted e-mail using SQL Server Integration Services.
Read more...
By
Paul Clancy
2008/04/23
|
Source:
SQLServerCentral.com
|
Category:
SSIS
Rating:
|
Discuss
|
Briefcase
|
6,605 reads
Reading the SQL Server log files using T-SQL
One of the issues I have is that the SQL Server Error Log is quite large and it is not always easy to view the contents with the Log File Viewer. In a previous tip "Simple way to find errors in SQL Server error log" you discussed a method of searching the error log using VBScript. Are there any other easy ways to search and find errors in the error log files?
Read more...
By
Additional Articles
2008/04/23
|
Source:
MSSQLTips.com
|
Category:
T-SQL
Rating:
Rate this
|
Briefcase
|
3,126 reads
SQL Server 2005 log shipping setup using the wizard
Along with some best practices, SQL Server MVP Hilary Cotter shares a log shipping setup process from start to finish.
Read more...
By
Additional Articles
2008/04/22
|
Source:
SearchSQLServer
|
Category:
High Availability
Rating:
(not yet rated)
Rate this
|
Briefcase
|
1,242 reads
SQLSaturday - Jacksonville
Coming in May is a free one day event in Jacksonville, FL.
Read more...
By
Additional Articles
2008/04/22 (first posted: 2008/02/22)
|
Source:
End to End Training
|
Category:
Conferences and Events
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,417 reads
SQL String User Function Workbench: part 1
Robyn and Phil go back to basics and hammer out some basic String-handling User Functions in TSQL, based on Python examples. Plenty of sample code, and TSQL programming tricks.
Read more...
By
Additional Articles
2008/04/22
|
Source:
SimpleTalk
|
Category:
T-SQL
Rating:
Rate this
|
Briefcase
|
3,008 reads
File Handling A Different Way
A different way for file handling through SQL Server.
Read more...
By
shashank bhide
2008/04/22
|
Source:
SQLServerCentral.com
|
Category:
Programming
Rating:
|
Discuss
|
Briefcase
|
7,002 reads
Error Handling in SSIS
New author Jack Corbett brings us a look at a way of finding out what caused your error in Integration Services.
Read more...
By
Jack Corbett
2008/04/21
|
Source:
SQLServerCentral.com
|
Category:
Integration Services
Rating:
|
Discuss
|
Briefcase
|
6,029 reads
SQL Server 2005 Express Edition - Part 20 - Authenticating Merge Web Synchronization
We have been discussing SQL Server 2005 Express Edition replication-specific features, investigating authentication mechanisms that are available in order to accommodate connection attempts from remote clients interacting with SQL Server-based distributor via Internet Information Services. We will continue coverage of this topic here.
Read more...
By
Additional Articles
2008/04/21
|
Source:
Database Journal
|
Category:
SQL Server 2005 Express
Rating:
(not yet rated)
Rate this
|
Briefcase
|
806 reads
Identify SQL Server 2005 Standard Login Settings
Gaining insight into my SQL Server standard and Windows logins has historically been a challenge in terms of determining password changes, failed login attempts, etc. I have noticed that you have experienced the same issue with your tip entitled 'When was the last time the SQL Server sa password changed' and I have noticed some information in the forums on the topic as well.
Read more...
By
Additional Articles
2008/04/21
|
Source:
MSSQLTips.com
|
Category:
SQL Server 2005
Rating:
Rate this
|
Briefcase
|
1,541 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use