Viewing 15 posts - 16 through 30 (of 51 total)
Thanks Howard, the dynamic SQL from that blog is just what I needed.
February 2, 2011 at 10:31 am
No, the .mdf contains the entire database, and there's a single log file. If a new log file were created in a location with more space, I'm thinking that might...
November 16, 2010 at 9:29 am
It's a char field, we're just expanding it from 10 to 64. It's not being updated, there's an index being dropped to expand it, and then the index is added...
November 16, 2010 at 8:46 am
update- I find if I full screen SSMS it will return the display and normalcy resumes.
July 30, 2009 at 2:27 pm
We ended up not being able to resolve this one, and got the developer to add an index hint if it determines the requisite index exists.
February 24, 2009 at 9:25 am
Well it worked out on my QA server which has the same customer db schema and was producing the same problem, but not on the actual customer one. I'll have...
February 11, 2009 at 8:15 am
I believe a (sync,datatype) index was tried, but I'm not sure more than that ( I have a colleague that's been trying to play with it). I'll give your suggestions...
February 11, 2009 at 6:25 am
I don't know about 2000, but 2005 has the SQL Upgrade Advisor tool which runs against the older DB and reports what things will need to be addressed for 2005....
April 17, 2008 at 9:05 am
Still looking for opinions on this!
April 10, 2008 at 1:42 pm
I'm looking at a similar situation, but my servers have replication running. Are there any ramifications to that? Accounting for changing the sql service account, I don't know if I...
January 4, 2008 at 11:56 am
It's still putting in an additional zero, but I'll figure that out. The syntax is a little over my head so this is a good project for me.
December 19, 2007 at 7:39 am
Aaah, well I don't have control of the schema but that makes sense. Thanks! 🙂
December 18, 2007 at 2:24 pm
Yes I did try that one, and it didn't appear to make a modification, but I ran it again, here's a snippet of the results:
Original ...
December 18, 2007 at 9:49 am
Interesting, definitely some syntax in there I have to learn..
Jeff, your "auto magic" one came the closest but I got some extra zeros I haven't quite figured yet -
Original...
December 17, 2007 at 8:04 am
Viewing 15 posts - 16 through 30 (of 51 total)