Viewing 15 posts - 2,056 through 2,070 (of 3,061 total)
JustANumber (4/14/2010)
April 14, 2010 at 2:36 pm
Microsoft has fantastic documentation on the particular, please check http://msdn.microsoft.com/en-us/library/aa964137(SQL.90).aspx
April 14, 2010 at 2:11 pm
gregory.anderson (4/14/2010)
--With unique index on primary key, 6706 permits created in 582 seconds, which equals 11.5/sec
--With no index on the primary key, 2520 permits created...
April 14, 2010 at 1:37 pm
gregory.anderson (4/14/2010)
April 14, 2010 at 12:54 pm
gregory.anderson (4/14/2010)
Thanks, I'll try that.
Please let us know how it goes.
April 14, 2010 at 12:04 pm
gregory.anderson (4/14/2010)
PaulB-TheOneAndOnly (4/14/2010)
gregory.anderson (4/14/2010)
April 14, 2010 at 12:01 pm
gregory.anderson (4/14/2010)
After trying Elliot's suggesting about displaying the actual execution plan, it appears as though the most time consuming/resource intensive portions of the proc are in "Clustered Index Update" statements.
Are...
April 14, 2010 at 11:54 am
I assume what you want is what you have in your view, is that correct?
If that's the case use COldCoffee solution but in FROM clause type in your view name...
April 14, 2010 at 11:48 am
First - remember that members of sysadmin and serveradmin fixed servers have shutdown privileges then check who are the members.
Second - check if anybody has the specific privilege granted, you...
April 14, 2010 at 11:34 am
vijay82 (4/13/2010)
April 14, 2010 at 9:05 am
Suresh Kumar-284278 (4/14/2010)
Thanks Jason & Pablo for the clarification.
glad to help 😉
April 14, 2010 at 8:49 am
TVR (4/13/2010)
...taking it further to the cube level... Would you also stick with a single datamart feeding a cube or is it acceptable to having multiple marts as datasources?
Here is...
April 14, 2010 at 8:44 am
First thing first... find out where those 24 hours are spent.
Such a process should have two very different steps...
1) Mainframe to SQL Server staging table.
2) SQL Server staging to final...
April 14, 2010 at 8:35 am
speja01 (4/14/2010)
We have a nightly job which stops the sql server service prior to an O/S backup taking place on the server.
I agree with Elliot, this is highly unusual in...
April 14, 2010 at 8:23 am
Check the full path.
Log into the server using SQL Server service account and check if you can "see" the dump file in the location you are telling SQL Server to...
April 14, 2010 at 8:19 am
Viewing 15 posts - 2,056 through 2,070 (of 3,061 total)