Viewing 15 posts - 1 through 15 (of 15 total)
Yeah, understood - this is an application database only. No reporting requirements or indices on this database.
December 11, 2013 at 11:06 am
Sorry to bring up an old post but I thought I'd add to the enclosed script by including schema names...
--1. get all indexes from current db, place in temp table
select
...
December 5, 2013 at 12:40 pm
Thanks for all the guidance and help.
I have plenty to be going back to them with and might even change some indexing on the primary tables and prove the performance...
December 2, 2013 at 6:09 am
Thanks, perhaps a bit more background is in order.
The database was originally built years ago in Progress (old OpenEdge) but some Clients run it through the OpenEdge SQL DataServer which...
November 20, 2013 at 2:15 pm
Yeah, sorry should have said ud functions... 🙂
March 21, 2013 at 8:48 am
Thanks for the quick reply.
And thanks for the suggestion with the money data type.
I understand what ISNUMERIC is used for; that was just an example.
I was just trying to save...
March 21, 2013 at 8:12 am
Apologies for taking a while to post on this topic and thanks for the interest and offers of assistance.
I started writing the DDL and sample code last night (it was...
August 30, 2011 at 2:25 pm
Apologies, when I posted the original post it was very much the end of the week for me. I didn't have SSMS in front of me and my missus was...
August 27, 2011 at 2:13 am
Lowell (5/17/2011)
May 17, 2011 at 9:43 am
Lowell (5/16/2011)
May 17, 2011 at 4:58 am
Craig Farrell (5/16/2011)
Let's start with the staging table. It's a bulk...
May 17, 2011 at 4:50 am
Welsh Corgi (5/16/2011)
What time constraints are you looking at?
The ETL process takes anywhere from 30 mins to 8 hrs dependant on hardware and size of the source database.
May 16, 2011 at 3:55 pm
Welsh Corgi (5/16/2011)
If you could upgrade to SQL Server 2008 and use the Change Data Capture Method you would be better off.
Thanks, unfortunately this is a released product with about...
May 16, 2011 at 3:38 pm
Lowell (5/16/2011)
when your procedure was running once a day, what did it do? MERGE statement? drop and recreate the...
May 16, 2011 at 3:35 pm
Welsh Corgi (5/16/2011)
2. With SQL Broker you going to have to write a lot of code to extract the...
May 16, 2011 at 3:22 pm
Viewing 15 posts - 1 through 15 (of 15 total)