Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

Bulk insert using UNICODE data files
  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 Read More...
SSIS 2008 SCD wizard does not show non-SQL Server connections
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. However Read More...
SQL Server checkpoint problems
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 logging Read More...
Page view tracker