Viewing 15 posts - 8,416 through 8,430 (of 9,253 total)
the most complex part of the system is getting the cluster and its resouces in place, the rest is plain sailing
February 18, 2009 at 6:08 am
ALZDBA (2/18/2009)
1) restore the db to SQL2005
2) DBCC for DATA_PURITY
3) switch to dblevel 90 (if possible)
4) rebuild all indexes (individually)
5) dbcc updateusage with count_rows
6) sp_updatestats
7) synchronize users
8)...
February 18, 2009 at 2:46 am
Ewan Hampson (2/18/2009)
Perry Whittle (2/17/2009)
select serverproperty('edition')'edition' only seems to return eg "Enterprise Edition", nothing about processor. Though I don't have 64-bit to see if that's any different.
run it on...
February 18, 2009 at 2:38 am
select serverproperty('edition')
February 17, 2009 at 9:52 am
Jeff Moden (2/15/2009)
February 16, 2009 at 1:29 pm
Ninja's_RGR'us (2/15/2009)
Hey Darth. stop reading my freaking mind!!!or is it the other way around :D.
i find your lack of faith most disturbing ....... LOL
February 16, 2009 at 6:54 am
Ninja's_RGR'us (2/15/2009)
since showing 10M records to the users is quite useless (from my humble experience).
my thoughts exactly
February 15, 2009 at 2:25 pm
you are trying to insert a varbinary value into a dynamic sql string.
February 14, 2009 at 3:25 pm
Ninja's_RGR'us (2/13/2009)
That reminds me of those 2 procs... hoping you don't need to use them anytime soon :exec sp_update_resume
exec sp_distribute_resume
😀 got a feeling he'll be using those anytime now.
Ninja's_RGR'us...
February 14, 2009 at 1:30 pm
could be you cannot resolve the hostname have you tried using the IP address
February 14, 2009 at 1:22 pm
one way is to create a database user that is not mapped to a sql login but has alter permissions on the tables to truncate. When the devs execute use...
February 14, 2009 at 1:12 pm
Jackal (2/13/2009)
Q:\ Quorum
is this a clustered sql set up then?
February 14, 2009 at 1:09 pm
Charles Kincaid (2/13/2009)
Perry Whittle (2/12/2009)
connect to each instance and executeselect serverproperty('edition'), serverproperty('productversion')
note the results down for each instance you connect to
That works great. I wonder if this works for...
February 14, 2009 at 11:48 am
gaganks (2/13/2009)
The version is --9.00.3068.00 (sp2)
Appericiate your support for few more suggestions
Thanks..
as far as i recall that version should be fine. Double check the delete task
February 14, 2009 at 11:43 am
Viewing 15 posts - 8,416 through 8,430 (of 9,253 total)