Viewing 15 posts - 4,711 through 4,725 (of 7,429 total)
I know of no method that will attach as marked read. I am not sure on the MSDE 1 and 2000 thing and would probably do on another machine istead...
October 9, 2002 at 4:18 am
The most likely cause is locks issued by Access to the table, then when the inserts occurr of course the index changes will further delay the lock release. Yes, you...
October 9, 2002 at 4:12 am
Well, I don't want you to feel I am steping on your toes, just wanted to throw that out there for safety.![]()
"Don't roll your eyes at me....
October 9, 2002 at 3:48 am
I saw several threads, here and on other sites in which apparently this was a statement sqlmap70.dll from SP1 was an MS sugestion. Several post have suggested it fixed things...
October 9, 2002 at 3:46 am
That i what I was thinking. First I would make a backup of the database, as always for safety, and try one of these at a time things.
Try installing SP2...
October 9, 2002 at 3:43 am
I am not sure why you had this occur. I tested on several machines to insure that I was messing with the proper fields and had no issues with it...
October 9, 2002 at 3:35 am
You do have to make writeable as the DB must be upgraded to SQL 2000 to attach, which means changes will take place. Now if you do not have access...
October 8, 2002 at 7:09 pm
Well, I spend a lot of time on the internet and use various tools for research but if you need to look around a bit for possible related items take...
October 8, 2002 at 6:39 pm
Not sure of anything able to do this in a single report. I am pretty sure that Crystal supports various languages but you will have to build a customized report...
October 8, 2002 at 6:34 pm
I don't see where it is related based on the code here but the only other time I have seen this is when some failure occurrs within the query usually...
October 8, 2002 at 6:26 pm
Also, if the other server is on a seperate domain you will not be able to use Windows Authentication unless you have a proper trust relationship established between the two...
October 8, 2002 at 6:21 pm
IIS is the name of the entire Web Server application. SQL can be accessed or thru code can access data from one.
IIS is comprised of 4 services.
IISAdmin which is...
October 8, 2002 at 6:17 pm
Two questions.
1) What version of SQL and SP level are you running?
2) How many columns does the biggest table involved in replication have.
"Don't roll your eyes at me. I will...
October 8, 2002 at 5:49 pm
Personally I use the SQL backup to local files on some systems and SQL to tape on others. Like Steve stated there are issues reported by people everyday here looking...
October 8, 2002 at 5:48 pm
As for triggers on system tables. This is a bad practice and should be avoided.
Note from BOL
quote:
Because SQL Server does not support...
October 8, 2002 at 5:42 pm
Viewing 15 posts - 4,711 through 4,725 (of 7,429 total)