Sql Backup And FTP

Welcome Guest Search | Active Topics | Log In | Register
New Topic Post Reply
3 Bugs & Thanks Options · View
krishx343
#1 Posted : Tuesday, June 08, 2010 2:09:45 AM Quote
Rank: Newbie

Groups: Registered

Joined: 6/8/2010
Posts: 2
Hi

First of all. hats Off to your stuff for making every IT developers job easy. At every time, when we want to synchronize the DB, we ll face more complexity and need to sit for hours and hours to do that. This makes very simple. I will generate a script from my local DB where all my changes takes place then i move to Server delete the old DB and create a DB again - Run the scripts . All my changes will get reflected there. Easyyyyyyyy
Thank You


Quote:

Bug:

I notice some 3 bugs in generated Script.

1. Instead of scripting 'Varchar' Data type as 'Varchar()' it is generating as 'char()'.
-- Why this is happening? any specific reason behind on this?
2. Instead of scripting 'Varchar(max)' Data type as 'Varchar(max)' it is generating as 'text'.
-- Why this is happening? any specific reason behind on this?
3. In Insert Statements, when a varchar data is fetched it filling with empty spaces
-- For Example:
NAME Varchar(50)
-------------------
Radha
-------------------
In this a values character count is only 5 digits(Radha), while in script it is filling remaining with 45 spaces like this (Radha________________).


Can you pls rectify this two issues?

Thanks in Advance


alex
#2 Posted : Wednesday, June 09, 2010 9:53:25 AM Quote
Rank: Administration

Groups: Registered

Joined: 8/10/2009
Posts: 143
Thank you for the words. Could you please contact me via PM to provide test data to reproduce the issues?
krishx343
#3 Posted : Friday, June 18, 2010 7:36:32 AM Quote
Rank: Newbie

Groups: Registered

Joined: 6/8/2010
Posts: 2
Do you able to re-produce the errors?
alex
#4 Posted : Friday, June 18, 2010 9:35:40 AM Quote
Rank: Administration

Groups: Registered

Joined: 8/10/2009
Posts: 143
Hi, I cannot reproduce the issue. Please check PM for details.
Quick Reply Show Quick Reply
New Topic Post Reply
Forum Jump  
You can post new topics in this forum.
You can reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You can create polls in this forum.
You can vote in polls in this forum.