Viewing 9 posts - 1 through 9 (of 9 total)
looks to me like your problem is that there is no demand on the part of your code, for the userids to match the real userids
to start with, your userids...
September 6, 2004 at 10:15 pm
your best bet may be to try attaching the files using sp_attach_db
good luck!
September 6, 2004 at 10:00 pm
I'd expect that it would be standard or better, but the way you check it is in control panel/licencing applet
April 3, 2002 at 5:02 am
What Sql Server edition are you running on the non-server machine? If it is desktop, and the server is "per server" licence, you may be screwed. I had this problem...
April 1, 2002 at 2:05 am
It goes pretty much like this:
<cftry>
do your query here
<cfcatch type="database">
give them the message here
</cfcatch>
</cftry>
April 1, 2002 at 1:34 am
How about for the purpose of passing the 070-219 exam? I'm 3/4 through my mcdba, and I'm thinking of taking this as the elective
April 1, 2002 at 1:15 am
How about for the purpose of passing the 070-219 exam? I'm 3/4 through my mcdba, and I'm thinking of taking this as the elective
April 1, 2002 at 1:15 am
My solution is along the same lines as antares686. You need a primary key for it to work. I think his solution is close, but I don't think it will...
April 1, 2002 at 1:12 am
I suggest a clustered index on callwhen column, as well as using between statement and forgetting about the convert functions.
Also a non-clustered index on callid column.
If this doesn't get...
March 31, 2002 at 7:02 pm
Viewing 9 posts - 1 through 9 (of 9 total)