Viewing 7 posts - 1 through 7 (of 7 total)
Because you are having slash (/) in between of your text. That's why it's ignoring /Defence part. Just use "ACE/Defence ....... " then it will insert whole of your text
July 28, 2008 at 3:24 am
You can create same database name in sql2005 and use sp_attach to upload dataabase file and log file for the same
July 28, 2008 at 3:19 am
Your table need to get repaired. If possible then recreate your table. or just run checkDB or dbcc checktable option with repair
July 28, 2008 at 3:17 am
Even in this case creating a Non Cluster index on date (ASC or DESC) will help a lot. As you mentioned that you probably required one day to fetch the...
July 28, 2008 at 3:12 am
You have not speciifed that you were loading data from another database or some files.
This error comes once you have EOF mark or End Of Line mark before or...
July 28, 2008 at 2:59 am
Certainly partitioning table will help you in this regard but don;t forget to partition your indexes too.
July 28, 2008 at 2:53 am
You just check with your benchmark (accepted) values. Ideally it is based on the concurrency, Database sizes and h/w efficiency.
July 28, 2008 at 2:47 am
Viewing 7 posts - 1 through 7 (of 7 total)