Viewing 15 posts - 571 through 585 (of 1,539 total)
messenjahofchrist (8/4/2009)
August 4, 2009 at 10:10 am
quoting from BOL
A shrink operation does not preserve the fragmentation state of indexes in the database, and generally increases fragmentation to a degree.
This means fragmentation will be higher after...
July 30, 2009 at 1:54 am
charipg (7/30/2009)
how to truncate the transactional logfile?
Gianluca has a valid question.
You may want to search for Backup Log with Truncate_only/DBCC SHRINKFILE in BOL. But you should understand the consequences first.
July 30, 2009 at 1:48 am
Nero (7/29/2009)
Hi all,Can any one tell me how to get table size banker? to which optimal size it should to shrink?
i have table with rows around 20 lakh.
Can u explain...
July 30, 2009 at 1:32 am
arun (7/29/2009)
July 30, 2009 at 1:29 am
The link provided by Gail explains clearly on why count(*) would be faster than count(column). Thanks for writing that article!!
July 29, 2009 at 9:36 pm
homebrew01 (7/29/2009)
I think you meant: A fill factor of 70 means 30% of space within the data page will be kept vacant
Thanks for the correction 🙂
July 29, 2009 at 9:00 pm
drew.allen (7/29/2009)
ps (7/29/2009)
select colA, colB, colC, colD=colA+colB+ colC from mytable where colD=123
I recommend that you TEST your solutions before posting, even for something apparently this simple. It helps no...
July 29, 2009 at 7:57 pm
murthykalyani (7/29/2009)
There is no such table by the name backupfile in msdb database.
Ram[/QUOTE]
The table is present.
Please query by joining these tables backupset and backupmediafamily and you can get...
July 29, 2009 at 7:52 pm
query the backupfile table in msdb database and see physical_name column if it gives the backup destination(not sure)... i cant test it right now coz of some issues....
July 29, 2009 at 9:53 am
Open the maintainence plan and click on view T-SQL to see where it's storing the backup files..
July 29, 2009 at 9:41 am
sarvesh singh (7/29/2009)
July 29, 2009 at 8:21 am
Thanks Gail. 🙂
Definately i need to google more on this topic 😉
July 29, 2009 at 8:09 am
i'm not sure whether waitfor is not allowed in a trigger. if it's so, you can call a dummy proc from the trigger. the proc would contain the code for...
July 29, 2009 at 8:04 am
Doug (7/29/2009)
What are the size limits on tables and database within sql 2005?
16 TB for data file and 2 TB for log file, 524,258 TB for the database. There...
July 29, 2009 at 8:00 am
Viewing 15 posts - 571 through 585 (of 1,539 total)