Viewing 15 posts - 406 through 420 (of 790 total)
Are there any missing entities in your join? I'm (probably wrongly) assuming that there can be several contributiong factors to an accident/driver. What is the definition of the...
August 16, 2003 at 3:40 pm
Can you test on another server at SP4 to possibly isolate whether it's indeed an SP4 problem or maybe a problem with your server's tempdb?
Cheers,
- Mark
August 16, 2003 at 4:43 am
Unfortunately job notifications will not show such information. You need to look at the job history to see such information.
Cheers,
- Mark
August 16, 2003 at 4:34 am
It appears your database is truly corrupted and attempts to reset the status will not be successful (as you've found out).
Do you have a recent full backup to restore from?
Were...
August 16, 2003 at 4:23 am
quote:
What am I looking at when I run "DBCC MEMUSAGE"? dbid and objectid I got, but units of measurement is "Buffers",...
August 15, 2003 at 7:34 pm
Look up "editions of SQL Server" in BOL's index. The most relevant topics are "Maximum Capacity Specifications" (where, if you scroll down, you'll come to number of CPUs and...
August 15, 2003 at 2:49 pm
quote:
now that we will soon be having an Access forum
Are we? Shows how much...
August 15, 2003 at 1:05 am
I've tried another method of grabbing the middle rows. Using TOP to get the top half (and a bit) of the rows, and TOP again to get the bottom...
August 14, 2003 at 10:49 pm
Do you get any joy from a RESTORE HEADERONLY or from a RESTORE VERIFYONLY?
Cheers,
- Mark
Edited by - mccork on 08/14/2003 9:48:27 PM
August 14, 2003 at 9:48 pm
I don't know if this is the right forum for Excel to Access questions, but I'll have a go anyway....
Is it possible that any of the column headings aren't valid...
August 14, 2003 at 5:53 pm
I could only think of "warnings" (in which fapel isn't interested). I have no facts on why it wouldn't work. I can only strongly recommend following documented MS...
August 14, 2003 at 5:48 pm
Your could create a UDF that could be called from a CHECK constraint to prevent unwanted characters being entered. Or, it could be used by an INSERT/UPDATE trigger to...
August 14, 2003 at 5:40 pm
Unfortunately you can't BCP between tables.
Maybe a future version will have a BULK EXTRACT to complement BULK INSERT, or BULK INSERT from a table?
You can use DTS but...
August 14, 2003 at 4:30 pm
Thanks Jimmy.
Time zone sometimes prevent a prompt reply.
Cheers,
- Mark
August 14, 2003 at 3:17 pm
quote:
The conversion error is actually happenning when I attempt to set the value of @_Out_TradeCID
August 14, 2003 at 7:06 am
Viewing 15 posts - 406 through 420 (of 790 total)