Viewing 15 posts - 16 through 30 (of 173 total)
Jpotucek (1/22/2010)
which choices to a check off at setup to get...
January 22, 2010 at 11:20 am
homebrew01 (1/22/2010)
I use the backup history data in MSDB to look at database growth over time.
I don't this so this will give you good results. consider the case if...
January 22, 2010 at 11:19 am
jsb12 (1/22/2010)
To shrink a log file, is it necessary to do a log backup? Can we just use dbcc shrinkfile?
To shrink a file and give space to OS you have...
January 22, 2010 at 10:59 am
Replication monitor is there, if any thing goes wrong, that publication will be marked red if it is out of sync or if replication is failing.
To me there is no...
January 22, 2010 at 10:54 am
ramyours2003 (1/22/2010)
January 22, 2010 at 10:50 am
you can grant showplan permissions to public in model database.
If a database is created then all users by default will be having permissions to view showplan.
If a database is restored...
January 22, 2010 at 10:33 am
SD1999 (1/21/2010)
http://support.microsoft.com/kb/307487
the only way to change 'initial size' for tempdb is
to shut down sql server
connect via cmd using sqlservr -c -f
Connect to SQL Server...
January 21, 2010 at 11:34 am
SD1999 (1/21/2010)
current allocated size is 1000 mb
and i want to split it to 4 256 mb
i will create 3 more data files later on...
January 21, 2010 at 9:12 am
Jack Corbett (1/21/2010)
January 21, 2010 at 8:58 am
SD1999 (1/21/2010)
So basicaly when I'm specifying the new location for a tempdb datafile
I can specify a new size for that file at the same time in the same script...
January 21, 2010 at 8:56 am
I have a few questions:
1. How do I specify a new tempdb datafile size?
You can make use of size parameter in the create\alter database command .
For example
create database <dbname>...
January 21, 2010 at 8:35 am
Sourav-657741 (1/21/2010)
Hello ExpertsI am willing to know if there is any T-SQL query available to find out the size of the table.
This is the query
select object_name(s2.id) as TableName,(sum(s1.reserved*8) )TableSize_In_KB,sum(s1.rowcnt)...
January 21, 2010 at 8:05 am
tvantonder-992012 (1/13/2010)
January 14, 2010 at 8:03 am
Hi Jeff and Steve,
Happy New Year.
Coming back to this topic. My task is to just to port the data from flat file most likely. So once I port...
January 4, 2010 at 7:54 am
Steve Jones - Editor (12/31/2009)
December 31, 2009 at 10:52 am
Viewing 15 posts - 16 through 30 (of 173 total)