Viewing 15 posts - 1 through 15 (of 20 total)
Is it possible to compare in SQL or shall i use front end program to compare these?
September 10, 2009 at 12:30 am
Thanks for the reply.
I want to display (ONLY) all the updated columns in a record. When I use CASE in SELECT it will show only the Fname or Lname. In...
September 8, 2009 at 11:05 pm
Ok, thx. Will do it manually.
But eager to know how to transfer just data from one server to other server using script.
September 26, 2008 at 5:54 am
Thanks I got it.
But it ignores Primary columns and relationship between tables. Is it possible to transfer along with it.
September 26, 2008 at 5:38 am
No, Express ediiton has no Import/Export Wiz. Is it possible to download DTSwizare.exe from net?
September 26, 2008 at 5:04 am
I will manage to script the table and triggers from one server to another server by using option "Script Table as" in SQL Express edition.
But how to transfer Data from...
September 26, 2008 at 4:52 am
When i update 5th and 11th coulmn, print print COLUMNS_UPDATED() displays "0x100400".
What it means?
September 17, 2008 at 10:29 pm
My query is for example if you have a table with column named from a to z. I want to display all columns expect b,e,f.
Instead to writing all columns...
May 29, 2008 at 3:20 am
I found the location of error file. 😀
I stored my project in c:\Migration\MIGRATION1\SqlMigration1. So the error report is available in the below location in different report folders
c:\Migration\MIGRATION1\SqlMigration1\report\report_2008_05_27T10_05_18\mainindex.html
May 27, 2008 at 10:40 pm
I am SQL express 2005, so Import and Export option is not available.
May 27, 2008 at 3:46 am
Wow! I have downloaded and tested SSMA it worked perfectly.
But I closed the Error report unknowlingly. Is it possible to generate the error report only without migrating the database...
May 21, 2008 at 5:35 am
Thanks but which one is best. Did you have any good web link for each.
1. Upsizing wizard in Access
2. SSMA (SQL Server Migration Assistant)
3. SSIS (SQL Server Integration servcies)
or
4. Data...
May 19, 2008 at 11:42 pm
Yes, I understand.
I just testing it. I will modify this and use it to change the default value of column by deleting the previous constraint and recreating it again...
April 16, 2008 at 2:42 am
I got it the below code dynamically assigns DEFAULT to any column:
Create table tbl(title nvarchar(40))
Create procedure df_bppr @de nvarchar(30)
As
Begin
Declare @sstr nvarchar(500)
If Not exists(select * from sys.objects where name...
April 16, 2008 at 1:18 am
Shall any one check and give the correct code????
April 15, 2008 at 9:57 pm
Viewing 15 posts - 1 through 15 (of 20 total)