Any ideas on resources that would lead me to the answer to the following:
I have an xml file (which I control so can add attributes etc. as necessary)
<page id="1" parent=0">
<page id="2" parent=0">
<page id="3" parent=2">
<page id="4" parent=2">
<page id="5" parent=4">
<page id="6"...
There have been reports on the web of problems when installing SQL 2K SP3.
I haven't had any problems yet but Microsoft Knowledge Base Article - 328306 covers this.
They recommend installing MDAC 2.7 manually before applying the service pack.
Mark Saunders :-)
Am running CF Server 5 on win2k sp3
I have two seemingly identical installations of cf server 5 (one development, one live) - both on the same domain.
the cf application service is running as local account (on both machines) as are all other cf and IIS(5) services.
i have a number of bad mail...
Hi,
after realising that there were a number of .cfmail files in the badmail folder (incorrect setting of mail server) is it possible to places these files in a specific directory in order that they will be re-sent by coldfusion (and consequently the mail server)?
regards
mark saunders Mark...
I have a directory that uses challenge response for NT access.
I dont want the user to see the standard windows NT login popup - instead I want them to use a HTML form, and on entering valid credentials have them NT Authenticated.
Any ideas appreciated.
Cheers
M Mark Saunders :-)
Hi all,
I have a requirement to provide a list (txt, excel or whatever) of all the files with their relative path for a specified directory and its subdirectories such that the list may look something like this...
\test\suba\one.doc
\test\suba\two.xls
\test\suba\three.rtf
\test\subb\four.txt...
Using SQL Server 2000(sp2) on Win2k (sp2) is it possible to have a stored proc that will create a new NT Domain user?
thanks in advance.
M Mark Saunders :-)
Is it there any way to list all the (username) session parameters that are currently open on the server.
We have a client that wants to list on an asp page what user's are currently logged in (or at least havent had their session reset after the standard 20 mins).
The users login on a...
Hi all,
Any ideas on a simple piece of code (i would hope!) to populate a table with weekly dates.
I have to store the date for the Friday of every week, 6 months in advance (at least) and can't get my head round how to automate this
any ideas would be splendid!
thanks
m Mark Saunders :-)
I have a web-based timesheet system that uses ColdFusion (Server 5) and SQL 2000. When a user selects a link on a page that causes another page to display the resulting page is not displayed until the mouse is moved over an object that exists on the resulting page or the mouse button is clicked...
I have a web-based timesheet system that uses ColdFusion (Server 5) and SQL 2000. When a user selects a link on a page that causes another page to display the resulting page is not displayed until the mouse is moved over an object that exists on the resulting page or the mouse button is clicked...
Is anyone aware of any code that will read (and allow me to print out) the NTFS file permissions on a given directory/server (or anything similar)?
Cheers Mark Saunders :-)
Is anyone aware of any code that will read (and allow me to print out) the NTFS file permissions on a given directory/server (or anything similar)?
Cheers Mark Saunders :-)
Any advice on this one:
I have opened up the firewall on the destination server for a specific IP address of the source server on port 1433 in order to allow a DTS package to update a destination table with the contents of the source table.
To test the connection is permitted I then created a...
I have a page that is forms authenticated and when i try to access it directly i get the formslogin.asp.
Sometimes the login is successful and i see the page, other times i constantly loop in the formsLogin.asp even though it always issues be the formsAuth cookie?
any ideas where i should be...
I have a registration page that allows the creation of a member and issues a cookie.
The next page is cookie authenticated and does not always allow access - I have not identified a pattern but wondered if there were any pointers for me to check.
have checked ntfs permissions, iis permissions...
Is is possible to have a stored proc that will run against a table that is specified as a parameter - such as....
CREATE PROCEDURE usp_items @iItem INT=0,
@vItem varchar(50)
AS
DECLARE @string varchar(255)
SET @string = 'SELECT * FROM ' + @vItem + ' WHERE (' + @vItem + 'ID=' + cast(@iItem...
Hi all,
I am attempting to change the SA password using Enterprise Manager on SQL2000.
I right-click the SA login and select properties, at this point I get the following message before I get the SA properties.
Error 21776:[SQL-DMO]The name 'dbo' was not found in the Users collection. If the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.