Viewing 15 posts - 1,021 through 1,035 (of 1,085 total)
Well now, don't I feel dopey.... I go off on a diatribe and it sounds like you don't even need that kind of column. ...
January 5, 2005 at 4:08 pm
Reference tables "may" not need it. They should rarely be updated or inserted and only a small handful of people should be able to access them.
Production tables should not...
January 5, 2005 at 4:00 pm
I can't wait to hear some of these truly smart people answer your question. This generates quite a bit of thought from me, so I can only assume you will...
January 5, 2005 at 3:50 pm
I think I see now, (said the blind man). A number in Access is not the same as an integer. I do not know what the precision is in Access,...
January 5, 2005 at 3:29 pm
I think this is along the lines of what you want. But!!!, I would heed Remi's advice. This is very big change and you need much more code to ensure...
January 5, 2005 at 3:08 pm
I can only assume you have not posted all of your code; but rather a shell to get the idea across? I am not sure where you are getting table_name...
January 5, 2005 at 1:48 pm
I see two possible solutions.
Contracts.ModDate = GETDATE(). This may cause problems with the time part. To overcome that and actually only match on the actual date without the time....
January 5, 2005 at 1:26 pm
This is an approach I took with Invoice Numbers. It might help. The table name is AP and the two fields are RowID and InvoiceNum. It is updating the CleanInvoiceNum...
January 5, 2005 at 11:36 am
Remi is correct.
For the sake of argument, let's say all of your tables have a PatientID. You pass that information into your stored procedure into the variable @PatientID. Your...
January 5, 2005 at 11:12 am
I think you need to give us more information. What do you mean by "delete partially"? Delete only certain records from a table? Remove information from certain columns in a...
January 5, 2005 at 10:26 am
Can you tell us what the datatypes are in both SQL Server and Access?
January 4, 2005 at 3:33 pm
You can schedule a manual shrinking, (along with the backup) to take place more often.
Thousands of records per day should not cause too great a difficulty. Might there be...
January 4, 2005 at 3:12 pm
You can try the following:
Go to "Tools" ----> "Options"
Click on the Connections tab. Un-check "Use Regional settings when displaying currency, number, dates, and times".
I need that setting...
January 4, 2005 at 3:09 pm
I may be missing the boat here, but it sounds like you may want to give a little more information. Are you calling this SP from an application? In that...
December 23, 2004 at 10:55 am
Viewing 15 posts - 1,021 through 1,035 (of 1,085 total)