Viewing 15 posts - 13,651 through 13,665 (of 39,818 total)
Back up everything. Are you looking to patch Windows, SQL, or both? What patches?
I wouldn't call SQL 2000 old or fragile.
If you're really worried, I'd do a P2V migration...
May 29, 2012 at 3:03 pm
There isn't a 64bit disk file and a 32 bit disk file. They are the same.
detach/attach or backup/restore as Lynn noted.
May 29, 2012 at 3:00 pm
A couple things.
First, glad things cleaned up for you.
Second, if you shrink the database, you may undo all the work you did in rebuilding the clustered index to remove fragmentation....
May 29, 2012 at 12:37 pm
Second vote here for DBCC CHECKDB. You cannot prevent corruption, so you need to run this regularly. If you can't do it every day, do it every week.
The checking, was...
May 29, 2012 at 12:32 pm
The question had been corrected to note diff, but not full. I'll award back points as this was a tricky question with poor wording.
May 29, 2012 at 11:51 am
Michael.Beeby (5/29/2012)
You will not meet all your work colleagues at the interview. And any IT / ICT job over just a very few years is 'metamorphic'.
This isn't necessarily true....
May 29, 2012 at 11:08 am
stephanie.sullivan (5/29/2012)
IceDread (5/29/2012)
May 29, 2012 at 11:07 am
Brandie Tarvin (5/29/2012)
May 29, 2012 at 11:04 am
LogMeIn is one I've seen quite a few people using
May 28, 2012 at 3:00 pm
Doctor Who 2 (5/25/2012)
Yes, yes, yes, about Joss Whedon's Firefly and Serenity! Totally awesome!!
Firefly is on my Netflix list. Once I finish Battlestar Galactica
May 26, 2012 at 10:54 am
Try attaching to Higher Version of SQL server, if attaching works fix it. detach it and attach it back to SQL Server 2000.
That will not work. Once you attach to...
May 26, 2012 at 8:30 am
fuller.artful (5/25/2012)
...
Reason #2 is the big thing. "Kids" just crank up the editor and start coding. Experience teaches you to avoid coding until the last possible moment...
May 25, 2012 at 6:01 pm
Jeff Moden (5/25/2012)
Brandie Tarvin (5/25/2012)
Anyone else find it inconvenient that MS wants people to have SysAdmin access in order to work the sp_enable_sql_debug proc correctly?
I've not run into that problem...
May 25, 2012 at 5:54 pm
If sp_spaceused is the same a 2008, then there are queries against the allocation units system DMV. This is not necessarily going to be 100% accurate at a point in...
May 25, 2012 at 5:52 pm
These should help
http://www.simple-talk.com/sql/t-sql-programming/sql-server-excel-workbench/
http://www.bidn.com/blogs/KeithHyer/bidn-blog/2512/creating-excel-worksheets-dynamically-in-ssis
http://www.sqlservercentral.com/articles/74225/
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/68025/
If you want to stick with your method: http://www.sqlservercentral.com/articles/Excel/64838/
May 25, 2012 at 1:01 pm
Viewing 15 posts - 13,651 through 13,665 (of 39,818 total)