Viewing 15 posts - 7,786 through 7,800 (of 49,571 total)
Lonely Rogue (9/16/2014)
and what happens with INSERT & DELETE?
The same.
further, isn't it an unnecessary effort to write back the unmodified rows too.. I wonder.
Hmm... What's more effort...
Write 8kb of...
September 16, 2014 at 12:50 pm
dagnea (9/16/2014)
Does...
September 16, 2014 at 12:43 pm
Sarah Wagner (9/16/2014)
September 16, 2014 at 12:25 pm
ShrinkFile with EMPTYFile the files you want to remove. Then, once those are gone, shrinkfile on the remaining file to get it to the size you want, then rebuild all...
September 16, 2014 at 11:20 am
in-line table-valued functions don't have their own execution plan. They're in-lined into the queries that call them, the combined query has an execution plan which is cached normally. You may...
September 16, 2014 at 9:07 am
zedtec (9/16/2014)
I know access for users will become limited to that particular database object.
No. If the database's owner is not a valid AD account, most things will work fine. Some...
September 16, 2014 at 8:07 am
That code looks syntatically correct. Can't tell any more without more details. What's the problem with that trigger?
September 16, 2014 at 5:41 am
September 16, 2014 at 5:39 am
Then we (well you) have a problem...
You can choose to repair and lose those ~50 rows
You can choose to restore to the last known good backup (one before the corruption...
September 16, 2014 at 5:28 am
Can you afford to lose a pile of data from the table T_DABIR_NamehFiles? Probably around 50 odd rows.
September 16, 2014 at 4:32 am
Before you go hunting a repair command, please answer my question.
GilaMonster (9/15/2014)
September 16, 2014 at 3:10 am
Yes, as I have said multiple times in this thread, that is how SQL server behaves.
If this is a server dedicated to SQL (nothing else installed), why are you...
September 16, 2014 at 3:04 am
Without some column that indicates the order of rows inserted (identity, datetime default getdate()), no.
September 16, 2014 at 2:44 am
Because it's not designed to.
SQL Server is a service. The assumption is that it's serving multiple users, lots and lots of connections. Hence spending time and resources repeatedly releasing and...
September 16, 2014 at 2:43 am
If you've set max server memory to 20GB, then SQL will increase it's memory usage up to 20GB and it will stay there. It will not deallocate memory unless the...
September 16, 2014 at 1:35 am
Viewing 15 posts - 7,786 through 7,800 (of 49,571 total)