Viewing 15 posts - 691 through 705 (of 1,292 total)
You need not have DTS packages on the SQL Server 2000 boxes.
Though, I am not completely aware of the internals of the data and how complex / simple it is...
December 6, 2009 at 10:17 pm
Can I know what is that you are trying to achieve, I saw you posting the same in reply to another post that was few years old and even there...
December 6, 2009 at 9:39 pm
CANCER (12/6/2009)
This will be more helpful to me to decide wether to allow remote connection on my sql server 2005,sp3
Thanks..
If you disallow remote connections on your SQL Server, how is...
December 6, 2009 at 9:15 pm
Yes, unless the data is needed in a near real time and the volume is large, there is no point in setting up replication.
With SSIS you will be pulling the...
December 6, 2009 at 9:11 pm
Are you planning to get all the data (200 odd rows) once a day (something like day end for that day's entire records)
OR
planning to get the data into your...
December 6, 2009 at 8:33 pm
Of course moving to 64 Bit brings problems with SSIS with respect to 64 Bit drivers for all the Data Sources your SSIS Packages are using.
Also my suggestion is consider...
December 6, 2009 at 8:23 pm
This should work.
SELECT T1.Tests, T1.Patient_Id, T1.Date from Table1 T1
Inner Join Table2 T2
ON T1.Patient_ID = T2.Patient_ID
December 6, 2009 at 7:55 pm
What is that you are looking?
Are you looking for current running Job Names in Activity Monitor?
December 6, 2009 at 7:50 pm
osama.g.y.a (12/6/2009)
We do not know what is the...
December 6, 2009 at 7:33 am
You have the following MCITP: Database Developer exams 70-441 and 70-442.
For more information follow the link below and look under Microsoft SQL Server.
http://www.microsoft.com/learning/en/us/certification/mcitp.aspx#tab2
December 6, 2009 at 7:10 am
I remember saying that (in my initial reply) it would not be possible to change the recovery model when the rollback was running.
What are error messages SQL Server reported...
December 4, 2009 at 9:34 pm
It's a tricky question to answer, some people say do it and some guys say don't do it.
keeping it aside, if you prepare using the MS Self Paced Training Kits,...
December 4, 2009 at 2:40 pm
Alvin Ramard (12/4/2009)
Bru Medishetty (12/4/2009)
Atul DBA (12/4/2009)
I am not sure about you OS.
Does SQL Server supports any other OS...
December 4, 2009 at 2:25 pm
GilaMonster (12/4/2009)
As you have Replication setup, you can failover to other server database and then restart the service.
When did replication gain a...
December 4, 2009 at 2:20 pm
GilaMonster (12/4/2009)
Bru Medishetty (12/4/2009)
Hey guys, this user needs help in solving the issue. It's been 2 days since he posted and no good.http://www.sqlservercentral.com/Forums/Topic827900-357-1.aspx#bm827908
I've pinged Paul R and asked if...
December 4, 2009 at 1:07 pm
Viewing 15 posts - 691 through 705 (of 1,292 total)