Viewing 15 posts - 3,931 through 3,945 (of 18,926 total)
Thanx, stepping out as this is not my expertise.
August 2, 2011 at 1:31 pm
Thanks, but I'm not available (and won't be for years).
And no I don't trust it blindly, but I also never had the need to use hints of force the optimizer...
August 2, 2011 at 1:30 pm
No need to restart.
I don't know how fast your disks are so you need to test to find a good size.
Also you have to keep that in mind >>> http://www.sqlskills.com/BLOGS/KIMBERLY/post/Transaction-Log-VLFs-too-many-or-too-few.aspx
August 2, 2011 at 1:28 pm
Make sure the where clause if indexed.
Put it in smaller batches (untill that wait stops).
Put a waitfor x seconds so the app can recover its breath.
If possible, put the archive...
August 2, 2011 at 1:24 pm
Most people here don't like opening office docs (because of macros).
can you post a screenshot instead?
August 2, 2011 at 1:21 pm
P.S.
How big is the csv file?
August 2, 2011 at 1:19 pm
Well I gave you the output you wanted in XML.
I don't know any other way of doing this so I'll step aside.
Good luck with this.
August 2, 2011 at 1:19 pm
You mean SSRS?
Never seen that.
You could always use
SET DATEFORMAT YMD as the first line of code in SSRS. That might fix it. Don't know what else to try.
August 2, 2011 at 1:15 pm
I'll let him beat his head into the wall for a while.
Bottom is that unless it's a DW, centralized table with drop/load don't work for multi-users unless you...
August 2, 2011 at 1:13 pm
What code have you written and were are getting stuck.
I mean no offense but this seems like homework or exam question... way too basic for anyone with experience.
August 2, 2011 at 1:11 pm
You must use dynamic sql
SET @cmd = 'ALTER DATABASE [' + @Db + '] SET READ_WRITE'
EXEC (@cmd)
You can just concatenate everything and run in 1 batch per db.
August 2, 2011 at 1:08 pm
So when do you plan to release your better version of the optimizer?
No offense but the ms engineer working on this are, how can I say this, NOT MORONS.
I too...
August 2, 2011 at 1:05 pm
Viewing 15 posts - 3,931 through 3,945 (of 18,926 total)