Viewing 15 posts - 6,406 through 6,420 (of 26,490 total)
ksrikanth77 (7/3/2014)
My request is
I have a company table with the Name Column...
July 3, 2014 at 12:10 pm
That really isn't too bad. You should see the PeopleSoft ERP systems for Finance and HR, around 50,000 tables in each.
Doesn't include views, or other database objects.
July 3, 2014 at 11:59 am
Eugene Elutin (7/3/2014)
Yes, you could write the code so that it creates a single dynamic sql based code set that would import the data from the tables all at once...
Yep,...
July 3, 2014 at 11:30 am
Looking at the code you provided I am wondering why you want to eliminate the cursor. You are looping through a set of tables to import the data from...
July 3, 2014 at 11:22 am
J Livingston SQL (7/3/2014)
.
I agree. With 3,250,325 rows in the main table mine ran in about 3 seconds.
[/quote]
what spec hardware you running Lynn.....?[/quote]
Dell M4600 laptop, dual CORE i7 with...
July 3, 2014 at 10:43 am
I was asked a similar question in an interview. The problem I used was a time out issue on our Finance system after upgrading from SQL Server 2000 to...
July 3, 2014 at 10:37 am
J Livingston SQL (7/3/2014)
Arno Ho (7/3/2014)
Thank you for all your answers and proposed solutions
I applied that Lynn
With my method it takes 15 minutes and 12 minutes with the Lynn...
July 3, 2014 at 8:30 am
TheSQLGuru (7/2/2014)
Users - BAHHH!!! Who needs 'em?!? 😀
Yea, our databases would perform so much better without them! :w00t:
July 2, 2014 at 11:38 am
Also, the initial means of attacking this depend on how many rows of data make up the past 30 days. Once you have done the initial archive (which may...
July 2, 2014 at 11:34 am
Another quick question, are we talking a running total?
July 2, 2014 at 11:29 am
One thing everyone seems to leave out, listen to your users. Yes, tuning a stored procedure to shave .05 that only takes 0.2 seconds to complete and is called...
July 2, 2014 at 11:03 am
Again, based on the existing sample data, what are the expected results.
July 2, 2014 at 8:15 am
Took a queue from J Livingston SQL's code and rewrote mine. I think it is comparable to his, but compared to mine, about 4 times faster, and reads down...
July 1, 2014 at 8:06 pm
J Livingston SQL (7/1/2014)
Lynn Pettis (6/29/2014)
July 1, 2014 at 3:32 pm
First, are you using SQL Server 2012 or SQL Server 2005? You have double posted in two different forums.
Second, please don't double post, it fragments answers you may get.
Third,...
July 1, 2014 at 10:25 am
Viewing 15 posts - 6,406 through 6,420 (of 26,490 total)