Viewing 15 posts - 541 through 555 (of 594 total)
Found this in the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer\Client\SNI9.0\LastConnect
...does that control the list?
July 6, 2006 at 2:03 pm
"Bob...needs to use the same objects from the same application except for the Vacation table" so - Yes, I agree that you DENY him the vacation table, but the answer...
June 22, 2006 at 4:01 pm
I don't agree with the official answer - it doesn't give Bob permission to the tables used by the Data Entry group.
June 22, 2006 at 2:07 pm
1. Put your backup file in the sql backup folder, usually:
C:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\
2. In EM, right-click on Databases, then click New database... and give it a name
3. Right-click on...
June 8, 2006 at 8:40 am
The sad fact is that Access does not support exporting directly from a sql pass-thru query into Excel. Not even in version 2003. You need to create another Access query...
June 6, 2006 at 7:51 am
Hello Antony,
I would use a stored procedure, because you are only using Access as a container to hold the forms & reports etc. Which means that the less you have...
June 1, 2006 at 7:24 pm
Check out the Microsoft SQL Server 2005 Developer's Guide from McGraw-Hill Osborne
May 3, 2006 at 7:40 am
That is how dbf's work, you specify only the folder in ODBC.
That's because in the dBase world, each table and index is a separate file on the disk; the folder is...
March 31, 2006 at 7:35 am
The best book for somebody with your background:
Microsoft Access Developer's Guide to SQL Server, by Chipman and Baron, published by Sams. . .
http://www.wvmitchell.com/library/details/243.html
March 30, 2006 at 9:41 am
A .dbf file is usually a dBase file, that is not a text file format. You should select either dBASE III, IV or V -or- the MS dBase-VFP Driver.
Go to...
March 30, 2006 at 9:36 am
Yes, that is possible. . .if your security file is named Security.mdw, add this to the command-line or shortcut:
/wrkgrp Security.mdw
March 22, 2006 at 6:37 am
Did you set a password for the Admin user?
March 17, 2006 at 2:23 pm
Dick, I don't think that will work any more with service pack 3 - you can't grant permission to truncate from within an sp.
March 10, 2006 at 6:15 am
Add these 3 lines to your asp code to get the data path:
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Full_ASP_FILE_PATH = Server.mapPath(Request.ServerVariables("PATH_INFO"))
PATH_ONLY = fso.getParentFolderName(Full_ASP_FILE_PATH)
September 7, 2005 at 7:45 am
We set the margins to 0" all around, and then set the Acrobat print setup for "shrink large pages". Still using RS SP1. Users are told that html is for...
August 8, 2005 at 9:24 am
Viewing 15 posts - 541 through 555 (of 594 total)