Sign in
|
Join
Home
Blogs
Forums
BI
XML
FILESTREAM
DOTNET
TC
SQL Tools
Got a SQL Server or .NET question? Discuss it in the
forums
. (
SQL Server Forums
|
Dot NET Forums
)
First Time? You can support us by signing up. It takes only 5 seconds. Click
here
to sign up. If you already have an account, click here to
login
.
Jacob's Blog
Home
Contact
RSS for Posts
Recent Blog Posts
FILESTREAM Error - Default FILESTREAM filegroup is...
How to query the auto-growth properties of a SQL Server...
Most Viewed
FILESTREAM Error - Default FILESTREAM filegroup is...
(1,016)
How to query the auto-growth properties of a SQL Server...
(789)
Archive
August 2010 (5)
July 2010 (3)
June 2010 (9)
May 2010 (3)
April 2010 (5)
March 2010 (5)
February 2010 (4)
January 2010 (4)
December 2009 (3)
November 2009 (1)
October 2009 (4)
September 2009 (4)
August 2009 (14)
July 2009 (2)
June 2009 (15)
May 2009 (7)
April 2009 (1)
March 2009 (10)
February 2009 (8)
January 2009 (15)
December 2008 (1)
November 2008 (3)
October 2008 (14)
September 2008 (32)
August 2008 (30)
July 2008 (15)
June 2008 (6)
January 2008 (4)
December 2007 (6)
November 2007 (2)
October 2007 (1)
June 2007 (1)
January 2007 (1)
October 2006 (1)
July 2006 (1)
FILESTREAM Error - Default FILESTREAM filegroup is not available in database "dbname"
I see this error reported many times in the online forums. This usually happens if you try to create a FILESTREAM enabled table in a database that is not configured for FILESTREAM usage. To be able to store FILESTREAM data in a database, the database...
Posted:
08-03-2009 10:00 AM
by
Jacob Sebastian
| with
no comments
Filed under:
FILESTREAM
,
SQL-Server-DMV
,
SQL SERVER 2008
How to query the auto-growth properties of a SQL Server database using TSQL?
I saw this question recently in one of the forums and wrote a small piece of code to retrieve this. SELECT name, CASE WHEN is_percent_growth = 0 THEN LTRIM(STR(growth * 8.0 / 1024,10,1)) + ' MB, ' ELSE 'By ' + CAST (growth AS VARCHAR ...
Posted:
06-04-2009 9:00 AM
by
Jacob Sebastian
| with
no comments
Filed under:
sys.sysdatabases
,
autogrowth
,
SQL-Server-DMV
Copyright © Beyondrelational.com