Viewing 15 posts - 1,201 through 1,215 (of 3,348 total)
No, at least not from SQL Server. Deleting the ldf is a file operation done in the OS. And it can only be done when the SQL Server service is...
January 6, 2016 at 3:24 pm
Oh, one more note. In between all the getting carried away with details and terminology and everyone being right and stuff, I forgot to add my two cents about the...
January 6, 2016 at 3:20 pm
Hmmm, not sure if this is smart, but okay. I'll bite.
Sergiy (1/6/2016)
Hugo Kornelis (1/6/2016)
January 6, 2016 at 3:17 pm
Woops!
Thanks for catching my oversight, Luis!
And thank you for finding the actual explanation, Jacob!
January 6, 2016 at 10:06 am
sql_only (1/6/2016)
why does
DECLARE @phi DECIMAL = (SQRT(5)+1)/2
SELECT @phi;
return 2
and not 1.618
Integer math.
The data used as input in the formula are all integers, so the intermediate results are computed as integer...
January 6, 2016 at 8:54 am
erics44 (1/6/2016)
Lynn Pettis (1/6/2016)
January 6, 2016 at 8:49 am
murthyvs (1/6/2016)
January 6, 2016 at 8:32 am
Sergiy (1/6/2016)
As i said, every task which can be done with CTE can be and was done with pre-CTE SQL features.CTE did not add anything to SQL.
A CTE allows you...
January 6, 2016 at 3:28 am
The statement "doesn't work or doesn't work well" is invalid.
But if you ask which is better, then my guess is that 99% of the experts will point you to Ola's...
January 6, 2016 at 2:59 am
I do not know the ssbdiagnose utility. I do however have some experience with service broker and with troubleshooting common errors.
First - you do indeed need a master key in...
January 6, 2016 at 2:58 am
"classes" ... "students"
Hmmm, lemme guess. Homework assignment?
If your teacher didn't manage to explain normalization well enough, then perhaps I can help you. Go to Pluralsight.com, sign up for a free...
January 6, 2016 at 2:53 am
Mosgt likely, the second database has READ_COMMITTED_SNAPSHOT isolation enabled. That feature was introduced in SQL Server 2008 (if I remember correctly) and changes the way locking works - when a...
January 6, 2016 at 2:45 am
mark.williams 37494 (1/6/2016)
how valid is this statement ?
Totally invalid
But that does not mean that maintenance jobs are great. They are not. They allow you to do some pretty nasty stuff...
January 6, 2016 at 2:41 am
GilaMonster (1/6/2016)
On the same disk, none at all.
... in most scenarios.
If you have a database that has a very high amount of table allocations and deallocations, you can get some...
January 6, 2016 at 2:36 am
Raastarr (1/6/2016)
January 6, 2016 at 2:25 am
Viewing 15 posts - 1,201 through 1,215 (of 3,348 total)