Viewing 15 posts - 511 through 525 (of 568 total)
Hello,
When saved to SQL Server (rather than the File System) the SSIS Package will be stored in the MSDB Database.
You can select the Package when you create the Scheduled Job:...
August 25, 2008 at 4:16 am
Hello,
In SQL 2005 it is SSIS that replaces DTS.
For somebody who is unfamiliar with SSIS it might be easiest to use the Import and Export Wizard to perform the task...
August 25, 2008 at 1:44 am
Hello,
If you code it as an SP, does it still take 16 minutes to execute? Even with the recompile option?
If the SP is faster, can you compare the SP and...
August 22, 2008 at 6:01 am
Hello,
For data transfer, as well as sticking with the Linked Server, or buying DataMirror you could also consider an SSIS Package.
Regards,
John Marsh
August 22, 2008 at 5:57 am
Hello,
Do you want to see processes that are blocked by another processes (in which case an amended version of the original query would work; as would sp_who2), or do you...
August 22, 2008 at 5:35 am
Hello again,
Rereading your post, may be I misunderstood your question. Are you asking about the daily transfer of data, or the migration of the DBs from 2000 to 2005.
In...
August 22, 2008 at 5:28 am
Hello,
The Linked Server should still work in SQL 2005. Do you specifically want to move to something else?
In which case, if you can find the budget, you could consider "DataMirror".
Regards,
John...
August 22, 2008 at 5:18 am
Hello,
The column "suid" does not exist in those system views/tables. Presumably the author meant "sid"?
Does sp_who2 not give you the information that you need?
Regards,
John Marsh
August 22, 2008 at 4:58 am
Hello,
LogParser extracts information from the SQL Server Log, but not in real time. You would need to schedule it to run every day/hour/minute etc depending on your requirements.
It can filter...
August 21, 2008 at 5:36 am
Hello Again,
Sorry, but as far as we know the built in "Select All" cannot be turned off. Please see this thread: https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=249227
(I must give credit to Andreas...
August 21, 2008 at 1:54 am
Hello,
One question - do you want to log DB errors to a table over a long period?
The Profiler is normally used for short term analysis e.g. in bug hunting or...
August 21, 2008 at 1:13 am
Hello,
Thanks for the update and the improved query. I'm also glad to hear you managed to extract the data that you needed.
Having checked in BOL ("Database Engine XML Enhancements"), the...
August 21, 2008 at 12:40 am
Hello,
We have not found a way of doing that either, so we currently use a workaround similar to the one described here: http://www.themssforum.com/SVCS/MultiSelect-parameter-79674/
Regards,
John Marsh
August 21, 2008 at 12:23 am
Hello,
There is a whole section in (SQL 2005) BOL on Upgrading ("Upgrading to SQL Server 2005"), in addition this Microsoft article gives a reasonable overview: http://www.microsoft.com/technet/prodtechnol/sql/2005/sqlupgrd.mspx
Regards,
John Marsh
August 20, 2008 at 11:50 pm
Viewing 15 posts - 511 through 525 (of 568 total)