Viewing 15 posts - 2,731 through 2,745 (of 7,164 total)
JimS-Indy (12/4/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 4, 2012 at 2:14 pm
Sorry for the delay. I just returned from vacation.
I am hoping you are allowed to upgrade to 2012 soon enough so you can take advantage of the newest error...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 4, 2012 at 11:33 am
Hemant.R (12/4/2012)
you will get info in below way..
right click on database go to reports standard reports the backup and restore events
here u will get option successful restore...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 4, 2012 at 11:27 am
GSquared (11/27/2012)
opc.three (11/26/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 4, 2012 at 11:20 am
Sorry for the delay in responding. I just returned from vacation.
kwoznica (11/29/2012)
When I tested it at the SQL level I was logging into the sql server as the user...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
December 3, 2012 at 3:15 pm
It might not be a bad idea to bypass the logic for sysadmins using IS_SRVROLEMEMBER().
E.g.
IF NOT IS_SRVROLEMEMBER ( 'sysadmin', ORIGINAL_LOGIN())
AND ... The check for num allowed in the table
Then rollback.
When...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 27, 2012 at 4:11 am
It could be any number of things but from the information you provided so far it sounds like you may be experiencing intermittent blocking. Select count(*) with no where-clause means...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 27, 2012 at 3:56 am
You make a lot of good points which is not surprising. I do not agree with many of them but as you correctly stated that's a reserved right of mine,...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 26, 2012 at 9:46 pm
It's quite possible that leaving the FILLFACTOR at 100 would make the most sense. With the SSD in play, the page splits and ensuing fragmentation may be less of a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 24, 2012 at 7:38 pm
Jeff Moden (11/24/2012)
opc.three (11/24/2012)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 24, 2012 at 2:59 pm
Jeff Moden (11/24/2012)
opc.three (11/24/2012)
Jeff Moden (11/22/2012)
dave-L (11/22/2012)
True using a...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 24, 2012 at 2:15 pm
Jeff Moden (11/22/2012)
dave-L (11/22/2012)
True using a UDF to generate...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 24, 2012 at 9:04 am
Ironicster (11/23/2012)
Newb in SQL with what i hope is an easy one:
SELECT ACCUM.c1
FROM (SELECT t1.c1, SUM(t1.c2) as adding
FROM Table1 t1
GROUP BY t1.c1) AS ACCUM
WHERE ACCUM.adding = (SELECT MAX(adding) from...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 23, 2012 at 11:01 pm
You are not providing nearly enough info to enable us to effectively help you. Post the slow query, all table definitons (including indexes) for tables involved in the query and...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 23, 2012 at 10:38 pm
Great, you are back on track!
Theorically theres no backup full, because the recovery model was changed to simple, and full, an all lsn sequence not makes sense anymore.
Does it make...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
November 23, 2012 at 9:50 pm
Viewing 15 posts - 2,731 through 2,745 (of 7,164 total)