Viewing 15 posts - 151 through 165 (of 183 total)
For anyone in England and Wales, I've posted a function that calculates bank holidays that you may find useful. I make no claims to efficiency, but it does the job!
January 10, 2005 at 8:14 am
Try
BACKUP LOG <database name> WITH TRUNCATE_ONLY
then DBCC SHRINKFILE.
That should do the trick.
January 10, 2005 at 3:49 am
Ronald:
To answer your specific question (if I understand it correctly), this will do what you ask (I've just typed this out without testing so it may need a tweak):
December 13, 2004 at 10:24 am
Thanks everyone for your replies and the link: very helpful!
I did not mention that all tables have primary keys (of course) so they...
December 10, 2004 at 4:08 am
Depending how you're implementing it, yes you could write a script to change the sa password and create a new login, and run that at the end of setup.
I advise...
December 3, 2004 at 6:16 am
Assigning a blank SA password is considered bad practice. Is there any specific reason why you need to do this?
Better practice would be to assign an SA password (and restrict...
December 3, 2004 at 4:30 am
According to the EULA, there's no difference. "You may install and run any number of copies of the Server Software on a single Server."
As you suggested, I phoned them, and...
December 1, 2004 at 4:47 am
Aha, so it's a licensing issue and not a technical one (i.e. with Standard Edition you can install up to 16 instances with one processor but you'd need 16 licences). ...
November 30, 2004 at 10:15 am
I thought of that but due to the nature of the setup, I can't do it, as the people I need to lock out are administrators and I can't deny...
November 29, 2004 at 2:29 am
Good idea, I've tried it but unfortunately it's not working. Same error message.
That means it must be an overflow with the OLE DB provider and not SQL Server?
November 18, 2004 at 3:38 am
It doesn't look like I've solved the date issue. I am getting the following error back from the load procedure:
Server: Msg 7341, Level 16, State 2, Procedure...
November 17, 2004 at 10:35 am
Thanks! I'll review the SQL Server side against the field widths in Progress and change SQL side as necessary.
Having said that I want to limit time spent working with Progress as there...
November 15, 2004 at 8:29 am
I've implemented the casting option and it's worked - thanks!
November 12, 2004 at 2:27 am
I solved this by moving the Set objVariable = Nothing statements to the very end, rather than destroying them as and when I no longer needed them throughout...
October 11, 2004 at 9:57 am
September 16, 2004 at 10:02 am
Viewing 15 posts - 151 through 165 (of 183 total)