Viewing 15 posts - 2,761 through 2,775 (of 7,502 total)
Still fixing problems, although I did warn the teams for the consequences of their decisions and their neglecting the advises dba have handed to them.
This fixing is to the advantage...
October 15, 2010 at 2:30 pm
Kind of like "I heard a brake noise ... now my dog is limping ... Why?"
Please post the ddl of your table and all of the current constraints (including FKs).
Also...
October 15, 2010 at 2:18 pm
can you provide a bit of input.
- can you find any info in your sqlserver errorlog file(s) ?
- how did you set up your mirroring (ddl please)
- what kind of...
October 15, 2010 at 1:55 pm
If I'm correct, any restore database command will disable SSB for the restored db.
It is up to you to double check if the SSB guid for the db is still...
October 15, 2010 at 7:37 am
GilaMonster (10/14/2010)
CirquedeSQLeil (10/14/2010)
That's quality entertainment
Yup.
Currently watching them test to see if a cup of soda can kill you through a windscreen if thrown while cars travelling at highway speed. Actually...
October 15, 2010 at 2:37 am
- can you repro the situation ? (DDL ?)
- can you post the actual tsql you tried ?
(and their results)
- what's the relation between the service account and the...
October 14, 2010 at 11:47 am
did you try "sp_changedbowner newlogin, true" ?
October 14, 2010 at 11:28 am
The maint plan has the "statistics only" option.
Otherwise you might be using something based on:
select 'UPDATE STATISTICS ' + quotename(object_schema_name(object_id)) + '.' + quotename(object_name(object_id)) + ' ' + quotename(name)...
October 14, 2010 at 11:21 am
Don't they come with solar cells on the back ... euhm top ...:alien: ????
October 14, 2010 at 10:50 am
GilaMonster (10/14/2010 11:06 AM)
ALZDBA (10/14/2010)
GilaMonster (10/14/2010)
... *hopeful* *optimistic* ...DBA-part taking over :w00t:
Developer-side. My DBA side is extraordinarily pessimistic
...
GilaMonster (10/14/2010 11:15 AM)
ALZDBA (10/14/2010)
GilaMonster (10/14/2010)
... *hopeful* *optimistic* ...DBA-part taking over :w00t:
Developer-side. My...
October 14, 2010 at 3:29 am
GilaMonster (10/14/2010)
... *hopeful* *optimistic* ...
DBA-part taking over :w00t:
October 14, 2010 at 2:52 am
With 64 bit it is advised you set the max server memory for sqlserver !
Set the sqlserver configs "max server memory" to the value you allow it to take...
October 13, 2010 at 2:54 pm
GilaMonster (10/12/2010)
The Dixie Flatline (10/12/2010)
Modest proposal for you, Gail: Take your katana and wakazashi to the next meeting.
Oh this wasn't a planned meeting. This...
October 13, 2010 at 1:02 am
There are multiple "split string" tvf functions you can find at SSC. Just use its search feature.
Just add an identity column to the result table and join on that.
October 10, 2010 at 9:04 am
Congratulations SSC !
Thank you for providing _the_ reference platform for SQLserver and the means to learn on a daily basis !
October 9, 2010 at 12:18 pm
Viewing 15 posts - 2,761 through 2,775 (of 7,502 total)