Viewing 15 posts - 1,306 through 1,320 (of 4,272 total)
June 17, 2011 at 2:13 pm
You are welcome.
CEWII
June 17, 2011 at 2:11 pm
Craig Farrell (6/17/2011)
GilaMonster (6/17/2011)
June 17, 2011 at 12:35 pm
This is a very odd request.. And I think covered by every NDA I've ever signed.
CEWII
June 17, 2011 at 12:07 pm
Let me see if I understand.. you are trying to install that BEFORE you install SQL? If so, you will NEVER succeed. It is a service pack...
June 17, 2011 at 12:05 pm
Ok, here is some pictures of a package to do this that I threw together in about 5 minutes, adding the guts would have taken about 5-10 minutes more..


CEWII
June 17, 2011 at 9:11 am
Jaimin Patel (6/17/2011)
Yest the table counts will be same. Simple dump from one server to another server
Are the tables truncated first?
CEWII
June 17, 2011 at 8:58 am
bcmat (5/13/2011)
Dell PowerEdge R710
12GB Memory 1333MHZ
(2) Xeon E5503, 2.0GHZ, 4M Chache, 800MHZ, Max Mem Processors
We need to run SQL...
June 17, 2011 at 8:54 am
Its always fun when I get to use this statement.. It depends..
What you are trying to accomplish in a given sproc largely drives the choice. CTEs are good...
June 17, 2011 at 8:41 am
I would say linked servers is out, I can almost guarantee performance issues.
I like log shipping, SSIS, and replication. How many databases? How many tables? How current...
June 16, 2011 at 3:58 pm
I would do this in SSIS it is very simple. I would absolutely NOT do it over linked servers, you will see orders of magnitude performance increases in SSIS....
June 16, 2011 at 3:43 pm
How about:
EXEC master.dbo.sp_addlinkedserver @server = N'SERVER_2005', @srvproduct=N'SQL Server'
CEWII
June 16, 2011 at 1:25 pm
I would tend to agree, it feels like a defect. I'd check Connect and see whats there..
CEWII
June 16, 2011 at 1:13 pm
So whats the question? The problem? What you are trying to solve?
CEWII
June 16, 2011 at 10:40 am
Viewing 15 posts - 1,306 through 1,320 (of 4,272 total)