Viewing 15 posts - 36,751 through 36,765 (of 49,562 total)
Not directly.
Restore the backup as a new database and use UPDATE to get the values as you want them.
August 28, 2009 at 12:48 pm
Not that I'm aware of, from the output of the repair.
Do you have the original error messages?
Why repair and not restore from backup?
August 28, 2009 at 8:56 am
gary.wood (8/28/2009)
August 28, 2009 at 8:53 am
And be aware that ISNUMERIC checks whether the value can be cast to one of the numeric data types, not whether it can be case to int.
SELECT ISNUMERIC ('1.245d10')
SELECT CAST('1.245d10'...
August 28, 2009 at 8:50 am
Lynn Pettis (8/28/2009)
Anybody else get an email via SSC from pboyall969@xxxxxxxxxx requesting help to purge all the tables in a database?
Not so far, no.
August 28, 2009 at 8:42 am
Luke L (8/28/2009)
Care to share what that pluggin is?
I'm sure I've mentioned it before. http://clippings.mozdev.org/
August 28, 2009 at 8:38 am
Maxer (8/27/2009)
SELECT Department, Name
FROM someTables
ORDER BY Department
Then is it at all possible that...
August 28, 2009 at 8:29 am
GSquared (8/28/2009)
August 28, 2009 at 8:04 am
I'm not familiar with the x5570 and I'm not as familiar with NUMA as I would like to be. As far as I know, a NUMA node would consist of...
August 28, 2009 at 7:57 am
philokeeffe75 (8/28/2009)
Gail all the messages have dissapeared CheckDB comes back clean after the repair_rebuild.🙂
Good to hear.
This means if the IO subsystem problem can be resolved alongside putting in place...
August 28, 2009 at 7:55 am
mazzz (8/28/2009)
GilaMonster (8/28/2009)
He also insisted that anyone who dressed casual or semi-casual was ignoring reality and would never get a top job
at any time, or just at work?
I now have...
August 28, 2009 at 7:53 am
Silverfox (8/28/2009)
I take my hat (if i had one) off to people who constantly answer their questions, knowing that they have already asked the same question in multiple topics.
There's...
August 28, 2009 at 7:50 am
He also insisted that anyone who dressed casual or semi-casual was ignoring reality and would never get a top job
August 28, 2009 at 7:31 am
SQL from 2005 onwards handles the NUMA architecture just fine. However, with 4 cores (how many physical processors?) and 6 GB memory, I don't see how the memory can be...
August 28, 2009 at 7:26 am
Is there a question here? Are you concerned about the backup file size and, if so, why?
Full database backup or log backup?
How big's the data file? How much of the...
August 28, 2009 at 7:04 am
Viewing 15 posts - 36,751 through 36,765 (of 49,562 total)