Viewing 15 posts - 31 through 45 (of 144 total)
We use SQLSentry at our company. Another worth trying tool that comes free with the RedGate SQL Bundle is SQL Response. You can download the trial version, it's free to...
September 21, 2010 at 11:21 am
Hi,
What are some of the good books for preparing MCTS Exam 70-432 and MCITP Exam 70-450?
Please advise.
Thanks,
September 20, 2010 at 11:27 pm
run xp_readerrorlog on Query Analyzer and look for any errors, warnings.
September 15, 2010 at 4:52 pm
Did you check the event logs to see for error details? If possible backup your database to the Server where you are trying to the restore (network backup) and as...
September 7, 2010 at 11:31 am
Try robocopy command to copy your bak files across, i think you can re-start the file copy in case it fails for some reason.
September 7, 2010 at 10:49 am
In order to get the incremental data, first of all you need to store the last fetched date in a table and use this date as a basis to get...
September 7, 2010 at 10:45 am
Make sure you have mapped the right field to OLE DB Destination. If possible re-create the OLE DB Destination component and re-map.
September 7, 2010 at 10:40 am
Hi,
Most importantly, try to learn the business as much as possible, this will earn you respect from your peers.
Also being able to play datacop and defend your DB Design...
September 7, 2010 at 10:34 am
Good question! But wouldn't the backup and restore get affected because of the compressed row size? The DB backup would be relatively smaller and hence the restores would be faster.
Thanks,
September 3, 2010 at 11:38 am
Nice article and i would use the same technique in a DW environments when i have to pull information from different sources. But would be curious to see alternate methods...
September 1, 2010 at 11:50 am
alen teplitsky
I agree with you. We have a centralized SQL Server that runs only SQL Jobs, it runs all our Import/Export/ODS ETL jobs. We leverage SSIS Packages and then these...
August 30, 2010 at 1:46 pm
I like the idea of kicking off a separate job using T-SQL step in the Job. This makes it easy to re-run in case of the package failure. You just...
July 7, 2010 at 4:43 pm
Hey Paul,
Just wanted to let you know the App Development team came back to me saying the pagination is lightning fast using the TOP (@var) approach. They are going to...
May 18, 2010 at 11:37 am
I agree with Elliott, you can't get away from transaction logging. As regards processing everything in memory, even SSIS is capable of doing that, only when you think the performance...
May 14, 2010 at 5:37 pm
Very interesting question! The alias name puzzled me for a while.
May 14, 2010 at 11:02 am
Viewing 15 posts - 31 through 45 (of 144 total)