Viewing 14 posts - 76 through 89 (of 89 total)
Hi,
I think what you may have done is to Restore the database with the 'Leave database read-only and able to restore additional transaction logs' option selected.
This mode allows you to...
July 14, 2003 at 2:40 am
Make sure that you have updated the Stored Proc with your own SMTP server name and that you can access that server accross your network by pinging it by name...
July 14, 2003 at 2:20 am
If you table has an Identity column on it with an increment of 1 you can use a select statement to do this which uses the modulo operator to separate...
July 10, 2003 at 3:39 am
I've only given the code a quick once over, but it looks like you could do away with the cursor. Cursors are heavy on resources, so it tends to...
July 10, 2003 at 2:51 am
It depends on why and when you wish to run the command, and what it does.
If you are calling the exe in response to a client action then consider running...
July 8, 2003 at 4:28 am
Is this a command prompt error or a ‘refiner’ error? Also NT Administrators can be denied access to files and folders - but they can just reset the permissions...
July 8, 2003 at 3:58 am
Is 'refiner.exe' expecting user input? If so it may wait indefinately (and so hang Query Analyser). Run the command from the Command Prompt on the server and see...
July 8, 2003 at 2:43 am
Try loading MS Outlook on the server (Outlook 2000 for SQL Server 2000), and set up an Mail Profile for the login which the Server Service uses. You can...
June 12, 2003 at 2:21 am
I don't think that you can rename a user, but you can use EM to script just the object permissions (deselect 'CREATE' and 'DROP' and select 'object-level permissions') and use...
June 3, 2003 at 2:15 am
There are occasions when your tables will have this warning and still be acceptable. I typically get this error when I work with the sql_variant data type, which has...
June 3, 2003 at 2:00 am
If the table is only updated once a day then a cursor could be used to loop through this table, starting at the record before the changed one up to...
April 7, 2003 at 2:50 am
It would seem to me that if it is really that important to hide the other databases, then your client should consider investing in another server and isolating the database...
February 3, 2003 at 2:48 am
Have a look at this FileUploader Library for ASP
http://www.asp101.com/articles/jacob/scriptupload.asp
I used this to grab jpegs to display on ASP pages, but it could pick-up files of any type, and should...
November 28, 2002 at 3:13 am
I used to have problems with SQL Mail on SQL Server 7 failing every few weeks for no reason. (There may be a buffer filling up somewhere, but this is...
October 28, 2002 at 3:52 am
Viewing 14 posts - 76 through 89 (of 89 total)