Viewing 15 posts - 4,336 through 4,350 (of 6,486 total)
Steve Jones - Editor (3/6/2008)
Thanks! Didn't realize they'd changed Std/Wrkgroup. They must have done tha in the last year or so.
Please note that there still is a difference in supported...
March 6, 2008 at 11:21 am
I agree you want to avoid using auto-grow as much as possible. Keep an eye on your space, and grow the files manually when they get close.
For emergency purposes,...
March 6, 2008 at 11:17 am
Per SQL 2005 licensing: running ANY component of SQL Server 2005 on a given server requires that that server be fully licensed for SQL 2005.
Meaning - it really doesn't...
March 6, 2008 at 11:12 am
Grant - they're not in chronological order... Look back in the sequence - there will be posts you haven't seen before. Look at the post #: the...
March 6, 2008 at 9:14 am
(trying this again).
I would use ASP.NET 2005, and simply go with the built-in user controls. there's just about zero coding required.
Drop a formview control on the page, point the formview...
March 6, 2008 at 8:56 am
I would use ASP.NET 2005, and simply go with the built-in user controls. there's just about zero coding required.
Drop a formview control on the page, point the formview at...
March 6, 2008 at 8:07 am
Nisha (3/6/2008)
I thought I was gonna have to re-write my import process, which took me ages to write in the first place.. what with...
March 6, 2008 at 7:14 am
Laurie - it's entirely possible that the DMV recommendation is right. It has access to your statistics (how the data is distributed, etc...), which would make it make that...
March 6, 2008 at 6:56 am
Actually - not so sure it has anything to to with timezone settings anymore. It's more like UTC isn't being used anymore - posts are being sorted by local...
March 6, 2008 at 6:45 am
Jacob Luebbers (3/6/2008)
Nisha (3/6/2008)
Now, I'm simply doing a SELECT * INTO #Temp FROM...
Whoa! Don't do that - SELECT... INTO... on a temp table needs a schema lock to create...
March 6, 2008 at 5:23 am
You should use the NTILE functionality which will allow you to "chunk" it into multiple pieces of the same size. It's described in Books Online.
March 5, 2008 at 7:06 pm
Your XML markup got "whacked" (you need to do some find and replace stuff before posting it for it not to disappear).
Replace < with ...
March 5, 2008 at 3:25 pm
Have you considered making the NCI covering? without covering the rest of the fields needed, IF the NCI is being used at all, bookmark lookups would make this take...
March 5, 2008 at 3:08 pm
Double-posting - follw the conversation over here:
http://www.sqlservercentral.com/Forums/Topic464117-146-1.aspx
March 5, 2008 at 3:03 pm
Viewing 15 posts - 4,336 through 4,350 (of 6,486 total)