Viewing 15 posts - 7,036 through 7,050 (of 7,429 total)
Sorry, SA can pretty much touch any SQL file that is accessible on the server and he gets full rights. Don't know if Microsoft has any plans to change, but...
March 3, 2002 at 1:51 pm
Yes Jet 4 had a lot of improvement over Jet 3. Access XP also made some improvements on the use of Jet 4 from what was going on in 2000...
March 3, 2002 at 1:47 pm
Access is ok for most small apps and when the only one user is using it locally. MSDE is sturdier and more scalable since you can move up to a...
March 2, 2002 at 6:37 pm
I am with Steve, SA has ultimate rights and there is no way to prevent this as that was what it is for.
"Don't roll your eyes at me. I will...
March 2, 2002 at 6:31 pm
So you get this on your DSN connection. Try from the machine you are having troubles with and pining the SQL Server. Also are you using named connections or ip...
March 2, 2002 at 6:30 pm
1) Yes, but you should also have other knowledge in programming so that you understand what people are doing to your database and OS to understand how your files and...
March 2, 2002 at 6:25 pm
Or maybe you need a compound unique index if the nulls will have to exist.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
March 1, 2002 at 5:48 pm
No but I have been tempted. I have an inconsitant rule not to use the expected punishment (varies push up, restriction, or something else).
"Don't roll your eyes at me. I...
March 1, 2002 at 5:33 pm
If worst come to worse you could write an external app that can run in the user environment that can see the mapped drive to kick off the DTS package....
March 1, 2002 at 5:31 pm
Can you post an example of what you did, it will make it easier to understand what is happening.
"Don't roll your eyes at me. I will tape them in place."...
March 1, 2002 at 5:24 pm
The only thing that may make this any better would be to make sure that t1.idnr +1 does = t2.idnr would be to do a subquery something like (SELECT TOP...
March 1, 2002 at 5:17 pm
Hey who needs security, there is always some bug to exploit and get around it anyway. HaHahahahahahahahah But anyway, if you are using NTFS (which I hope)...
March 1, 2002 at 5:01 pm
Duplicate post to other thread.
I have never used but this may help http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/vfpodbcsqldriverconnect.asp , the article is with Microsoft and from I can understand you have to look at SQLBrowseConnect...
March 1, 2002 at 4:57 pm
I have never used but this may help http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/vfpodbcsqldriverconnect.asp , the article is with Microsoft and from I can understand you have to look at SQLBrowseConnect for some detail. If...
March 1, 2002 at 4:56 pm
Try this (you will need to do this when the system can have some downtime).
First script all the database objects and permissions as you will need.
Now rename the...
March 1, 2002 at 4:39 pm
Viewing 15 posts - 7,036 through 7,050 (of 7,429 total)