Viewing 15 posts - 16 through 30 (of 130 total)
Erland Sommarskog (7/14/2013)
July 15, 2013 at 10:34 am
Erland Sommarskog (7/11/2013)
July 12, 2013 at 7:57 am
not a problem, here tables schemas and indexes.
CREATE TABLE [dbo].[TempTable](
[DataID] [int] NOT NULL,
[ID] [bigint] IDENTITY(1,1) NOT NULL,
[OID] [uniqueidentifier] NOT NULL,
[TypeID] [uniqueidentifier] NOT NULL,
[PropertyName] [nvarchar](100) NOT NULL,
[PropertyValue] [nvarchar](3900) NULL,
[RefID]...
July 11, 2013 at 3:01 pm
Erland Sommarskog (7/11/2013)
July 11, 2013 at 1:28 pm
Hi there,
My application is still at the development stage switching from regular insert statement to sql bulk import and yes so far the issue occurs consistently I couldn't get it...
July 11, 2013 at 7:46 am
Here is a detailed error:
System.Data.SqlClient.SqlException: Insert bulk failed due to a schema change of the target table.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean...
July 10, 2013 at 2:39 pm
haiao2000 (4/30/2013)
OnlyOneRJ (4/30/2013)
SQL Show (4/30/2013)
April 30, 2013 at 9:30 am
OnlyOneRJ (4/30/2013)
SQL Show (4/30/2013)
April 30, 2013 at 9:30 am
The fellow coworker that asked the question has been quiet since my last suggestion, so I am guessing he was able to manage the sittuation. The last question he asked...
April 30, 2013 at 9:05 am
Lowell (4/29/2013)
files in temp folders on the operating system, log files, , the already suggested moving of backup...
April 29, 2013 at 12:56 pm
GilaMonster (4/29/2013)
Add more space and/or remove files that aren't necessary (old backups, logs, etc)
What error do you get when you try to connect? Logging in...
April 29, 2013 at 12:49 pm
sqlnaive (4/29/2013)
April 29, 2013 at 12:47 pm
Mucho gracia guys. I think it means Thank you guys =)
April 22, 2013 at 3:15 pm
Thanks Sean,
So after restored on a SQL 2008 R2 engine, the database being upgrated to 2008 R2 or is it still considered sort of SQL 2005 database running on compatibility...
April 22, 2013 at 2:33 pm
rama.king127 (4/17/2013)
April 17, 2013 at 7:34 am
Viewing 15 posts - 16 through 30 (of 130 total)