Viewing 15 posts - 1,801 through 1,815 (of 7,429 total)
Look at the user accounts Language settngs, if British then has to be at the PC itself that it changed, especially if using a custom app.
June 10, 2004 at 11:26 am
If your system supports RAID 10 config then that would be best as long as you can afford the loss of have the total drive space. With RAID 5 you...
June 10, 2004 at 11:19 am
I agree with you after reading that. It says you cannot use the /3GB switch with Windows 2000 Server. Without it then you are only going to be able to...
June 9, 2004 at 6:56 pm
Just remember to remove holidays and weekends wouldbe the only thing extra.
June 9, 2004 at 1:34 pm
See/leave responses in http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=119979&app=true
June 8, 2004 at 6:24 pm
The problem is the WHERE clause processes the final resultset and removes all none matches. What you need to do is handle in the join condition like so:
SELECT customers.number, customers.name,...
June 8, 2004 at 6:24 pm
Depends on what you mean by memory however. The previous person hits on the aspect of the data on the file and in the row itself in memory which pretty...
June 8, 2004 at 7:02 am
Primary thing is it gives you a maintainence window were issues you are aware of can be addressed, patches can be handled and a way to say production code cannot...
June 8, 2004 at 6:49 am
Here is the code from the VB ActiveX DLL I use currently. Like I said thou I only use Eastern so I defaulted for my needs.
Public Function CvrtToGMT(DateIn As...
June 8, 2004 at 6:40 am
Interesting enough it will not accept alias.* but will accetp alias.colname. However I notice there is a couple of columns difference between the two so you may want to use...
June 8, 2004 at 6:33 am
Ok, I will check when I get to the office tomorrow to see if I can duplicate.
June 7, 2004 at 5:45 pm
First check the database compatibility level of each db. If set to 7 or lower it may not allow the syntax but don't change unless you are sure it will not...
June 7, 2004 at 5:32 pm
I didn't think that would stop you. You are suing SQL 2000? And if so are your databases compatability 8 or 7? I will have to test otherwise but this...
June 7, 2004 at 5:25 pm
Ok lets break down the facts to make sure I understand.
1) These are the columns we have the most interest in.
AssestID is the item
AssestStatus is its status
StatusDate...
June 7, 2004 at 5:17 pm
Viewing 15 posts - 1,801 through 1,815 (of 7,429 total)