Viewing 15 posts - 61 through 75 (of 325 total)
I have these function also which get date only
http://www.sqlservercentral.com/scripts/contributions/733.asp
Date without Time (2 functions)
Some time you need to know only Date without Time.
This is simple function that allows you truncate...
August 16, 2004 at 4:40 am
I have these function which may also help u
http://www.sqlservercentral.com/scripts/contributions/733.asp
Date without Time (2 functions)
Some time you need to know only Date without Time.
This is simple function that allows you truncate...
August 16, 2004 at 4:27 am
I think _1 is added because there is another table found with tha same name !!
August 15, 2004 at 7:44 am
take care that you might face some problem if you make SQL Server and SQL Server Agebt work on Local account ...
it is recommended to set it to a Domain...
August 15, 2004 at 7:40 am
by the way remove the ldf file of its place and the SQL Server will make a new one for you.
or you can copy both Ldf and MDF and attach...
August 15, 2004 at 7:33 am
is there any space on your harddisk?
what about restarting the Server?
August 12, 2004 at 7:35 am
in your button click write this
Dim cnn As ADODB.Connection
On Error GoTo Err_Command44_Click
'put your code of calling server here
Exit Sub
Err_Command44_Click: 'Access Errors
DoCmd.SetWarnings True
'MsgBox Error$
MsgBox " Error: " & Err.number...
August 12, 2004 at 6:53 am
what about increasing your RAM amount? SQL Server is monister in dealing with RAM .. and when you increase your Memory then the performance of SQL Server is increased
also do u have...
August 12, 2004 at 5:50 am
please check that:
1- you have a Space on your Hard Drive
2- the log file of DB is not huge in size
3- do u have SP3a installed ? it solve many...
August 12, 2004 at 4:55 am
by the way , SQL Server 2000 was a great jump than SQL Server 7 ... ecpecially if you use Relationships which was not found in ver 7. and a...
August 5, 2004 at 7:49 am
by the way .. why yo save the image in DB ?..
it is best to save image to files on a certain folder(with ImageRecordPK.JPG as an example) and show it...
August 5, 2004 at 1:48 am
Currently I getting the number in the End of adding Customer (by making transaction and get Max+1 )
are there any other solution ?
August 4, 2004 at 8:00 am
which version of Access you use ? I recommend you to use Access XP (2002) to upsize your DB to SQL Server .. it solved many problems shown with Access...
August 4, 2004 at 7:53 am
Note also that any Windows operating System , there is Virtual memory put on Harddisk that is the file PAGEFILE.SYS (i think its size is added to your real Memory )
August 4, 2004 at 7:32 am
yes, the different departments are entering customers at the same time ..
and i want them to see Customer Number without no change in the future ..
August 4, 2004 at 7:26 am
Viewing 15 posts - 61 through 75 (of 325 total)