Viewing 15 posts - 31 through 45 (of 205 total)
muthukkumaran (11/12/2010)
Yes its 700.Two weeks back i had that exam.
i got 1000:-)
Nice
November 19, 2010 at 11:09 am
There's also something called change tracking, which isn't as detailed as CDC, you can read about it here
November 17, 2010 at 11:52 am
Interesting, I knew there was an overhead to data compression but went for TinyInt over Bit.
Good question, thanks for taking the time to help educate the SQL community.
November 17, 2010 at 5:41 am
Ray K (11/15/2010)
November 16, 2010 at 4:32 pm
Good question, thanks for taking the time to help educate the SQL community.
November 16, 2010 at 3:59 pm
From BOL:
Returns I/O statistics for database files, including log files. In SQL Server, this information is also available from the sys.dm_io_virtual_file_stats dynamic management view.
DMV's are generally populated since the last...
November 15, 2010 at 11:08 am
Paul White NZ (11/14/2010)
Saravanan_tvr (11/12/2010)
...how can we update the values in identity column?
Delete the row and then re-insert it with the correct identity value specified explicitly.
You will need SET IDENTITY_INSERT...
November 15, 2010 at 6:35 am
I wrote this some time back to return the fragmentation levels across the entire database where fragmentation exists for tables that contain more than 100 pages.
You can amend it...
November 15, 2010 at 6:32 am
Good question, thanks for taking the time to help educate the SQL community.
I look at these DMV's a lot so thankfully answered this one correctly.
November 15, 2010 at 6:23 am
True story this, I was on a business objects in-house training course and the instructor had to go through the needless task of explaining relationships and joins using the family...
November 12, 2010 at 9:14 am
Ray K (11/12/2010)
RichardDouglas (11/11/2010)
JuneauJoe Juneau
Juneau, Alaska
November 12, 2010 at 8:49 am
Check out "Creating Compressed Tables and Indexes" in BOL with lists lots of considerations.
November 10, 2010 at 8:18 am
Viewing 15 posts - 31 through 45 (of 205 total)