Viewing 15 posts - 106 through 120 (of 147 total)
Please clsoe this post as u have already posted one more for this.
June 28, 2006 at 4:01 am
Hi
Go to Sql server log and check for detailed error messages. Also do you find any stacks being generated by sql server in the logs.Also check for the queries which...
June 28, 2006 at 4:00 am
Windos system log has this info "unable to do recovery for master database.Exiting"
June 22, 2006 at 10:16 am
I have got this procedure and it is working fine.
Create procedure
usp_ImportMultipleFiles @filepath varchar(500),
@pattern
varchar(100), @TableName varchar(128)
June 22, 2006 at 4:10 am
Well I can do that but I was trying to do it through bulk insert.
The problem is that this has to be done through a vb program where they will...
June 16, 2006 at 8:31 am
Well it is a varchar(200) column and the maximum length to be inserted is only 18.So that cannot be the error.
June 16, 2006 at 8:25 am
well a small addition to sushila query
<>0 and name not like 'dt%'
June 16, 2006 at 8:15 am
It is giving error....
Server: Msg 4866, Level 17, State 66, Line 1
Bulk Insert fails. Column is too long in the data file for row 1, column 15. Make sure the...
June 16, 2006 at 8:05 am
Well fine tab is delimeter but how do I specify it and also what about row terminator
BULK INSERT Test.dbo.AusDCVData
FROM 'C:\test.xls'
WITH
(
FirstRow=2,
FieldTerminator=' '--What do I give here for tab
, RowTerminator=''-- what to use as...
June 16, 2006 at 7:38 am
Hi
Could you please post the stackdump generated.U will get it here
Stack Dump being sent to E:\Microsoft SQL Server\MSSQL\log\SQLDump0001.txt
June 6, 2006 at 4:02 am
Hi
cannot get anything in BOL. COuld you please explain a bit..
June 5, 2006 at 6:52 am
Hi
Can u please tell what is the error or problem u r facing while using kill @spid
June 2, 2006 at 8:30 am
Viewing 15 posts - 106 through 120 (of 147 total)