Viewing 15 posts - 151 through 165 (of 595 total)
I agree with Gail, you should not be randomly making changes to your tables. But if you insist on doing that, you could create a view WITH SCHEMABINDING, check the...
April 23, 2009 at 7:10 am
She Through Whom All Data Flows (4/21/2009)
April 23, 2009 at 6:42 am
Thanks Jack, great introduction to Profiler. Looking forward to the next installment.
April 16, 2009 at 5:47 am
venki (4/16/2009)
mandayperdistrictpermonth is a view in sql server and a table in Access.
Please allow me to explain.
If mandayperdistrictpermonth is a view in SQL Server, that is what it is. When...
April 16, 2009 at 5:37 am
First of all, make a copy of the file before you attempt any repair.
Second, try to determine which type of corruption you have: system, tables, or VBA. Or total failure.
If...
April 15, 2009 at 6:48 am
Some commercial products that are designed that way, for example Microsoft's Retail Management System. The application handles all of the integrity issues & business logic.
April 15, 2009 at 6:09 am
The basic problem is that you're bringing all the records into Access and then applying the date filter. I would suggest using a pass-thru query, following these steps. . .
--...
April 14, 2009 at 5:17 pm
Robert, you make a very good point. Sometimes only one reply really connects with the OP.
April 10, 2009 at 11:05 am
I have to agree with the previous posters, using the GUI to generate the change script is the best approach. The column being changed stays in the same ordinal position,...
April 10, 2009 at 9:15 am
n_parker (4/8/2009)
Is there any way to create a view that can show records based on the Microsoft domain login?
If you are using Windows Authentication, you can use SUSER_NAME()
April 10, 2009 at 8:53 am
Examples of good advice:
The reply indicates that the poster fully understands your question.
If the poster does not fully understand your question, they ask for clarification or relevant details.
The reply specifically...
April 10, 2009 at 8:35 am
dwjongbloed (2/23/2009)
April 7, 2009 at 6:16 am
try changing these two lines as follows:
Dim db As DAO.Database
Dim rstCurves As DAO.Recordset
April 7, 2009 at 5:59 am
Check out this script by michael vessey, it tests for "SQL Server 2005 readiness"
http://www.sqlservercentral.com/scripts/Miscellaneous/31542/
April 2, 2009 at 6:15 am
Viewing 15 posts - 151 through 165 (of 595 total)