Viewing 15 posts - 5,791 through 5,805 (of 6,216 total)
Just reattach. In SQL2K right click databases, select attach, browse to find the files. In SQL 7 use sp_attach. See BOL for details.
Andy
September 28, 2001 at 10:54 am
This wont work?
Select * from whatever where field between 'al' and 'com'
Andy
September 28, 2001 at 10:53 am
Neil, Im not having this problem, was just commenting. I try to avoid 80% anyway!
Andy
September 28, 2001 at 2:33 am
So you still have the mdf? In SQL2K, just right click on databases in Enterprise Manager, selet attach, then browse and select the file. In SQL7 you'll need to use...
September 28, 2001 at 2:31 am
Saw this same error tonight in another context - had dropped a transactional publication and replaced with trans + immediately updating subscriber, got the error when it tried to do...
September 27, 2001 at 6:32 pm
Im not sure what you're referring to - do you mean a text field in a table? Or a file in the file system?
Andy
September 27, 2001 at 3:07 pm
Im running the same software config on two boxes, one an 8 processor box with 8G of ram, the other 4 processors 4G, have not seen this problem.
Andy
September 27, 2001 at 5:14 am
I have to ask - why would you move the error logs?
Andy
September 27, 2001 at 5:13 am
I've seen this - it does show up in the error log, so at least once you start looking for a problem there is a clue left!
Andy
September 27, 2001 at 5:12 am
Very cool fellow readers! Great example of working through a problem to find a better solution.
Andy
September 26, 2001 at 6:06 pm
David, you could create an empty mdf that has this issue and email it to me?
Andy
September 26, 2001 at 6:03 pm
Lots of different ways to build connect strings, here is one that should work:
Provider=SQLOLEDB.1;Password=test;Persist Security Info=True;User ID=TestUser99;Initial Catalog=master;Data Source=eg
I use the trick of creating a empty text file, renaming with...
September 26, 2001 at 3:55 pm
Sounds like a permission problem maybe?
Andy
September 26, 2001 at 3:52 pm
I like the temp table idea as a start, maybe even step back and look for another way to solve it - maybe something like getting your criteria into a...
September 26, 2001 at 1:35 pm
Viewing 15 posts - 5,791 through 5,805 (of 6,216 total)