Viewing 15 posts - 196 through 210 (of 552 total)
Something related to Tail-Log Backup (just came across it)
MSSQL SP2
Link; http://support.microsoft.com/kb/2958429
KB 1184332
"If a tail log backup is performed against the model database, model database will freeze in restoring state...
July 24, 2014 at 9:54 am
Revenant (7/23/2014)
...I am just a bit skeptical that 58 percent of people got this right without running it...
😀 Definitely I am not one of them; even though I had my...
July 24, 2014 at 9:10 am
Thank you dave, for the post, very good one.
I just went with eliminating the odds method and then I was stuck with 2 and 4, I read the deprecated features...
July 24, 2014 at 2:14 am
Thank you Sean, for the post, interesting one.
July 23, 2014 at 4:27 am
TomThomson (7/23/2014)
......realised that was wrong because integers don't have a collation. So then it was just a matter of remembering what the first 4 databases are.
+1 (had same thought)
July 23, 2014 at 4:15 am
twin.devil (7/21/2014)
Sreepathi1987 (7/21/2014)
Easy One. 🙂But i think it is rather unusual, tempdb is completely wiped out whenever the SQL Server service restarts. Yes or No?
The answer is Yes.
Nice and...
July 22, 2014 at 10:21 am
Thank you for the post, good one.
(even if one does not have the knowledge on the actual question it still can be answered by eliminating the odds if one...
July 22, 2014 at 5:23 am
raulggonzalez (7/18/2014)
twin.devil (7/18/2014)
July 18, 2014 at 8:41 am
Thank you for the post, very interesting one.
I had an idea on 8k size but never had an idea that there will-be/can-be a change option or can be changed and...
July 17, 2014 at 9:43 am
SQLRNNR (7/16/2014)
Notice how the creation of a PK defaults to creating a non-clustered index in this case?
Yea... as the CI is created at first and a table can have one...
July 16, 2014 at 11:42 am
Thank you sknox and Keon. I know this, it a classic method which I doing in my current project for few tables. Actually I was expecting more like NO PRIMARY...
July 16, 2014 at 6:24 am
Koen Verbeeck (7/16/2014)
Unless a clustered index was already defined. 🙂
how you mean? "already"
this simple statement creates a clustered index
CREATE TABLE TT1
(
ID INT PRIMARY KEY,
NAME VARCHAR(10)
);
July 16, 2014 at 5:51 am
pmadhavapeddi22 (7/15/2014)
July 16, 2014 at 12:23 am
Thank you for the post, simply good one. (for me the question was simple enough)
July 16, 2014 at 12:23 am
thank you for the post, interesting one.
this is all due to the "negative" sign... remove that sign, all we get is 2, as the tinyint stores only 0 to 255...
July 15, 2014 at 6:26 am
Viewing 15 posts - 196 through 210 (of 552 total)