Viewing 15 posts - 76 through 90 (of 106 total)
check out the ISO8601 style of the convert function. This will give you everything in an internationally recognised textual format.
select convert(varchar,getdate(),126)
= 2005-01-19T08:35:05.507
That's the format I prefer.
January 19, 2005 at 1:46 am
I spent the last 4 years thinking about database change management and DB Ghost is what I've come up with. It works for both large and small environments and because...
January 18, 2005 at 2:39 pm
This is the way I would do it:
I would use my source control and allow developers access to the functions and stored procedure projects only. Then I would build the contents...
January 18, 2005 at 12:25 am
Utilize your source control to store your DDL statements which are changed - then you have a complete audit trail. This is the best method I know - our software...
January 12, 2005 at 3:49 am
Check out DB Ghost (http://www.dbghost.com) for a complete solution to database versioning and change control. An article was published on this web-site about the methodology used which recieved rave...
January 6, 2005 at 11:24 pm
check out http://www.dbghost.com for a process to follow that can a long way to satisfy any auditing requirements.
December 20, 2004 at 11:09 am
check out DB Ghost for a solution to database change management. For an excellent read check out this http://www.innovartis.co.uk/pdf/Innovartis_An_Automated_Approach_To_Do_Change_Mgt.pdf
regards,
Mark Baekdal
+44 (0)208 241...
December 20, 2004 at 10:58 am
The information can help "Voi Coi" if he chooses to use it. No information definetly doesn't. I totally believe the application can have a positive effect here as I have...
December 20, 2004 at 2:30 am
Hello Frank.
The tool is not for free, I can't afford for it to be. This is my full-time job so as my wife and children cannot live on air -...
December 20, 2004 at 2:02 am
What you are about to do can have very serious implications as you may be breaking your database without knowing it (which is why sp_rename posts...
December 20, 2004 at 1:51 am
What I do when changes occur is to build the database from the source code. This means if there are any procedures that may reference the table using select *...
December 16, 2004 at 1:10 am
First of all I would like to say congratulations to the winners.
I must admit though that I find it strange that products that are less than complete and have...
November 23, 2004 at 4:03 am
you can download the data and schema scripter which comes as part of the download for DB Ghost. It does schema and data scripting.
check out http://www.dbghost.com
September 1, 2004 at 3:10 am
check out http://www.dbghost.com which gives out a free schema and data scripting tool as part of the evaluation of the product.
August 12, 2004 at 2:09 am
Check out http://www.dbghost.com - it is the tool as talked about in Darrens article.
August 11, 2004 at 9:48 am
Viewing 15 posts - 76 through 90 (of 106 total)