Viewing 15 posts - 721 through 735 (of 760 total)
+1
We do it the same way:
1. Take Backup.
2. Archive/Zip it.
3. Copy the compressed zip folder to the server.
4. Unzip it.
5. Restore. :hehe:
April 14, 2012 at 4:17 am
Please give us DDL of your tables and some sample data. I couldn't understand your problem by just looking at your query.
For better and quick solutions please check out...
April 14, 2012 at 3:58 am
From what I understand this might be what you are looking for:
Insert Into tbl_year
Select * From tbl_Jan
Union All
Select * From tbl_Feb
Union All
Select * From tbl_March
Union All
Select * From tbl_April
Union All
Select...
April 14, 2012 at 3:46 am
webbies (4/14/2012)
Vinu512 is on the right track, and there are ways that you can set up these tables better to resolve your issue, but a better understanding of the scenario...
April 14, 2012 at 3:35 am
Seems like ETL to me. The various branches can accumulate the data in XML form or in the form of Excel sheets. This data can then be mailed to the...
April 13, 2012 at 11:45 pm
Grass (4/13/2012)
The code I posted in my first post is in SQL Exexute Task from a SSIS package.
Fine, I got the code. Now, please post the correct DDL and some...
April 13, 2012 at 10:44 pm
capn.hector (4/13/2012)
jitendra.padhiyar (4/13/2012)
So i...
April 13, 2012 at 10:20 pm
Gabe T. (4/13/2012)
Vinu512 is on the right track, and there are...
April 13, 2012 at 10:16 pm
First thing you do while working with tables is to NORMALIZE the data. Check out this link:
To Normalize the data in your case, you need to have three different tables:...
April 13, 2012 at 6:55 am
Is the package visible when you explore the location(where the package is saved) using Explorer??....If its visible then it should be showing in SSMS as well.
April 13, 2012 at 2:38 am
Grass, you need to do a few things right so that we know what the problem is and can head into the right direction.
1. Do what Lynn said in his...
April 13, 2012 at 2:34 am
Haven't heard about Update State before. Are you asking about "Update Statistics"???
April 12, 2012 at 11:05 pm
Viewing 15 posts - 721 through 735 (of 760 total)