Sign In
Microsoft SQL Server troubleshooting
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Cluster
Indexes
Memory management
SQL Server 2008
Archive
Archives
July 2011
(1)
May 2010
(1)
April 2010
(2)
January 2010
(1)
November 2009
(1)
October 2009
(1)
September 2009
(2)
July 2009
(2)
April 2009
(2)
March 2009
(3)
February 2009
(1)
December 2008
(3)
November 2008
(3)
September 2008
(3)
August 2008
(3)
March 2008
(2)
February 2008
(1)
January 2008
(1)
November, 2008
MSDN Blogs
>
Microsoft SQL Server troubleshooting
>
November, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft SQL Server troubleshooting
Bulk insert using UNICODE data files
Posted
over 4 years ago
by
Joao Loureirot_
2
Comments
Did you ever tried to use bulk insert with unicode instead of ansi data files using a format file as described below: BULK INSERT MyTestTable FROM 'c:\data2.txt' WITH ( FORMATFILE = 'c:\format.fmt',DATAFILETYPE = 'widechar' ) go data2.txt (UNICODE...
Microsoft SQL Server troubleshooting
SSIS 2008 SCD wizard does not show non-SQL Server connections
Posted
over 4 years ago
by
Joao Loureirot_
0
Comments
This change has been implemented due a problem/limitation on non SQL OLEDB that generated invalid packages when using wizard, this problem has been reported by many customers so a new topic will be added on books online to mention this restriction. ...
Microsoft SQL Server troubleshooting
SQL Server checkpoint problems
Posted
over 4 years ago
by
Joao Loureirot_
0
Comments
On high end performance servers with a huge amount of memory you might notice some spikes on I/O activity due checkpoint executions as examplified below: On SQL Server error log after enabling trace flags 3504 and 3502 to enable checkpoint verbose...
Page 1 of 1 (3 items)